FIX Cleaning useless target blank icon design for front external links
This commit is contained in:
parent
9b8a7b1d96
commit
e32b0f987f
|
|
@ -1,7 +1,3 @@
|
|||
/* body {
|
||||
background: red !important;
|
||||
} */
|
||||
|
||||
#menu-posts {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
|
@ -13,4 +9,8 @@
|
|||
|
||||
.editor-header__settings a:after {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.interface-navigable-region a[target='_blank']:after, .edit-post-header a[target='_blank']:after, .editor-header__settings a[target='_blank']:after, .interface-interface-skeleton__header a[target='_blank']:after {
|
||||
content: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user