mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-04 04:48:36 +00:00
Merge "Fix color contrast issues in DiscussionToolsDebug in night theme"
This commit is contained in:
commit
6796c26cc9
|
@ -1,3 +1,5 @@
|
||||||
|
@import 'mediawiki.skin.variables.less';
|
||||||
|
|
||||||
.mw-dt-heading {
|
.mw-dt-heading {
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -14,7 +16,7 @@
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background: #f0f3fc !important; /* stylelint-disable-line declaration-no-important */
|
background: @background-color-progressive-subtle !important; /* stylelint-disable-line declaration-no-important */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,7 +53,7 @@
|
||||||
[ data-level='7' ],
|
[ data-level='7' ],
|
||||||
[ data-level='9' ],
|
[ data-level='9' ],
|
||||||
[ data-level='11' ] {
|
[ data-level='11' ] {
|
||||||
background: #f6f6f6;
|
background: @background-color-interactive;
|
||||||
}
|
}
|
||||||
|
|
||||||
[ data-level='0' ],
|
[ data-level='0' ],
|
||||||
|
@ -60,6 +62,6 @@
|
||||||
[ data-level='6' ],
|
[ data-level='6' ],
|
||||||
[ data-level='8' ],
|
[ data-level='8' ],
|
||||||
[ data-level='10' ] {
|
[ data-level='10' ] {
|
||||||
background: #fff;
|
background: @background-color-base;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue