mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
5e7a35946c
The changeslist module is the list of results on special pages such as recent changes, watchlist, and parts of action history. Adds a skin style to special.changeslist module. Bug: T228419 Change-Id: I324b1f136f5314cb6acdba3155b07136bbde363a
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
/**
|
|
* Changeslist legends are hidden on Minerva due to their complexity
|
|
* on mobile displays.
|
|
*/
|
|
|
|
.mw-changeslist-legend {
|
|
display: none !important;
|
|
}
|