Skip to content

Commit e8202a8

Browse files
committed
A few coloring changes
1 parent 19d96f2 commit e8202a8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Helium/gtk-4.0/_tauos.scss

+4-10
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,6 @@ $colors: (
489489
color: $suggested_container_fg_color;
490490
}
491491
&:active {
492-
background: $accent_bg_color;
493-
color: $accent_fg_color;
494-
}
495-
&:checked {
496492
background: state-color(
497493
$suggested_container_bg_color,
498494
$suggested_container_fg_color,
@@ -560,10 +556,6 @@ $colors: (
560556
color: $suggested_container_fg_color;
561557
}
562558
&:active {
563-
background: $accent_bg_color;
564-
color: $accent_fg_color;
565-
}
566-
&:checked {
567559
background: state-color(
568560
$suggested_container_bg_color,
569561
$suggested_container_fg_color,
@@ -617,13 +609,15 @@ $colors: (
617609
&:hover {
618610
background: state-color(bg-color(0), $accent_color, 1);
619611
color: $accent_color;
620-
box-shadow: inset 0 0 0 px-to-rem(1px) $outline;
612+
box-shadow: inset 0 0 0 px-to-rem(1px)
613+
state-color(bg-color(0), $accent_color, 1);
621614
}
622615

623616
&:active {
624617
background: state-color(bg-color(0), $accent_color, 2);
625618
color: $accent_color;
626-
box-shadow: inset 0 0 0 px-to-rem(1px) $accent_bg_color;
619+
box-shadow: inset 0 0 0 px-to-rem(1px)
620+
state-color(bg-color(0), $accent_color, 2);
627621
}
628622
}
629623

0 commit comments

Comments
 (0)