mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 13:56:44 +00:00
CM5 mediawiki.less: Inherit font color from skin
This is a short-gap measure to make the 2017 editor + dark theme more readable. Implementing a dark theme for all of the MediaWiki tokens will come in a future patch. Bug: T365311 Change-Id: Ie56b88960eb0d27e9a1f821101dfa14af37c0130
This commit is contained in:
parent
b3316356c0
commit
08730d2a85
|
@ -28,6 +28,9 @@ stylistic/declaration-block-semicolon-newline-after,
|
|||
stylistic/selector-list-comma-newline-after
|
||||
*/
|
||||
|
||||
// See T365311
|
||||
.CodeMirror { color: inherit; }
|
||||
|
||||
.cm-mw-pagename { text-decoration: underline; }
|
||||
|
||||
// TODO: It appears like this was never used. Remove?
|
||||
|
|
Loading…
Reference in a new issue