bennyxguo / Obsidian-Obsidianite

🎨 Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
MIT License
279 stars 48 forks source link

Fixed bold selection #51

Closed StanleyRoberts closed 2 years ago

StanleyRoberts commented 2 years ago

Previously selecting bold text in the editor mode caused some unusual behaviour (namely selected text was invisible and the padding caused text to move as it was selected)

This is because the ::selection pseudo-element isnt defined for CodeMirror elements, I just replaced it with the correct CodeMirror selection element.