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

FEATURE: Show focused outline when editing text #3853

Open
Sebobo opened this issue Sep 19, 2024 · 1 comment
Open

FEATURE: Show focused outline when editing text #3853

Sebobo opened this issue Sep 19, 2024 · 1 comment

Comments

@Sebobo
Copy link
Member

Sebobo commented Sep 19, 2024

Description

Currently no outline is shown when editing inline text when the mouse is not hovering the CKEditor field.

See also

Steps to Reproduce

  1. Edit content and move mouse away

Expected behavior

CleanShot 2024-09-19 at 10 52 57@2x

Actual behavior

CleanShot 2024-09-19 at 11 00 00@2x

Affected Versions

Neos: 8.3
UI: 8.3

@Sebobo
Copy link
Member Author

Sebobo commented Sep 19, 2024

Possible solution something like this (with a different color of course):

.ck-focused {
    outline: 1px dashed red;
    outline-offset: 5px;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant