Skip to content

Commit 3633609

Browse files
committedJan 27, 2024
Oop
1 parent 5889f49 commit 3633609

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎Helium/gtk-4.0/widgets/_window.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ window {
33

44
&.csd {
55
box-shadow: shadow(5),
6-
0 0 0 1px rgba($borders_color, 0.4);
6+
0 0 0 1px rgba($borders, 0.4);
77
margin: 0px;
88
border-radius: $window_radius;
99

1010
&:backdrop {
1111
// The first transparent is to avoid jumping
1212
box-shadow: 0 6px 30px 5px transparent,
1313
shadow(3),
14-
0 0 0 1px rgba($borders_color, 0.4);
14+
0 0 0 1px rgba($borders, 0.4);
1515
}
1616

1717
&.dialog.message {
@@ -33,11 +33,11 @@ window {
3333
border-radius: 0;
3434
outline: none;
3535

36-
box-shadow: 0 0 0 1px $borders_color,
36+
box-shadow: 0 0 0 1px $borders,
3737
0 0 0 20px transparent;
3838

3939
&:backdrop {
40-
box-shadow: 0 0 0 1px $borders_color,
40+
box-shadow: 0 0 0 1px $borders,
4141
0 0 0 20px transparent;
4242
}
4343
}
@@ -55,11 +55,11 @@ window {
5555
padding: 5px;
5656
border-radius: 0;
5757
box-shadow: inset 0 0 0 9px $headerbar_bg_color,
58-
inset 0 0 0 1px $borders_color;
58+
inset 0 0 0 1px $borders;
5959

6060
&:backdrop {
6161
box-shadow: inset 0 0 0 9px $headerbar_backdrop_color,
62-
inset 0 0 0 1px $borders_color;
62+
inset 0 0 0 1px $borders;
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)
Please sign in to comment.