From 5890cf27f1a1c3126b5c0355f3265ff858e6d699 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Mon, 29 Nov 2021 14:46:09 -0800 Subject: [PATCH] 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 --- resources/css/ext.uls.compactlinks.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/ext.uls.compactlinks.less b/resources/css/ext.uls.compactlinks.less index 01f3f47c..d7a6ca95 100644 --- a/resources/css/ext.uls.compactlinks.less +++ b/resources/css/ext.uls.compactlinks.less @@ -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.