From feafe48e06216665c342c5b4b82b7213261f274d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 16 Jul 2025 15:29:00 +0200 Subject: [PATCH] FIX icon on target blank for gutenberg editor header --- css/admin-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/admin-style.css b/css/admin-style.css index 1df9c01..1707c9b 100644 --- a/css/admin-style.css +++ b/css/admin-style.css @@ -9,4 +9,8 @@ .block-editor-block-inspector .block-editor-link-control, .block-editor-block-inspector .block-editor-url-input { min-width: unset !important; +} + +.editor-header__settings a:after { + display: none !important; }