Steps to reproduce
- Create a code block, for example:
echo "Hello world"
Expected result
Should hilight the code block like in headings etc, like this:
Actual result
No hilight, the rectangle bit is selected and I can copy it but it gets no decoration:
As a CSS developer myself I tried to edit obsidian.css and add styles for ::selection but it has no effect. I saw Obsidian uses CodeMirror and tested .CodeMirror-selected
next but it only affects on headings etc… in code blocks it has no effect.
Environment
- Operating system: Tested on Windows 10 Pro and macOS Big Sur (11.4)
- Obsidian version: 0.12.10