mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
5170e69d3c
When $wgReadOnly = true; in LocalSettings.php the edit icons appear locked and when clicked should show a warning. This also addresses deprecation warnings in the code and tidies up the ES6 code. Note to reviewer: Please use git diff HEAD^ -w when reviewing this diff. Mostly whitespace changes. Change-Id: I3fa83cc1dc4da62260fd0ef50ac14805c3e1282b
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
@import 'mediawiki.skin.variables';
|
|
|
|
.minerva-read-only {
|
|
// stylelint-disable-next-line selector-max-id
|
|
#page-actions-edit a .minerva-icon {
|
|
.cdx-mixin-css-icon( @cdx-icon-edit-lock, @color-subtle );
|
|
}
|
|
}
|