From 1217ac9e0971697f443cb604b648c2e447abe3a0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 16 Jul 2025 15:29:08 +0200 Subject: [PATCH] FIX icon on target blank for gutenberg editor header --- resources/css/admin-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index fd5aed4..3ca09db 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -11,3 +11,6 @@ min-width: unset !important; } } +.editor-header__settings a:after { + @apply !hidden; +}