aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass
diff options
context:
space:
mode:
authorHorst31802016-09-13 17:13:52 +0200
committerHorst31802016-09-13 17:13:52 +0200
commit6f765888d61c981887cad19ced8de6bc19864fdb (patch)
tree3d88378639c770e6e95c6fda9ed531869696a6c0 /common/gtk-3.0/3.20/sass
parented153bb55bd8ec176a1af1678a06ddcbb7b7b01f (diff)
downloadsolarc-theme-6f765888d61c981887cad19ced8de6bc19864fdb.tar.gz
solarc-theme-6f765888d61c981887cad19ced8de6bc19864fdb.tar.xz
solarc-theme-6f765888d61c981887cad19ced8de6bc19864fdb.zip
fix bogus box-shadows in stack-switchers
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index dd15aa9..005b615 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -1242,6 +1242,11 @@ headerbar {
@include pathbar_linking_rules($sep_color:$header_button_border);
}
+ .linked:not(.vertical):not(.path-bar).stack-switcher {
+ button:nth-child(2):not(:active):not(:checked),
+ button:nth-last-child(2):not(:active):not(:checked) { box-shadow: none; }
+ }
+
// use linking rules for entries only
.linked:not(.vertical):not(.path-bar) {
@include linking_rules( $a:0.5,