GTK3: remove titlebutton transitions on backdrop state

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-30 13:50:35 +01:00
parent c2c555603c
commit 7b93fef9a4
4 changed files with 8 additions and 8 deletions
@@ -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