Merge "Cleanup: Last modified active color should be loaded via JS"

This commit is contained in:
jenkins-bot 2018-07-23 16:54:28 +00:00 committed by Gerrit Code Review
commit 4aba34a5ed
2 changed files with 1 additions and 9 deletions

View File

@ -24,11 +24,6 @@ footer {
color: @lastModifiedBarTextColor;
line-height: 1.5em;
transition: background-color 0.2s ease, color 0.2s ease;
&.active {
background-color: @lastModifiedBarActiveBackgroundColor;
color: #fff;
}
}
.last-modifier-tagline {

View File

@ -2,10 +2,7 @@
.last-modified-bar {
&.active {
#mw-mf-last-modified {
background-color: @lastModifiedBarActiveBackgroundColor;
}
background-color: @lastModifiedBarActiveBackgroundColor;
color: #fff;
a {