Skip to content

Commit

Permalink
_tauos.scss - Oops (@→$)
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Sep 11, 2023
1 parent 387a9ae commit c08c202
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 @@ -1064,14 +1064,14 @@ button.image-button.iconic-button {
&:hover {
background: transparent;
color: gtkalpha($view_fg_color, 0.75);
box-shadow: 0 2px 0 0 alpha(@view_fg_color, 0.12);
box-shadow: 0 2px 0 0 alpha($view_fg_color, 0.12);
}

&:checked {
background: transparent;
color: $view_fg_color;
font-weight: 500;
box-shadow: 0 2px 0 0 alpha(@view_fg_color, 0.38);
box-shadow: 0 2px 0 0 alpha($view_fg_color, 0.38);
}

&:active {
Expand Down

0 comments on commit c08c202

Please sign in to comment.