From c96c8d61b91c8c87c140a931635f9b44ce450489 Mon Sep 17 00:00:00 2001 From: Test User Date: Sun, 3 Jan 2016 10:06:24 +0100 Subject: [PATCH] Restores highlighting rectangle --- gtk-3.0/scss/widgets/_calendar.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gtk-3.0/scss/widgets/_calendar.scss b/gtk-3.0/scss/widgets/_calendar.scss index e64fc52..3885530 100644 --- a/gtk-3.0/scss/widgets/_calendar.scss +++ b/gtk-3.0/scss/widgets/_calendar.scss @@ -5,18 +5,11 @@ @include exports("calendar") { GtkCalendar { margin: 4px; - padding: $spacing; + padding: 1px 5px; outline-offset: -1px; &:inconsistent { color: mix($fg_color, $bg_color, .5); } - &:selected { - &, &:focus, &:hover, &:insensitive { - background-color: transparent; - color: $selected_bg_color; - } - } - &.view, &.highlight, &.header, &.button { &, &:focus, &:hover, &:insensitive { background-color: transparent; @@ -42,5 +35,6 @@ background-color: $base_color; color: $text_color; } + }