2024-07-03 20:52:26 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
|
|
|
|
2024-04-12 03:27:34 +00:00
|
|
|
#vector-appearance {
|
2023-09-14 15:36:54 +00:00
|
|
|
form {
|
2023-11-14 16:50:15 +00:00
|
|
|
font-size: 0.875rem;
|
2023-11-21 17:01:04 +00:00
|
|
|
padding: 6px 0;
|
2023-09-14 15:36:54 +00:00
|
|
|
}
|
2024-07-03 20:52:26 +00:00
|
|
|
|
2024-07-16 15:27:49 +00:00
|
|
|
a.skin-theme-beta-notice-success {
|
|
|
|
color: @color-success;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2024-07-03 20:52:26 +00:00
|
|
|
|
2024-07-16 15:27:49 +00:00
|
|
|
.vector-icon.vector-icon--heart {
|
|
|
|
.cdx-mixin-css-icon( @cdx-icon-heart, @color-success, @size-icon-small );
|
|
|
|
}
|
2024-07-03 20:52:26 +00:00
|
|
|
}
|
2024-07-23 02:17:30 +00:00
|
|
|
|
|
|
|
// Only display feedback notice in dark mode.
|
|
|
|
// https://phabricator.wikimedia.org/T367871#10003064
|
|
|
|
#skin-theme-beta-notice {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and ( prefers-color-scheme: dark ) {
|
|
|
|
html.skin-theme-clientpref-os #skin-theme-beta-notice {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
html.skin-theme-clientpref-night #skin-theme-beta-notice {
|
|
|
|
display: block;
|
|
|
|
}
|