Adwaita: .osd button.color
remove box-shadow from colorbutton colorswatch when an ancestor has the osd styleclass applied.
This commit is contained in:
@@ -944,14 +944,20 @@ button.color {
|
||||
colorswatch:only-child {
|
||||
&, overlay { border-radius: 0; }
|
||||
|
||||
@if $variant == 'light' { box-shadow: 0 1px _text_shadow_color(); }
|
||||
@if $variant == 'light' {
|
||||
box-shadow: 0 1px _text_shadow_color();
|
||||
|
||||
.osd & { box-shadow: none; }
|
||||
}
|
||||
}
|
||||
|
||||
@if $variant == 'light' {
|
||||
&:disabled,
|
||||
&:backdrop,
|
||||
&:active,
|
||||
&:checked { colorswatch:only-child { box-shadow: none; }}
|
||||
.osd &, & {
|
||||
&:disabled,
|
||||
&:backdrop,
|
||||
&:active,
|
||||
&:checked { colorswatch:only-child { box-shadow: none; }}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1408,7 +1408,9 @@ button.color {
|
||||
box-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
|
||||
button.color colorswatch:only-child, button.color colorswatch:only-child overlay {
|
||||
border-radius: 0; }
|
||||
button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child {
|
||||
.osd button.color colorswatch:only-child {
|
||||
box-shadow: none; }
|
||||
.osd button.color:disabled colorswatch:only-child, .osd button.color:backdrop colorswatch:only-child, .osd button.color:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child, button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child {
|
||||
box-shadow: none; }
|
||||
|
||||
/*********
|
||||
|
||||
Reference in New Issue
Block a user