Disable language button background color on modern Vector

Limit this style to sidebar buttons. When skins are not placing it
inside the sidebar (e.g. modern Vector), we should defer to them for
all styling matters. This rule clashes with modern Vector's mw-ui-button
class.

Bug: T296323
Change-Id: I16bdbf8882e37b8727fbf693c904b9c9d1d8820c
This commit is contained in:
jdlrobson
2021-11-29 14:46:09 -08:00
committed by Jdlrobson
parent 2d9279a1f1
commit 5890cf27f1

View File

@@ -21,11 +21,11 @@
text-align: left;
cursor: pointer;
}
/* stylelint-enable selector-max-id */
.mw-interlanguage-selector.selector-open {
#p-lang .mw-interlanguage-selector.selector-open {
background-color: #c8ccd1;
}
/* stylelint-enable selector-max-id */
/*
* Add caret to the ULS dialog when using the cog in the sidebar.