diff --git a/src/FormBuilder/resources/js/form-builder/src/styles/_block-editor.scss b/src/FormBuilder/resources/js/form-builder/src/styles/_block-editor.scss index c2e7452aad..7f1fe0cd38 100644 --- a/src/FormBuilder/resources/js/form-builder/src/styles/_block-editor.scss +++ b/src/FormBuilder/resources/js/form-builder/src/styles/_block-editor.scss @@ -218,6 +218,8 @@ &:not([contenteditable]):focus::after { box-shadow: none; + content: none; + outline-width: 0; } &.is-highlighted {