Vector 2022 should manage styles for ext.uls.pt

Since these are part of the interface they should evolve
with the interface. This is needed to support switching our markup
to Codex.

Bug: T335710
Change-Id: I9996696795f792567f770ac8bf57002bd5706d06
This commit is contained in:
Jon Robson 2023-05-10 15:11:30 -07:00 committed by VolkerE
parent c486967afd
commit 8815afad25
2 changed files with 5 additions and 0 deletions

View file

@ -453,6 +453,7 @@
"+ext.relatedArticles.readMore": "skinStyles/ext.relatedArticles.readMore.less",
"+ext.uls.compactlinks": "skinStyles/ext.uls.compactlinks.less",
"+ext.uls.interface": "skinStyles/ext.uls.interface.less",
"+ext.uls.pt": "skinStyles/ext.uls.pt.less",
"+ext.visualEditor.base": "skinStyles/ext.visualEditor.less",
"jquery.ui": [
"skinStyles/jquery.ui/jquery.ui.core.css",

View file

@ -0,0 +1,4 @@
// Reset the background set in jquery.uls for Modern Vector.
.vector-user-links .uls-trigger {
background: none;
}