GTK3: fix flat button styles override the background of hovered notification buttons
This commit is contained in:
@@ -31,15 +31,13 @@ button {
|
||||
border-color: transparent;
|
||||
transition: $button_transition;
|
||||
|
||||
&:hover:not(:backdrop) {
|
||||
&:hover {
|
||||
@extend %button_active;
|
||||
transition: none;
|
||||
|
||||
&:link {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:link,
|
||||
&:backdrop { @include button(undecorated); }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user