mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-25 08:05:51 +00:00
f3dfc9df1e
* stylelint-config-wikimedia: 0.13.0 → 0.14.0 Run stylelint fix to fix the new stylelint rule Change-Id: I3f9e528ca9f8292a9e3630356f0e8bf5df5f6609
6 lines
234 B
Plaintext
6 lines
234 B
Plaintext
// Make sure all icons are the correct color https://phabricator.wikimedia.org/T317800
|
|
.mw-ui-icon::before {
|
|
// `@opacity-icon-base` equals to `#222` on `background-color: #fff`, closest to `#202122`.
|
|
opacity: @opacity-icon-base;
|
|
}
|