We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0721ca9 commit 505da94Copy full SHA for 505da94
1 file changed
Helium/gtk-4.0/widgets/_checks.scss
@@ -22,19 +22,19 @@ radio {
22
-gtk-icon-size: 16px;
23
padding: 0;
24
margin: 0;
25
- background: $outline;
+ background: gtkalpha($view_fg_color, 0.12);
26
box-shadow: inset 0 0 0 2px $view_fg_color;
27
28
@include focus-ring();
29
30
&:not(:checked):not(:indeterminate):hover {
31
&:hover {
32
- background: $accent_bg_color;
33
34
}
35
36
&:active {
37
38
color: $accent_fg_color;
39
box-shadow: inset 0 0 0 2px $accent_bg_color;
40
0 commit comments