mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
ManualWidget: Added design token for dark mode compatibility
A previous comment said design token "background-color-interactive" was unsuitable for the given context, so using "background-color-neutral" design token instead. Change-Id: I614369dcb402fdd7368be5996f3bb9720ad780b5
This commit is contained in:
parent
7047ea06b5
commit
c8c9880b19
|
@ -1,9 +1,7 @@
|
|||
@import 'mediawiki.skin.variables.less';
|
||||
|
||||
.ext-WikiEditor-ManualWidget {
|
||||
// TODO: The only background-color token carrying `#eaecf0` right now is
|
||||
// `@background-color-interactive`, which shouldn't be used here.
|
||||
background-color: #eaecf0;
|
||||
background-color: @background-color-neutral;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in a new issue