FIX Cleaning useless target blank icon design for front external links
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e32b0f987f
commit
79dc04ed50
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user