From a4be52f1a58bf0802e061bb3e17377f30c288f71 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 19 Feb 2016 11:06:17 +0100 Subject: cleanup --- common/gtk-3.0/3.20/gtk-dark.css | 2 -- common/gtk-3.0/3.20/gtk-darker.css | 2 -- common/gtk-3.0/3.20/gtk-solid-dark.css | 2 -- common/gtk-3.0/3.20/gtk-solid-darker.css | 2 -- common/gtk-3.0/3.20/gtk-solid.css | 2 -- common/gtk-3.0/3.20/gtk.css | 2 -- common/gtk-3.0/3.20/sass/_common.scss | 2 -- 7 files changed, 14 deletions(-) diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 996754a..68bff8c 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -2683,8 +2683,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); color: #D3DAE3; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 9c7d946..ed57a6e 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -2686,8 +2686,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 05d02a6..78f586b 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -2683,8 +2683,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); color: #D3DAE3; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 11652b7..4005772 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -2686,8 +2686,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 9db47d2..986013b 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -2690,8 +2690,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index a1aac63..94dfc47 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -2690,8 +2690,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8169509..a148fba 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2930,8 +2930,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px if($variant=='light', transparentize(black, 0.95), transparentize(black, 0.85)); color: $fg_color; padding: 3px 8px 3px 8px; - - border { border-style: none; } } stackswitcher button { -- cgit v1.2.3