diff options
author | Horst3180 | 2016-08-31 14:11:33 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-31 14:11:33 +0200 |
commit | c374cbaba24a07264790295ae2a8647f717aee1a (patch) | |
tree | cacf62c76557f0b1e7b1d43bb13b144831d37558 /common/gtk-3.0/3.20/sass | |
parent | 32017a269249480efe8906ff19d0f797ae665dd2 (diff) | |
download | solarc-theme-c374cbaba24a07264790295ae2a8647f717aee1a.tar.gz solarc-theme-c374cbaba24a07264790295ae2a8647f717aee1a.tar.xz solarc-theme-c374cbaba24a07264790295ae2a8647f717aee1a.zip |
clean up treeview style properties
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8e6d371..bf38100 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -15,9 +15,6 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; @@ -1409,11 +1406,14 @@ headerbar { // Tree Views // treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; + @at-root * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + } border-left-color: transparentize($fg_color, 0.85); // this is actually the tree lines color, border-top-color: transparentize(black, 0.9); // while this is the grid lines color, better then nothing |