mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 08:35:42 +00:00
db08697b17
Should result in no visual changes with default Vector config (e.g. Pixel) Bug: T314323 Change-Id: Id1d72fdede3aabab630f9318516ef0f92b12e23b
16 lines
392 B
Plaintext
16 lines
392 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;
|
|
}
|
|
|
|
.vector-feature-visual-enhancement-next-disabled {
|
|
.mw-ui-icon-element {
|
|
padding: 0.75em;
|
|
}
|
|
|
|
.mw-ui-icon + span:not( :empty ) {
|
|
margin-left: 8px;
|
|
}
|
|
}
|