Skip to content

Commit

Permalink
_tauos.scss - content-grid for Gtk.GridView to adhere to Helium
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jul 12, 2024
1 parent 474e6cb commit 204b828
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,25 @@ button.image-button.disclosure-button {
}
}

.content-grid {
child {
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 Expand Up @@ -1200,9 +1219,6 @@ button.image-button.disclosure-button {
border-top-right-radius: px-to-rem(8px);
border-bottom-left-radius: px-to-rem(12px);
border-bottom-right-radius: px-to-rem(12px);
}
.mini-content-block {
margin: 2px 0 0 0;
}
}

Expand Down

0 comments on commit 204b828

Please sign in to comment.