Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Remove duplicate focus ckeditor border #3847

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. BUGFIX: Remove duplicate focus ckeditor border

    With neos/neos-development-collection#3618 the legacy ember css class `.neos-inline-editable` was removed (previously set here: https://github.com/neos/neos-development-collection/blob/881675b91185cbd8c41cb5e64f7467bf78710e04/Neos.Neos/Classes/Service/ContentElementEditableService.php#L69)
    
    This leads to the ckeditor focus outline styling not being removable.
    
    Instead, we use `[data-__neos-property][contenteditable]` to target ckeditor inline elements now.
    mhsdesign committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0b6c97e View commit details
    Browse the repository at this point in the history