Fix background color of osd buttons

This commit is contained in:
EliverLara
2019-02-12 13:05:04 -06:00
parent 6cf06d8db6
commit 6e608050b8
4 changed files with 57 additions and 82 deletions

View File

@@ -206,7 +206,7 @@ button {
&:backdrop { @include button(osd-backdrop); }
&.flat {
@include button(undecorated);
@include button(osd);
box-shadow: none; //FIXME respect no edge on the button mixin
text-shadow: 0 1px black;
@@ -221,7 +221,7 @@ button {
box-shadow: none;
}
&:backdrop { @include button(undecorated); }
&:backdrop { @include button(osd); }
&:active,
&:checked { @include button(osd-active); }