GTK3: remove titlebutton transitions on backdrop state
This commit is contained in:
@@ -477,10 +477,10 @@ button.titlebutton:not(.appmenu) {
|
||||
& + & { margin-left: 0; }
|
||||
&:last-child { margin-right: 6px; }
|
||||
|
||||
&:hover {
|
||||
&:hover:not(:backdrop) {
|
||||
transition: 0;
|
||||
background: transparentize(white, .8);
|
||||
box-shadow: 0 1px 1px $shadow_color, inset 0 0 0 1px $borders_color;
|
||||
box-shadow: inset 0 0 0 1px $borders_color;
|
||||
}
|
||||
|
||||
@at-root
|
||||
|
||||
Reference in New Issue
Block a user