diff options
author | Horst3180 | 2016-05-28 19:08:51 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-28 19:08:51 +0200 |
commit | 5fd6b58a42e9b80ffa6fdecb260db9198ddc324b (patch) | |
tree | 333dcf227886746cd49d2215833db8e0e228b065 /common/gtk-3.0/3.20/sass | |
parent | da9ce16f2c0d9f12fcae70120ce43f14514b866f (diff) | |
download | solarc-theme-5fd6b58a42e9b80ffa6fdecb260db9198ddc324b.tar.gz solarc-theme-5fd6b58a42e9b80ffa6fdecb260db9198ddc324b.tar.xz solarc-theme-5fd6b58a42e9b80ffa6fdecb260db9198ddc324b.zip |
remove textview border
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8cf477d..279c598 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -87,31 +87,7 @@ textview { } } -textview border { - background-color: mix($bg_color, $base_color, 50%); - background-image: image(transparentize(black, 0.8)); // HACK: the border node just draws background so, - background-repeat: no-repeat; // using a background-image to draw the border - - &.bottom { - background-size: 100% 1px; - background-position: top; - } - - &.top { - background-size: 100% 1px; - background-position: bottom; - } - - &.left { - background-size: 1px 100%; - background-position: right; - } - - &.right { - background-size: 1px 100%; - background-position: left; - } -} +textview border { background-color: mix($bg_color, $base_color, 50%); } iconview { @extend .view; } |