diff --git a/gtk-3.0/apps/_pantheon.scss b/gtk-3.0/apps/_pantheon.scss index 3c65c29..63c069f 100755 --- a/gtk-3.0/apps/_pantheon.scss +++ b/gtk-3.0/apps/_pantheon.scss @@ -357,12 +357,8 @@ radiobutton.color-button { background-image: none; border: 1px solid rgba(black, 0.2); border-radius: 50%; - box-shadow: inset-shadow(); color: $base_color; -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); - min-height: rem(12px); - min-width: rem(12px); - padding: rem(3px); } &.red check, diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 2763a8e..d437c7a 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5819,12 +5819,8 @@ radiobutton.color-button:active > radio { background-image: none; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 50%; - box-shadow: inset-shadow(); color: #181b28; - -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); - min-height: rem(12px); - min-width: rem(12px); - padding: rem(3px); } + -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); } .color-button.red check, .color-button.red radio, .color-button.strawberry check, .color-button.strawberry radio { background-color: @STRAWBERRY_300; -gtk-icon-shadow: 0 1px 1px @STRAWBERRY_500; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index d1188a2..6cabe42 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5819,12 +5819,8 @@ radiobutton.color-button:active > radio { background-image: none; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 50%; - box-shadow: inset-shadow(); color: #181b28; - -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); - min-height: rem(12px); - min-width: rem(12px); - padding: rem(3px); } + -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); } .color-button.red check, .color-button.red radio, .color-button.strawberry check, .color-button.strawberry radio { background-color: @STRAWBERRY_300; -gtk-icon-shadow: 0 1px 1px @STRAWBERRY_500; }