mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
7c24aa46fb
Bug: T320101 Change-Id: I6d536af034dafd66c6478183de8029be9ed3e8b7
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;
|
|
}
|