From 0c763cafb5919b9dbad488bf137cf444d2f93af6 Mon Sep 17 00:00:00 2001 From: Megax Date: Sun, 10 Apr 2016 19:39:22 +0200 Subject: [PATCH] * Text warning fix. --- gtk-3.20/scss/widgets/_notebook.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gtk-3.20/scss/widgets/_notebook.scss b/gtk-3.20/scss/widgets/_notebook.scss index 4bee67a..d51ccd7 100644 --- a/gtk-3.20/scss/widgets/_notebook.scss +++ b/gtk-3.20/scss/widgets/_notebook.scss @@ -87,7 +87,7 @@ button.flat { &:hover { color: shade(currentColor, .95); } - &, &:backdrop { color: gtkalpha(currentColor, 0.3); } + &, &:backdrop { color: gtkalpha(currentColor, .3); } padding: 0; margin-top: 4px; @@ -108,9 +108,6 @@ } label { color: mix($text_color, $base_color, .3); } - - /* close button styling */ - button { @extend %close_button; } } .prelight-page {