diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts index 8043d51cf9..f080a295e8 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts @@ -484,11 +484,13 @@ export class UmbContentTypeDesignEditorPropertyElement extends UmbLitElement { position: absolute; top: var(--uui-size-space-2); right: var(--uui-size-space-2); - display: none; + opacity: 0; } + #editor:hover uui-action-bar, - #editor:focus uui-action-bar { - display: block; + #editor:focus uui-action-bar, + #editor:focus-within uui-action-bar { + opacity: 1; } a {