Skip to content

Commit 169d845

Browse files
committed
cinnamon: Fix calendar-event-color-strip background
The background-color is hardcoded, so color it with inset box-shadow instead, for similar look with gnome-shell messages.
1 parent 5d26f4e commit 169d845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/cinnamon/5.2/sass/_common.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,9 @@ StScrollBar {
717717
}
718718

719719
.calendar-event-color-strip {
720-
width: 3px;
720+
width: 2px;
721721
border-radius: 2px 0 0 2px;
722+
box-shadow: 100px 0 $selected_bg_color inset;
722723
}
723724

724725
.calendar-event-row-content {

0 commit comments

Comments
 (0)