diff --git a/skinStyles/ext.visualEditor.core.mobile.less b/skinStyles/ext.visualEditor.core.mobile.less index ea42ab1b5..438c4a8ce 100644 --- a/skinStyles/ext.visualEditor.core.mobile.less +++ b/skinStyles/ext.visualEditor.core.mobile.less @@ -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 );