Skip to content

Commit c1e62ed

Browse files
committedFeb 6, 2019
[themes] Properly style autoRaise state in Blend of Gray
1 parent 1699d1e commit c1e62ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎resources/themes/Blend of Gray/style.qss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ QToolButton
153153
color:@text;
154154
}
155155

156-
QTabWidget::top-bar QToolButton {
156+
QPushButton[autoRaise=true], QToolButton[autoRaise=true] {
157157
border:1px solid rgba(0,0,0,0);
158-
background-color: @background;
158+
background-color:transparent;
159159
}
160160

161161
QToolButton[popupMode="1"]
@@ -169,7 +169,7 @@ QToolButton::menu-button {
169169
border-radius: 0.2em;
170170
background:@itemdarkbackground;
171171
}
172-
QToolButton:hover, QToolButton::menu-button:hover, QTabWidget::top-bar QToolButton:hover
172+
QToolButton:hover, QToolButton::menu-button:hover
173173
{
174174
border-width: 1px;
175175
border-color: @itemdarkbackground;
@@ -193,7 +193,7 @@ QToolBar QToolButton, QToolButton::menu-button
193193
background-color: none;
194194
}
195195

196-
QPushButton:hover, QToolButton:hover, QTabWidget::top-bar QToolButton:hover {
196+
QPushButton:hover, QToolButton:hover {
197197
background-color: @lightalternativegradient;
198198
}
199199

0 commit comments

Comments
 (0)
Please sign in to comment.