Merge "Remove FIXME, add variables"

This commit is contained in:
jenkins-bot 2022-08-22 19:06:07 +00:00 committed by Gerrit Code Review
commit 943104ae5e
2 changed files with 2 additions and 17 deletions

View File

@ -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;

View File

@ -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 {