Amend history action page mixin's name

Amending name to be equal to current CSS class naming scheme,
even if it's not perfect, for simpler maintainability.

Change-Id: Ie1f0dc26dceb92be650d827d63a62092912ac504
This commit is contained in:
Volker E 2019-04-25 01:47:47 -07:00
parent eb2736cfe5
commit b308c33a74
2 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
} }
// Mixins for history, contributions, watchlist and recent changes' changes list // Mixins for history, contributions, watchlist and recent changes' changes list
.change-list-minor-edit() { .changeslist-minor-edit() {
background-color: @colorGray14; background-color: @colorGray14;
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;
@ -23,13 +23,13 @@
font-weight: bold; font-weight: bold;
} }
.change-list-meta() { .changeslist-meta() {
position: absolute; position: absolute;
left: 0; left: 0;
font-size: 0.9em; font-size: 0.9em;
} }
.change-list-row() { .changeslist-row() {
list-style: none; list-style: none;
position: relative; position: relative;
min-height: 100px; min-height: 100px;
@ -39,14 +39,14 @@
padding-bottom: 32px; padding-bottom: 32px;
} }
.change-list-row-item() { .changeslist-row-item() {
color: @colorGray7; color: @colorGray7;
margin: 0.5em 0; margin: 0.5em 0;
padding-left: 85px; padding-left: 85px;
font-size: 0.9em; font-size: 0.9em;
} }
.change-list-header() { .changeslist-header() {
background-color: @colorGray14; background-color: @colorGray14;
color: @colorGray7; color: @colorGray7;
display: block; display: block;

View File

@ -9,7 +9,7 @@
padding: 0; padding: 0;
li { li {
.change-list-row(); .changeslist-row();
} }
} }
} }
@ -52,7 +52,7 @@
&.action-history { &.action-history {
.mw-changeslist-date-time, .mw-changeslist-date-time,
.mw-diff-bytes { .mw-diff-bytes {
.change-list-meta(); .changeslist-meta();
} }
.mw-diff-bytes { .mw-diff-bytes {
@ -75,7 +75,7 @@
} }
.mw-changeslist-date { .mw-changeslist-date {
.change-list-header(); .changeslist-header();
} }
.mw-userlink { .mw-userlink {
@ -84,7 +84,7 @@
.comment, .comment,
.history-user { .history-user {
.change-list-row-item(); .changeslist-row-item();
} }
.history-user { .history-user {