Fix buttons background in nautilus notifications

This commit is contained in:
EliverLara
2019-01-07 16:26:43 -06:00
parent 546fbd2d0e
commit 617419f237
3 changed files with 56 additions and 23 deletions

View File

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