[gnome-shell/gnome-3-34] Increase .calendar-today visibility
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-34] Increase .calendar-today visibility
- Date: Wed, 20 Nov 2019 12:46:28 +0000 (UTC)
commit ae8568a2e056079cc46be5b6d1c50662451e8dab
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
data/theme/gnome-shell-sass/_common.scss | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 1b59edf504..af97b87cd3 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1061,9 +1061,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]