Skip to content

Commit

Permalink
Update friction.qss
Browse files Browse the repository at this point in the history
Fix menu item disabled look.

Ref: #168
  • Loading branch information
rodlie committed May 25, 2024
1 parent daf6c50 commit bbe85ee
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 @@ -18,6 +18,10 @@
#
*/

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

QStatusBar::item,
QToolBar
{
Expand Down

0 comments on commit bbe85ee

Please sign in to comment.