UI: Cleanup QMenu QSS

Trivial cleanup. The same selector was declared twice in every file.
master
Georges Basile Stavracas Neto 2022-08-16 22:07:27 -03:00 committed by jp9000
parent 2403dd70f4
commit fd6633f74d
5 changed files with 0 additions and 15 deletions

View File

@ -151,9 +151,6 @@ QToolTip {
/* Context Menu */
QMenu::item:disabled {
color: rgb(153,153,153);
}
QMenu::item:disabled {
background: transparent;
}

View File

@ -151,9 +151,6 @@ QToolTip {
/* Context Menu */
QMenu::item:disabled {
color: rgb(153,153,153);
}
QMenu::item:disabled {
background: transparent;
}

View File

@ -151,9 +151,6 @@ QToolTip {
/* Context Menu */
QMenu::item:disabled {
color: rgb(74,74,74);
}
QMenu::item:disabled {
background: transparent;
}

View File

@ -153,9 +153,6 @@ QToolTip {
/* Context Menu */
QMenu::item:disabled {
color: rgb(153,153,153);
}
QMenu::item:disabled {
background: transparent;
}

View File

@ -151,9 +151,6 @@ QToolTip {
/* Context Menu */
QMenu::item:disabled {
color: rgb(153,153,153);
}
QMenu::item:disabled {
background: transparent;
}