Skip to content

Commit 1d2f521

Browse files
committed
fix: fix content list selection style
1 parent 77dfff1 commit 1d2f521

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Helium/gtk-4.0/_tauos.scss

+4-8
Original file line numberDiff line numberDiff line change
@@ -627,13 +627,15 @@ $colors: (
627627
&:hover {
628628
background: state-color(bg-color(0), $accent_color, 1);
629629
color: $accent_color;
630-
box-shadow: inset 0 0 0 px-to-rem(1px) gtkmix($view_bg_color, $accent_color, 0.08);
630+
box-shadow: inset 0 0 0 px-to-rem(1px)
631+
gtkmix($view_bg_color, $accent_color, 0.08);
631632
}
632633

633634
&:active {
634635
background: state-color(bg-color(0), $accent_color, 2);
635636
color: $accent_color;
636-
box-shadow: inset 0 0 0 px-to-rem(1px) gtkmix($view_bg_color, $accent_color, 0.1);
637+
box-shadow: inset 0 0 0 px-to-rem(1px)
638+
gtkmix($view_bg_color, $accent_color, 0.1);
637639
}
638640
}
639641

@@ -1240,12 +1242,6 @@ $colors: (
12401242
&:active {
12411243
background: transparent;
12421244
}
1243-
1244-
.mini-content-block,
1245-
.content-block {
1246-
background: $surface_container_high_bg_color;
1247-
color: $view_fg_color;
1248-
}
12491245
}
12501246

12511247
& row:first-child .mini-content-block {

0 commit comments

Comments
 (0)