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

@@ -17,12 +17,7 @@
transition: $backdrop_transition;
}
button, button.flat {
@include button(osd);
&:hover {
background: lighten($osd_bg_color, 12%);
}
}
button { @extend %osd_button; }
border { border: none; }
}