Revert "Dim disabled items in context menus (#4423)" (#4596)

This reverts commit 642718474c.
This commit is contained in:
pajlada
2023-05-02 21:33:36 +02:00
committed by GitHub
parent 6672adf287
commit 9d71f9017f
7 changed files with 11 additions and 40 deletions
-11
View File
@@ -66,14 +66,3 @@ chatterino--NavigationLabel {
font-size: 15px;
color: #A6DDF4;
}
QMenu {
background: #242424;
border: #555555;
color: #ffffff;
selection-background-color: #555555;
}
QMenu::item:disabled {
color: #8c7f7f;
}