* Update button color code.

pull/629/head
Megax 2016-11-01 10:04:55 +01:00
parent 9ec47abc20
commit 2578e64b16
1 changed files with 13 additions and 0 deletions
src/gtk-3.20/scss/widgets

View File

@ -10,6 +10,19 @@
colorchooser .popover.osd { border-radius: $roundness; }
button.color {
.osd colorswatch:only-child { box-shadow: none; }
@if $variant == 'light' {
.osd & {
&:disabled,
&:backdrop,
&:active,
&:checked { colorswatch:only-child { box-shadow: none; } }
}
}
}
button.osd,
#XfceNotifyWindow button {
@include button($osd_bg, $osd_fg);