mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Disable box-shadow for osd button in fine-tune mode. Fixes #561.
This commit is contained in:
committed by
Khurshid Alam
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);
|
||||
|
||||
Reference in New Issue
Block a user