mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
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:
parent
c486967afd
commit
8815afad25
|
@ -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",
|
||||
|
|
4
skinStyles/ext.uls.pt.less
Normal file
4
skinStyles/ext.uls.pt.less
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Reset the background set in jquery.uls for Modern Vector.
|
||||
.vector-user-links .uls-trigger {
|
||||
background: none;
|
||||
}
|
Loading…
Reference in a new issue