mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-11 16:38:20 +00:00
Merge "Partial revert "Temporary fix for enabling Mobile VisualEditor in night mode""
This commit is contained in:
commit
9aab79f211
|
@ -1,15 +1,9 @@
|
|||
@import 'mediawiki.skin.variables.less';
|
||||
|
||||
/**
|
||||
* FIXME: The following styles should be removed
|
||||
* once https://gerrit.wikimedia.org/r/c/VisualEditor/VisualEditor/+/1048068 is merged.
|
||||
*/
|
||||
|
||||
.skin-theme-clientpref-night {
|
||||
.ve-ui-mobileContext {
|
||||
background: @background-color-base;
|
||||
}
|
||||
|
||||
/**
|
||||
* FIXME: Can be removed when T369092 is resolved
|
||||
*/
|
||||
.ve-ce-branchNode-blockSlug,
|
||||
body p.ve-ce-branchNode-newSlug {
|
||||
background-color: rgba( 241, 247, 251, 0.1 );
|
||||
|
@ -18,10 +12,9 @@
|
|||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
html.skin-theme-clientpref-os {
|
||||
.ve-ui-mobileContext {
|
||||
background: @background-color-base;
|
||||
}
|
||||
|
||||
/**
|
||||
* FIXME: Can be removed when T369092 is resolved
|
||||
*/
|
||||
.ve-ce-branchNode-blockSlug,
|
||||
body p.ve-ce-branchNode-newSlug {
|
||||
background-color: rgba( 241, 247, 251, 0.1 );
|
||||
|
|
Loading…
Reference in a new issue