Merge "Table of contents button goes transparent on hover"

This commit is contained in:
jenkins-bot 2024-02-23 19:56:45 +00:00 committed by Gerrit Code Review
commit 91ba3dec6d

View file

@ -56,11 +56,11 @@
// Handle button styles in checkbox hack, copied from Codex
// FIXME: Remove these styles when Codex supports the checkbox hack in T333394
input:hover + .cdx-button:not( .cdx-button--action-progressive ) {
input:hover + .cdx-button:not( .cdx-button--action-progressive ) + .cdx-button:not( .vector-page-titlebar-toc ) {
background-color: @background-color-button-quiet--hover;
}
input:active + .cdx-button:not( .cdx-button--action-progressive ) {
input:active + .cdx-button:not( .cdx-button--action-progressive ) + .cdx-button:not( .vector-page-titlebar-toc ) {
background-color: @background-color-button-quiet--active;
color: @color-emphasized;
border-color: @border-color-interactive;