Skip to content

Commit

Permalink
new feed bar
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitaroH authored Sep 19, 2020
1 parent 7fda829 commit 61b889a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions YouTubeDeepDarkMaterial.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -551,20 +551,18 @@
}

/*Feed filter*/
yt-chip-cloud-chip-renderer[chip-style="STYLE_DEFAULT"][selected],
yt-chip-cloud-chip-renderer[chip-style="STYLE_HOME_FILTER"][selected]
#chips-wrapper.ytd-feed-filter-chip-bar-renderer
{
background-color: var(--hover-background) !important;
background-color: var(--main-background) !important;
border-color: var(--hover-background) !important;
}
ytd-feed-filter-chip-bar-renderer
yt-chip-cloud-chip-renderer[chip-style="STYLE_HOME_FILTER"]:not([selected])
{
background-color: var(--main-background) !important;
background-color: var(--second-background) !important;
}
yt-chip-cloud-chip-renderer[chip-style="STYLE_DEFAULT"],
yt-chip-cloud-chip-renderer[chip-style="STYLE_HOME_FILTER"],
ytd-feed-filter-chip-bar-renderer
yt-chip-cloud-chip-renderer[chip-style="STYLE_HOME_FILTER"]:hover
{
border-color: var(--hover-background) !important;
background-color: var(--hover-background) !important;
}
#text.yt-chip-cloud-chip-renderer
{
Expand Down

0 comments on commit 61b889a

Please sign in to comment.