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

pull/633/head
Csaba Jakosa 2016-11-01 18:10:06 +01:00 committed by Khurshid Alam
parent 14d2a48d41
commit ad37d7fa27
1 changed files with 13 additions and 0 deletions

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);