Skip to content

Commit 467983b

Browse files
authored
_functions.scss - Fix glow bug
1 parent a068e69 commit 467983b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Helium/gtk-4.0/_functions.scss

+6-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@
6969
// Sunken controls
7070
@if $level == -1 {
7171
@return
72-
0 -2px 0 0 rgb(0, 0, 0, 0.1),
73-
0 -1px 2px 0 rgb(0, 0, 0, 0.05),
74-
0 1px 2px 0 rgb(255, 255, 255, 0.05),
75-
0 2px 0 0 rgb(255, 255, 255, 0.1);
72+
0 -2px 0 0 rgb(0, 0, 0, 0.1),
73+
0 -1px 0 0 rgb(0, 0, 0, 0.05),
74+
0 -2px 0 0 rgb(0, 0, 0, 0.025),
75+
0 2px 0 0 rgb(255, 255, 255, 0.025),
76+
0 1px 0 0 rgb(255, 255, 255, 0.05),
77+
0 2px 0 0 rgb(255, 255, 255, 0.1);
7678
// Outline border
7779
} @else if $level == 0 {
7880
@return

0 commit comments

Comments
 (0)