Disable box-shadow for osd button in fine-tune mode. Fixes #561.
parent
14d2a48d41
commit
ad37d7fa27
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue