mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 00:25:40 +00:00
6 lines
233 B
Plaintext
6 lines
233 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;
|
||
|
}
|