diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 9de1821..8e0d3f1 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -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; } diff --git a/source/gtk3/_common.scss b/source/gtk3/_common.scss index 4ba6f54..1fc61bb 100644 --- a/source/gtk3/_common.scss +++ b/source/gtk3/_common.scss @@ -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; } } diff --git a/source/gtk3/gtk-new.css b/source/gtk3/gtk-new.css index 9de1821..8e0d3f1 100644 --- a/source/gtk3/gtk-new.css +++ b/source/gtk3/gtk-new.css @@ -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; }