mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Merge "Cleanup: Last modified active color should be loaded via JS"
This commit is contained in:
commit
4aba34a5ed
|
@ -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 {
|
||||
|
|
|
@ -2,10 +2,7 @@
|
|||
|
||||
.last-modified-bar {
|
||||
&.active {
|
||||
|
||||
#mw-mf-last-modified {
|
||||
background-color: @lastModifiedBarActiveBackgroundColor;
|
||||
}
|
||||
background-color: @lastModifiedBarActiveBackgroundColor;
|
||||
|
||||
color: #fff;
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue