From 6eaefb8aa70a7711b13ec0d0211f7e20aae57170 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 19 Feb 2016 11:06:17 +0100 Subject: cleanup --- common/gtk-3.0/3.20/sass/_common.scss | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'common/gtk-3.0/3.20/sass') 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; } } @@ -2756,29 +2756,6 @@ stackswitcher button { border: 1px solid black; } -// -// 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; -- cgit v1.2.3