Skip to content

Commit

Permalink
A few coloring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 6, 2024
1 parent 19d96f2 commit e8202a8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,6 @@ $colors: (
color: $suggested_container_fg_color;
}
&:active {
background: $accent_bg_color;
color: $accent_fg_color;
}
&:checked {
background: state-color(
$suggested_container_bg_color,
$suggested_container_fg_color,
Expand Down Expand Up @@ -560,10 +556,6 @@ $colors: (
color: $suggested_container_fg_color;
}
&:active {
background: $accent_bg_color;
color: $accent_fg_color;
}
&:checked {
background: state-color(
$suggested_container_bg_color,
$suggested_container_fg_color,
Expand Down Expand Up @@ -617,13 +609,15 @@ $colors: (
&:hover {
background: state-color(bg-color(0), $accent_color, 1);
color: $accent_color;
box-shadow: inset 0 0 0 px-to-rem(1px) $outline;
box-shadow: inset 0 0 0 px-to-rem(1px)
state-color(bg-color(0), $accent_color, 1);
}

&:active {
background: state-color(bg-color(0), $accent_color, 2);
color: $accent_color;
box-shadow: inset 0 0 0 px-to-rem(1px) $accent_bg_color;
box-shadow: inset 0 0 0 px-to-rem(1px)
state-color(bg-color(0), $accent_color, 2);
}
}

Expand Down

0 comments on commit e8202a8

Please sign in to comment.