From 0af54019d06d6b37905232070c116809114b2420 Mon Sep 17 00:00:00 2001 From: Megax Date: Sat, 14 May 2016 13:09:10 +0200 Subject: [PATCH] * Old column-header code removed. --- gtk-3.20/scss/widgets/_view.scss | 34 +------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/gtk-3.20/scss/widgets/_view.scss b/gtk-3.20/scss/widgets/_view.scss index 760ada8..9744802 100644 --- a/gtk-3.20/scss/widgets/_view.scss +++ b/gtk-3.20/scss/widgets/_view.scss @@ -258,7 +258,7 @@ } } - button:last-child { &:backdrop, & { border-right-style: none; }} + button:last-child { &:backdrop, & { border-right-style: none; } } } button.dnd, @@ -294,38 +294,6 @@ } -/********************* - ! Column view headers -**********************/ - -@include exports("columnheader") { - column-header { - .button { - &, &:active { - border-width: 0 1px 1px 0; - border-radius: 0; - } - - &, &:active, &:focus, &:active:focus { - border-color: shade($base_color, .9); - border-bottom-color: shade($base_color, .8); - background-color: shade($base_color, .97); - background-image: none; - } - - &:hover, &:active:hover, &:hover:focus, &:active:hover:focus { - border-color: shade($base_color, .9); - border-bottom-color: shade($base_color, .8); - background-color: shade($base_color, .99); - background-image: none; - } - - &:last-child .button { border-width: 0 0 1px; } - } - } -} - - /********** ! Frames * ***********/