Skip to content

Commit

Permalink
Fix an oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 12, 2024
1 parent 99ee571 commit 146a2ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -866,15 +866,12 @@ $colors: (
}

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

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

0 comments on commit 146a2ee

Please sign in to comment.