Skip to content

Commit

Permalink
fix: fix content list selection style
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Dec 28, 2024
1 parent 77dfff1 commit 1d2f521
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -627,13 +627,15 @@ $colors: (
&:hover {
background: state-color(bg-color(0), $accent_color, 1);
color: $accent_color;
box-shadow: inset 0 0 0 px-to-rem(1px) gtkmix($view_bg_color, $accent_color, 0.08);
box-shadow: inset 0 0 0 px-to-rem(1px)
gtkmix($view_bg_color, $accent_color, 0.08);
}

&:active {
background: state-color(bg-color(0), $accent_color, 2);
color: $accent_color;
box-shadow: inset 0 0 0 px-to-rem(1px) gtkmix($view_bg_color, $accent_color, 0.1);
box-shadow: inset 0 0 0 px-to-rem(1px)
gtkmix($view_bg_color, $accent_color, 0.1);
}
}

Expand Down Expand Up @@ -1240,12 +1242,6 @@ $colors: (
&:active {
background: transparent;
}

.mini-content-block,
.content-block {
background: $surface_container_high_bg_color;
color: $view_fg_color;
}
}

& row:first-child .mini-content-block {
Expand Down

0 comments on commit 1d2f521

Please sign in to comment.