sibiraj-s / ngx-editor

🖋️ Rich Text Editor for angular using ProseMirror
https://sibiraj-s.github.io/ngx-editor/
MIT License
424 stars 183 forks source link

[Feature request]: Remove "!important" from --ngx-editor-click-pointer And add :not(:disabled) or add a second var for :disabled #546

Closed DywiTom closed 2 weeks ago

DywiTom commented 2 weeks ago

Proposal

Hello!

See title. Thanks :)

.NgxEditor__MenuBar button, .NgxEditor__MenuBar [role=button] {
  cursor: var(--ngx-editor-click-pointer, default) !important;
}

Willing to submit a PR?

None

sibiraj-s commented 2 weeks ago

Should be fixed in v17.5.4. Thanks for the suggestion.