Skip to content

Commit

Permalink
Tons of little fixes for things
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 4, 2024
1 parent 6920055 commit 6556c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -866,15 +866,15 @@ $colors: (
}

&:hover {
background: state-color();
background: state-color($accent_bg_color, $view_fg_color, 1);
color: $accent_color;
box-shadow:
shadow(1),
inset 0 0 0 1px gtkalpha($borders, 0.38);
}

&:active {
background: gtkalpha($accent_bg_color, 0.2);
background: state-color($accent_bg_color, $view_fg_color, 2);
color: $accent_color;
}
}
Expand Down

0 comments on commit 6556c83

Please sign in to comment.