Differentiate block vs. inline insert via CSS #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/css-block-inline-differentiation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I wondered if you'd consider supporting some additional CSS styling.
Visually the drop cursor seems to have two modes: a horizontal (block) insert; and a vertical (inline) caret-like insert - I'd like to be able to differentiate and style them separately but currently the API allows only for a single CSS class. I'm proposing that if the
classconfiguration is being utilised then some additional classes are appended allowing for higher specificity. Alternatively adata-*attribute would work.Does attached patch, which does something similar, work for you?
Yes, that's great. Thank you.
Pull request closed