Skip to content

Commit

Permalink
BUGFix: Gnome 42 - issue with calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed May 10, 2022
1 parent c75ab1b commit 06aace7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gnome-shell/v40/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ StScrollBar {
background-color: $selected_bg_color;
@include gradient();
border-color: black; //avoid jumparound due to today
box-shadow: none;
}
&.calendar-day-heading { //day of week heading
color: darken($fg_color, 10%);
Expand Down
3 changes: 2 additions & 1 deletion gnome-shell/v40/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,8 @@ StScrollBar {
background-gradient-start: #ff3300 !important;
background-gradient-end: #ffa100 !important;
background-gradient-direction: horizontal;
border-color: black; }
border-color: black;
box-shadow: none; }
.calendar-day-base.calendar-day-heading {
color: #a2a8b7;
margin-top: 1em;
Expand Down

0 comments on commit 06aace7

Please sign in to comment.