Adwaita: colorbutton colorswatch shadow fix

reset colorswatch box-shadow on active and checked state as well
following latest style changes.
This commit is contained in:
Lapo Calamandrei 2016-04-17 23:08:26 +02:00
parent a763bd7df1
commit 86ba132ded
2 changed files with 9 additions and 7 deletions

View File

@ -963,12 +963,14 @@ 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(); }
}
&:disabled,
&:backdrop { box-shadow: none; }
}
@if $variant == 'light' {
&:disabled,
&:backdrop,
&:active,
&:checked { colorswatch:only-child { box-shadow: none; }}
}
}

View File

@ -1368,8 +1368,8 @@ 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 colorswatch:only-child:disabled, button.color colorswatch:only-child:backdrop {
box-shadow: none; }
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; }
/*********
* Links *