merge commit

This commit is contained in:
Néstor Andreu 2023-03-13 15:40:01 +01:00
commit 98858ad8b5
3 changed files with 1 additions and 5 deletions

View file

@ -345,8 +345,6 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symboli
button.color { padding: 4px; }
button.color colorswatch:only-child { box-shadow: 0 1px _text_shadow_color(); }
button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 0; }
.osd button.color colorswatch:only-child { box-shadow: none; }

View file

@ -1017,7 +1017,7 @@ button.color {
&, overlay { border-radius: 0; }
@if $variant == 'light' {
box-shadow: 0 1px _text_shadow_color();
//box-shadow: 0 1px _text_shadow_color();
.osd & { box-shadow: none; }
}

View file

@ -345,8 +345,6 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symboli
button.color { padding: 4px; }
button.color colorswatch:only-child { box-shadow: 0 1px _text_shadow_color(); }
button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 0; }
.osd button.color colorswatch:only-child { box-shadow: none; }