Skip to content

Commit

Permalink
fix: remove extra coloring on side buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kerichdev committed Mar 24, 2024
1 parent d114ce8 commit 5462931
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/frappe.css
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,11 @@ ytmusic-player-page[is-mweb-modernization-enabled] .background-gradient.ytmusic-
background: var(--ctp-base) !important;
}

ytmusic-guide-entry-renderer:not([is-primary]) #play-button.ytmusic-guide-entry-renderer {
background-color: none !important;
color: none !important;
}

/* Client-specific changes */

div.cet-titlebar.cet-linux.inactive
Expand Down
5 changes: 5 additions & 0 deletions src/latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,11 @@ ytmusic-player-page[is-mweb-modernization-enabled] .background-gradient.ytmusic-
background: var(--ctp-base) !important;
}

ytmusic-guide-entry-renderer:not([is-primary]) #play-button.ytmusic-guide-entry-renderer {
background-color: none !important;
color: none !important;
}

/* Client-specific changes */

div.cet-titlebar.cet-linux.inactive
Expand Down
5 changes: 5 additions & 0 deletions src/macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,11 @@ ytmusic-player-page[is-mweb-modernization-enabled] .background-gradient.ytmusic-
background: var(--ctp-base) !important;
}

ytmusic-guide-entry-renderer:not([is-primary]) #play-button.ytmusic-guide-entry-renderer {
background-color: none !important;
color: none !important;
}

/* Client-specific changes */

div.cet-titlebar.cet-linux.inactive
Expand Down
5 changes: 5 additions & 0 deletions src/mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,11 @@ ytmusic-player-page[is-mweb-modernization-enabled] .background-gradient.ytmusic-
background: var(--ctp-base) !important;
}

ytmusic-guide-entry-renderer:not([is-primary]) #play-button.ytmusic-guide-entry-renderer {
background-color: none !important;
color: none !important;
}

/* Client-specific changes */

div.cet-titlebar.cet-linux.inactive
Expand Down

0 comments on commit 5462931

Please sign in to comment.