Skip to content

Commit

Permalink
Update friction.qss
Browse files Browse the repository at this point in the history
For some reason I broke bbe85ee when I changed the theme,  now the disabled actions looks normal again 😄
  • Loading branch information
rodlie committed Jul 30, 2024
1 parent 4b5af7f commit 6fb5e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/friction.qss
Original file line number Diff line number Diff line change
Expand Up @@ -433,3 +433,7 @@ QMenu::separator {
margin: 4px;
background-color: %4;
}

QMenu::item:disabled {
background: transparent;
}

0 comments on commit 6fb5e49

Please sign in to comment.