Skip to content

Commit 2c52293

Browse files
committed
Maybe
1 parent a55a1c4 commit 2c52293

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Helium/gtk-4.0/_tauos.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2704,18 +2704,14 @@ $colors: (
27042704
background: transparent;
27052705
}
27062706

2707-
&:hover {
2707+
& button:hover {
27082708
background: state-color($suggested_container_bg_color, $window_bg_color, 1);
27092709
color: $window_fg_color;
27102710
}
2711-
&:checked {
2711+
& button:active {
27122712
background: state-color($suggested_container_bg_color, $window_bg_color, 2);
27132713
color: $window_fg_color;
27142714
}
2715-
&:hover:checked {
2716-
background: state-color($suggested_container_bg_color, $window_bg_color, 3);
2717-
color: $window_fg_color;
2718-
}
27192715
}
27202716

27212717
.segmented-button > button:not(:first-child),

0 commit comments

Comments
 (0)