Skip to content

Commit c1f73d4

Browse files
authored
Application.css: no space after alpha (#929)
Spaces here aren't acceptable in GTK4
1 parent b100ec6 commit c1f73d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data/Application.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484
.cell.dim-label .event {
85-
background: alpha (@base_color, 0.7);
85+
background: alpha(@base_color, 0.7);
8686
color: @text_color;
8787
}
8888

@@ -94,8 +94,8 @@ row:selected .event {
9494
background: @base_color;
9595
background-image: linear-gradient(to right, @selected_bg_color, @selected_bg_color);
9696
box-shadow:
97-
0 1px 2px alpha (#000, 0.2),
98-
0 1px 3px alpha (@selected_bg_color, 0.15);
97+
0 1px 2px alpha(#000, 0.2),
98+
0 1px 3px alpha(@selected_bg_color, 0.15);
9999
color: @selected_fg_color;
100100
}
101101

@@ -106,7 +106,7 @@ row:selected .event {
106106
}
107107

108108
#today #date {
109-
background-color: alpha (@accent_color, 0.15);
109+
background-color: alpha(@accent_color, 0.15);
110110
color: @accent_color;
111111
font-weight: 700;
112112
}

0 commit comments

Comments
 (0)