Skip to content

Commit

Permalink
fix: editor disabled styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 13, 2024
1 parent 6c2977c commit b2a18e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-editor/src/lib/editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ $menubar-text-padding: 0 $menu-item-spacing;
}

.NgxEditor--Disabled {
opacity: 0.5;
pointer-events: none;
opacity: 0.5 !important;
pointer-events: none !important;
}

.NgxEditor__Placeholder {
Expand Down

0 comments on commit b2a18e0

Please sign in to comment.