Skip to content

Commit

Permalink
_tauos.scss - New CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 23, 2024
1 parent 31aeb63 commit 8242914
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,27 @@ $colors: (
}
}

.content-flowbox {
background: inherit;

flowboxchild {
border: none;
background: transparent;

&:selected:hover {
background: transparent;
color: $accent_color;
}

&:selected,
&:hover,
&:active {
background: transparent;
color: $accent_color;
}
}
}

.content-list {
background: inherit;

Expand Down

0 comments on commit 8242914

Please sign in to comment.