mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-12 07:55:21 +00:00
a8d047b319
Prevents dark-mode feedback link from turning blue when clicked, caused by styles in the `.mixin-vector-dropdown-menu-item()` mixin Additionally, decreases the size of the heart icon beside the dark-mode feedback link. Bug: T367871 Change-Id: I348dbafcc3d3d3519da77dc6799818fdd743bba2
18 lines
321 B
Plaintext
18 lines
321 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
#vector-appearance {
|
|
form {
|
|
font-size: 0.875rem;
|
|
padding: 6px 0;
|
|
}
|
|
|
|
a.skin-theme-beta-notice-success {
|
|
color: @color-success;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.vector-icon.vector-icon--heart {
|
|
.cdx-mixin-css-icon( @cdx-icon-heart, @color-success, @size-icon-small );
|
|
}
|
|
}
|