Skip to content

Commit

Permalink
Add missing channels-viewtree adw reset
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Aug 26, 2024
1 parent f2abba5 commit 3f6689a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/sidebar/channels/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ type View struct {
}

var viewCSS = cssutil.Applier("channels-view", `
.channels-viewtree {
background: none; /* adwaita reset */
}
/* GTK is dumb. There's absolutely no way to get a ListItemWidget instance
* to style it, so we'll just unstyle everything and use the child instead.
*/
Expand Down

0 comments on commit 3f6689a

Please sign in to comment.