diff options
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 30 |
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; |