File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,38 +22,38 @@ radio {
2222 -gtk-icon-size : 16px ;
2323 padding : 0 ;
2424 margin : 0 ;
25- background : bg-color ( 1 ) ;
25+ background : $outline ;
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 : bg-color ( 2 ) ;
32+ background : $accent_bg_color ;
3333 box-shadow : inset 0 0 0 2px $view_fg_color ;
3434 }
3535
3636 & :active {
37- background : bg-color ( 3 ) ;
38- color : $accent_bg_color ;
39- box-shadow : inset 0 0 0 2px bg-color ( 3 ) ;
37+ background : $accent_bg_color ;
38+ color : $accent_fg_color ;
39+ box-shadow : inset 0 0 0 2px $accent_bg_color ;
4040 }
4141 }
4242
4343 & :checked ,
4444 & :indeterminate {
45- background : bg-color ( 3 ) ;
45+ background : $accent_bg_color ;
4646 color : $accent_fg_color ;
47- box-shadow : inset 0 0 0 2px bg-color ( 3 ) ;
47+ box-shadow : inset 0 0 0 2px $accent_bg_color ;
4848
4949 & :hover {
50- box-shadow : inset 0 0 0 2px bg-color ( 3 ) ;
50+ box-shadow : inset 0 0 0 2px $accent_bg_color ;
5151 }
5252
5353 & :active {
54- background : bg-color ( 3 ) ;
54+ background : $accent_bg_color ;
5555 color : $accent_fg_color ;
56- box-shadow : inset 0 0 0 2px bg-color ( 3 ) ;
56+ box-shadow : inset 0 0 0 2px $accent_bg_color ;
5757 }
5858 }
5959
You can’t perform that action at this time.
0 commit comments