FEATURE Introducing a no external decoration for links
This commit is contained in:
parent
9743fc035f
commit
bba1d4ee2d
|
|
@ -9,3 +9,9 @@ a[target='_blank'] {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-external-icon {
|
||||||
|
&:after {
|
||||||
|
@apply !hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user