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:
MusikAnimal 2024-06-24 20:38:55 -04:00
parent b3316356c0
commit 08730d2a85

View file

@ -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?