diff options
author | Horst3180 | 2015-09-12 01:57:38 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-12 01:57:38 +0200 |
commit | 86a5c78ed391e8000c87639c31739586e603fba5 (patch) | |
tree | e0ee5d977f716e52407c6aa6ca8a56108575f4ee /common/gtk-3.0/3.18/sass | |
parent | 8c9e6954c528b89c04df9479ce5123607f47bb18 (diff) | |
download | solarc-theme-86a5c78ed391e8000c87639c31739586e603fba5.tar.gz solarc-theme-86a5c78ed391e8000c87639c31739586e603fba5.tar.xz solarc-theme-86a5c78ed391e8000c87639c31739586e603fba5.zip |
some cleanup
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 791ea1c..408b429 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -10,7 +10,6 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); background-clip: padding-box; -GtkToolButton-icon-spacing: 4; -GtkTextView-error-underline-color: $error_color; - -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -241,8 +240,7 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers &:selected, &:selected:focus { - background-color: $selected_bg_color; - color: $selected_fg_color; + @extend %selected_items; } &.progressbar { @@ -2332,7 +2330,7 @@ GtkScrolledWindow { * Lists * *********/ -.list, .list-row { +.list { background-color: $base_color; border-color: $borders_color; } @@ -2343,11 +2341,7 @@ GtkScrolledWindow { } .list-row.activatable { - @extend %undecorated_button; - background-color: transparentize(black, 1); // for the transition - border-style: none; // I need no borders here - border-radius: 0; // and no rounded corners - box-shadow: none; // and no box-shadow + // let's take care of background colors &:hover { background-color: if($variant == 'light', transparentize(black, 0.95), transparentize(white, 0.97)); } |