[gnome-shell-sass] Increase .calendar-today visibility
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] Increase .calendar-today visibility
- Date: Sun, 5 Jan 2020 12:22:02 +0000 (UTC)
commit 3041be7c3592c8a4cba464721fa428934bbbd6d0
Author: cunidev <raffaele tranquillini gmail com>
Date: Wed Nov 20 08:13:36 2019 +0100
Increase .calendar-today visibility
Adds some needed contrast to the calendar widget current day, solving #1873.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/823
_common.scss | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index da75431..b600830 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1059,9 +1059,9 @@ StScrollBar {
}
.calendar-today {
font-weight: bold;
- //color: lighten($fg_color,10%);
- //background-color: darken($bg_color,5%);
- border: 1px solid $_bubble_borders_color;
+ color: lighten($fg_color,5%);
+ background-color: darken($bg_color,5%);
+ // border: 1px solid lighten($_bubble_borders_color,20%);
}
.calendar-day-with-events {
color: lighten($fg_color,10%);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]