mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
6f98cc6460
Remove direct usage of CSS variables in Minerva, and replace them with codex design tokens again. Document this decision in the original ADR Note: there are still a small number of CSS variables in use, including most notably the --color-link-red fix, which broke when I removed it, but this change takes care of all the ones that could be easily replaced Bug: T363743 Change-Id: I7d3a9dceb908167078987de1733774c8bd4bea2f
9 lines
209 B
Plaintext
9 lines
209 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);
|
|
}
|
|
}
|