Skip to content

Commit 505da94

Browse files
committed
This file is just difficult to follow
1 parent 0721ca9 commit 505da94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Helium/gtk-4.0/widgets/_checks.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ radio {
2222
-gtk-icon-size: 16px;
2323
padding: 0;
2424
margin: 0;
25-
background: $outline;
25+
background: gtkalpha($view_fg_color, 0.12);
2626
box-shadow: inset 0 0 0 2px $view_fg_color;
2727

2828
@include focus-ring();
2929

3030
&:not(:checked):not(:indeterminate):hover {
3131
&:hover {
32-
background: $accent_bg_color;
32+
background: gtkalpha($view_fg_color, 0.12);
3333
box-shadow: inset 0 0 0 2px $view_fg_color;
3434
}
3535

3636
&:active {
37-
background: $accent_bg_color;
37+
background: gtkalpha($view_fg_color, 0.12);
3838
color: $accent_fg_color;
3939
box-shadow: inset 0 0 0 2px $accent_bg_color;
4040
}

0 commit comments

Comments
 (0)