GTK3: fix flat button styles override the background of hovered notification buttons

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-30 15:48:24 +01:00
parent 7b93fef9a4
commit 094aca645a
4 changed files with 31 additions and 21 deletions
@@ -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); }
}
}