Skip to content

Commit

Permalink
fix disabled pseudostate typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilfernandez authored and rodlie committed Jan 4, 2025
1 parent 2ea32ff commit 15df379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/friction.qss
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ QMenu::separator {
}

QMenu::item:disabled,
AlignWidget QPushButton::disabled {
AlignWidget QPushButton:disabled {
background: transparent;
}

Expand Down Expand Up @@ -595,7 +595,7 @@ QProgressBar::chunk {
width: 5px;
}

QCheckBox::disabled {
QCheckBox:disabled {
color: %13;
}

Expand Down

0 comments on commit 15df379

Please sign in to comment.