Css Cursor properties stopped behaving as expected after 0.14.15 Update

Steps to reproduce

With this CSS snippet activated:

.cm-cursor {
    border-color: #ff0000 !important;
    border-left-width: 0.2em  !important;
    opacity: 50% !important;
}

the customised cursor only changes to the css settings when I am selecting text and jumps back to default after exiting selection

CursorColor

Expected result

css Cursor customization stays constant

Environment

  • Operating system:

Pop OS 22.04
Obsidian 0.14.15 (AppImage)
Installer Version: 0.14.15

Not a bug. the handling of the cursor changed in 0.14.15. You need to update your css.