diff options
author | Horst3180 | 2015-07-06 20:19:51 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-06 20:19:51 +0200 |
commit | 46d8e44b97664675178168c4e370b71cf1d62578 (patch) | |
tree | 0b674449d137b316e305752ccc68cdc7c0893507 /common/gtk-3.0/3.16/_common.scss | |
parent | c1218ede8474c7ab29624ab8fc81333d003b0f20 (diff) | |
download | solarc-theme-46d8e44b97664675178168c4e370b71cf1d62578.tar.gz solarc-theme-46d8e44b97664675178168c4e370b71cf1d62578.tar.xz solarc-theme-46d8e44b97664675178168c4e370b71cf1d62578.zip |
remove switch outline
Diffstat (limited to 'common/gtk-3.0/3.16/_common.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_common.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss index d2b0d66..ecc78ad 100644 --- a/common/gtk-3.0/3.16/_common.scss +++ b/common/gtk-3.0/3.16/_common.scss @@ -1887,6 +1887,7 @@ $_scrollbar_bg_color: darken($base_color, 1%); GtkSwitch { font: 1; -GtkSwitch-slider-width: 41; + outline-color: transparent; &.trough, &.slider { background-size: 52px 24px; |