Disable box-shadow for osd button in fine-tune mode. Fixes #561.

This commit is contained in:
Csaba Jakosa
2016-11-01 22:40:06 +05:30
committed by Khurshid Alam
parent 14d2a48d41
commit ad37d7fa27
+13
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);