"Textmarker" makes text invisible in rich text editor
Low-hanging fruit:
How to reproduce
- Add string in any given textarea in markdown mode:
<mark>Test the textmarker style</mark>, save. - It should look like this now: Test the textmarker style.
- Edit again and switch to rich text editor.
- The string disappears visually
Bugfix
- Find the (S)CSS file responsible for producing
.md mark - Remove
z-index: -1;(at least I see no reason for this)
I tried to find that file but gave up, sorry for this. I'm new to GitLab development.
Edited by 🤖 GitLab Bot 🤖