FIX Cleaning useless target blank icon design for front external links
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-08-28 09:58:01 +02:00
parent e32b0f987f
commit 79dc04ed50

View File

@ -1,6 +1,3 @@
/* body {
background: red !important;
} */
#menu-posts { #menu-posts {
border-top: 1px solid rgba(255, 255, 255, 0.2) !important; border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
} }
@ -11,6 +8,15 @@
min-width: unset !important; min-width: unset !important;
} }
} }
.editor-header__settings a:after { .editor-header__settings a:after {
@apply !hidden; @apply !hidden;
} }
.interface-navigable-region,
.edit-post-header,
.editor-header__settings,
.interface-interface-skeleton__header {
a[target='_blank']:after {
content: none;
}
}