Skip to content

Commit

Permalink
Merge pull request neos#3847 from neos/bugfix/remove-ckeditor-focus-o…
Browse files Browse the repository at this point in the history
…utline-css

BUGFIX: Remove duplicate focus ckeditor border
  • Loading branch information
mhsdesign authored Sep 9, 2024
2 parents 8db53a3 + 0b6c97e commit 99b107e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neos-ui-guest-frame/src/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
outline-color: var(--colors-Warn);
}

:global(.neos-inline-editable:focus) {
:global([data-__neos-property][contenteditable]) {
outline: none;
}

:global([data-neos-inline-editor-is-initialized]:hover) {
:global([data-__neos-property][contenteditable]:hover) {
outline-offset: 5px;
outline: 2px dashed var(--colors-PrimaryBlue);
}
Expand Down

0 comments on commit 99b107e

Please sign in to comment.