Skip to content

Commit

Permalink
_tauos.scss - Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jun 27, 2024
1 parent 467983b commit d9ccc19
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1701,22 +1701,20 @@ button.image-button.disclosure-button {
border-radius: px-to-rem(12px);
margin: 8px 4px;
background: bg-color(1);
box-shadow: inset 0 0 0 1px gtkalpha($borders, .4);

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

.divider {
Expand Down

0 comments on commit d9ccc19

Please sign in to comment.