tweaks for n ew tabs links
This commit is contained in:
parent
9f2a984ab9
commit
cf17534555
|
|
@ -31,4 +31,17 @@
|
|||
.brochure-download-icon {
|
||||
filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(105%);
|
||||
}
|
||||
/* NEW TAB LINKS */
|
||||
a[target='_blank']:not([href*='homegrade\.local']):not([href*='homegrade\.brussels']):not(
|
||||
:has(img)
|
||||
) {
|
||||
&:not(.cta--primary, .cta--secondary, .cta--button, .wp-block-button__link) {
|
||||
&:after {
|
||||
background-image: url('../resources/img/graphic-assets/icone-external-link-purple.svg');
|
||||
|
||||
filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%)
|
||||
contrast(105%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user