Skip to content

Commit

Permalink
fix smol things
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Mar 8, 2023
1 parent db56917 commit 138dec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ $colors: (
}
&:checked {
box-shadow: none;
background: bg-color(5);
background: bg-color(4);
color: $view_fg_color;
}
&:hover {
Expand All @@ -859,8 +859,8 @@ $colors: (
color: $view_fg_color;
}
&:hover:checked {
box-shadow: none;
background: bg-color(5);
background: bg-color(4);
box-shadow: shadow(1);
color: $view_fg_color;
}
&:active {
Expand Down

0 comments on commit 138dec1

Please sign in to comment.