GTK3: use the same color for tabs as for buttons

This commit is contained in:
Daniel Ruiz de Alegría
2021-01-21 21:12:12 +01:00
parent af9773cab4
commit 71b5935038
4 changed files with 3 additions and 7 deletions
@@ -249,7 +249,6 @@ notebook {
&:checked {
@include button(normal);
background: $base_color;
&:backdrop { @include button(backdrop); }
}