GTK3: Remove shadow from stackswitcher buttons on backdrop mode

This commit is contained in:
Daniel Ruiz de Alegría
2021-01-22 21:51:37 +01:00
parent a23f196c01
commit 95df15385f
4 changed files with 26 additions and 0 deletions
@@ -25,6 +25,8 @@ button {
&:checked, {
background: $dark_fill;
box-shadow: $_widget_inset_shadow;
&:backdrop { box-shadow: none; }
}
&.flat {