diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-10-17 19:23:58 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-10-17 19:23:58 -0700 |
commit | fd327ae6533d0e9d6119fd8951017775211bd29f (patch) | |
tree | 35e59279d0cadc0859322cef46d3e83859193f49 /youtube/templates/subscription_manager.html | |
parent | 66b1159d362dde55d8bcaf35346916e97b87865f (diff) | |
download | yt-local-fd327ae6533d0e9d6119fd8951017775211bd29f.tar.lz yt-local-fd327ae6533d0e9d6119fd8951017775211bd29f.tar.xz yt-local-fd327ae6533d0e9d6119fd8951017775211bd29f.zip |
Fix muted channels not being faded out on subscription manager page
Diffstat (limited to 'youtube/templates/subscription_manager.html')
-rw-r--r-- | youtube/templates/subscription_manager.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index c9683ce..34d38d0 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -61,6 +61,8 @@ display:flex; margin-bottom: 10px; break-inside:avoid; + } + .sub-list-item:not(.muted){ background-color: var(--interface-color); } .tag-list{ |