Skip to content

Commit

Permalink
calendar: Fix theme typo, close the calendar popup when launching
Browse files Browse the repository at this point in the history
gnome-calendar.
  • Loading branch information
mtwebster committed Dec 10, 2021
1 parent 990d874 commit d035bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/theme/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ StScrollBar StButton#vhandle:hover {
border-radius: 4px;
}

.calendar-events-no-events-button:active:active {
.calendar-events-no-events-button:hover:active {
background-gradient-direction: vertical;
background-gradient-start: rgba(255,255,255,0.5);
background-gradient-end: rgba(255,255,255,0.08);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ class EventList {
this.no_events_button.connect('clicked', () => {
// gnome-calendar --date is broken, just open the calendar for now.
Util.trySpawn(["gnome-calendar"], false);
this.emit("launched-calendar");
});

let button_inner_box = new St.BoxLayout(
Expand Down

0 comments on commit d035bf7

Please sign in to comment.