refactor: actionpanel style without color move to minimum
This commit is contained in:
@@ -29,6 +29,10 @@ const QString ActionPanelScheme::minimumStyle = QString::fromLatin1(
|
||||
"QSint--ActionGroup QToolButton[class='action']:hover {"
|
||||
"text-decoration: underline;"
|
||||
"}"
|
||||
|
||||
"QSint--ActionGroup QFrame[class='content'][header='true'] {"
|
||||
"border-top: none;"
|
||||
"}"
|
||||
);
|
||||
|
||||
QString ActionPanelScheme::systemStyle(const QPalette& p)
|
||||
@@ -79,10 +83,6 @@ QString ActionPanelScheme::systemStyle(const QPalette& p)
|
||||
"background-color: {groupBackground};"
|
||||
"}"
|
||||
|
||||
"QSint--ActionGroup QFrame[class='content'][header='true'] {"
|
||||
"border-top: none;"
|
||||
"}"
|
||||
|
||||
"QSint--ActionGroup QToolButton[class='action']:!enabled {"
|
||||
"color: {disabledActionText};"
|
||||
"}"
|
||||
|
||||
Reference in New Issue
Block a user