Skip to content

Commit

Permalink
Missed these rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Sep 7, 2023
1 parent a16be74 commit bac1668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,12 @@ button.image-button.iconic-button {
padding: 0;
margin: 0;
}
& row:selected .mini-content-block {
background: $suggested_container_bg_color;
}
& row:hover:selected .mini-content-block {
background: $suggested_container_bg_color;
}
& row:hover .mini-content-block {
background: gtkalpha($window_fg_color, 0.08);
}
Expand Down

0 comments on commit bac1668

Please sign in to comment.