aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass
diff options
context:
space:
mode:
authorHorst31802016-02-19 11:06:17 +0100
committerHorst31802016-02-19 11:06:17 +0100
commit6eaefb8aa70a7711b13ec0d0211f7e20aae57170 (patch)
tree475e9a597c45206faa589b2903ba15c32572b83f /common/gtk-3.0/3.20/sass
parent75b37adf83773c02e0954fc4f9a532e0c73273dd (diff)
downloadsolarc-theme-6eaefb8aa70a7711b13ec0d0211f7e20aae57170.tar.gz
solarc-theme-6eaefb8aa70a7711b13ec0d0211f7e20aae57170.tar.xz
solarc-theme-6eaefb8aa70a7711b13ec0d0211f7e20aae57170.zip
cleanup
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss30
1 files changed, 2 insertions, 28 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 4be7e31..4eb1625 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -1013,7 +1013,7 @@ paned.titlebar {
separator { background-color: transparent; }
> headerbar {
- &::not(:only-child):not(:first-child):not(:last-child) { border-radius: 0;}
+ &:not(:only-child):not(:first-child):not(:last-child) { border-radius: 0;}
&:first-child { border-top-right-radius: 0; }
&:last-child { border-top-left-radius: 0; }
}
@@ -2757,29 +2757,6 @@ stackswitcher button {
}
//
-// Overshoot
-//
-// This is used by GtkScrolledWindow, when content is touch-dragged past boundaries.
-// This draws a box on top of the content, the size changes programmatically.
-.overshoot {
- &.top { @include overshoot(top); }
- &.bottom { @include overshoot(bottom); }
- &.left { @include overshoot(left); }
- &.right { @include overshoot(right); }
-}
-
-//
-// Undershoot
-//
-// Overflow indication, works similarly to the overshoot, the size if fixed tho.
-.undershoot {
- &.top { @include undershoot(top); }
- &.bottom { @include undershoot(bottom); }
- &.left { @include undershoot(left); }
- &.right { @include undershoot(right); }
-}
-
-//
// Window Decorations
//
@@ -2805,10 +2782,7 @@ decoration {
.tiled & {
border-radius: 0;
}
- .popup & {
- box-shadow: none;
- border-radius: 0;
- }
+ .popup &,
&.popup {
box-shadow: none;
border-radius: 0;