mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
Merge "Remove FIXME, add variables"
This commit is contained in:
commit
943104ae5e
|
@ -9,3 +9,5 @@
|
|||
// Set pre July 2022 colors for links (T213778).
|
||||
@color-link: #0645ad;
|
||||
@color-link--visited: #0b0080;
|
||||
@color-link-new: #ba0000;
|
||||
@color-link-new--visited: #a55858;
|
||||
|
|
|
@ -15,23 +15,6 @@
|
|||
@import './components/Sidebar.less';
|
||||
@import './components/TabWatchstarLink.less';
|
||||
@import './components/UserLinks.less';
|
||||
|
||||
// Overrides
|
||||
// Since these override declarations in ResourceLoaderSkinModule they require
|
||||
// the `skin-vector-legacy` class for greater specificity. See T288739.
|
||||
// FIXME: This can be considered for removal in future or can be repurposed as a skin
|
||||
// variable when modern and legacy Vector use different skin keys.
|
||||
.skin-vector-legacy {
|
||||
a.new {
|
||||
color: #ba0000;
|
||||
}
|
||||
|
||||
a.new:visited,
|
||||
.vector-menu-tabs .new a,
|
||||
.vector-menu-tabs .new a:visited {
|
||||
color: #a55858;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
Loading…
Reference in a new issue