From 79dc04ed50533808edf7f72f0cc6db5b225d2ffc Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 28 Aug 2025 09:58:01 +0200 Subject: [PATCH] FIX Cleaning useless target blank icon design for front external links --- resources/css/admin-style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 3ca09db..5fa1d2d 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -1,6 +1,3 @@ -/* body { - background: red !important; -} */ #menu-posts { border-top: 1px solid rgba(255, 255, 255, 0.2) !important; } @@ -11,6 +8,15 @@ min-width: unset !important; } } + .editor-header__settings a:after { @apply !hidden; } +.interface-navigable-region, +.edit-post-header, +.editor-header__settings, +.interface-interface-skeleton__header { + a[target='_blank']:after { + content: none; + } +}