Fix background color of osd buttons

This commit is contained in:
EliverLara
2019-02-12 13:05:04 -06:00
parent f7763f317f
commit 74f68b125d
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; }
}