Merge "Last modified links should not be progressive blue"

This commit is contained in:
jenkins-bot 2018-03-28 19:12:00 +00:00 committed by Gerrit Code Review
commit 75cfd47acb
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
} }
.last-modified-bar, .last-modified-bar,
.last-modified-bar a { .last-modified-bar a[href] {
font-weight: bold !important; font-weight: bold !important;
color: #000 !important; color: #000 !important;
} }

View File

@ -46,7 +46,7 @@ body {
color: @colorGray5; color: @colorGray5;
transition: background-color 0.2s ease, color 0.2s ease; transition: background-color 0.2s ease, color 0.2s ease;
a, a[href],
a:visited { a:visited {
color: @colorGray5; color: @colorGray5;
// If browser supports // If browser supports

View File

@ -3,8 +3,8 @@
@import 'minerva.mixins.less'; @import 'minerva.mixins.less';
/** /**
* Note that certain links may not have an href selector if they point to the page * Note that certain links may not have an href selector.
* you are on. It is particularly important on wikis for example inside navbox's that these * It is particularly important on wikis for example inside navbox's that these
* links can be differentiated from other links. Thus we only apply the linkColor to links with href * links can be differentiated from other links. Thus we only apply the linkColor to links with href
* attributes. * attributes.
*/ */