fixing link exception problem with .Cta
This commit is contained in:
parent
3adcc7e578
commit
10b9aa321d
|
|
@ -1,9 +1,8 @@
|
|||
:root :where(a:where(:not(.wp-element-button))) {
|
||||
text-decoration: unset;
|
||||
}
|
||||
/* EXTERNAL LINKS IN NEW TAB */
|
||||
|
||||
a:not(
|
||||
/* a:not(
|
||||
.cta--secondary,
|
||||
.wp-block-button__link,
|
||||
.cta,
|
||||
|
|
@ -19,35 +18,36 @@ a:not(
|
|||
transform: translateY(1px);
|
||||
}
|
||||
} */
|
||||
}
|
||||
/* } */
|
||||
|
||||
/* EXTERNAL LINKS IN NEW TAB */
|
||||
|
||||
main
|
||||
a[target='_blank']:not(.cta--primary, .cta--button, .wp-block-button__link):not(
|
||||
[href*='homegrade\.local']
|
||||
):not([href*='homegrade\.brussels']) {
|
||||
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) {
|
||||
@apply inline-flex items-center;
|
||||
@apply px-2 py-1;
|
||||
@apply text-primary underline font-bold relative;
|
||||
|
||||
@apply rounded-md;
|
||||
&:after {
|
||||
@apply ml-2 inline-block;
|
||||
/* content: url('../resources/img/graphic-assets/icone-external-link-purple.svg'); */
|
||||
/* transform: translateY(-3px); */
|
||||
|
||||
html[lang='fr-FR'] & {
|
||||
content: "S'ouvre dans un nouvel onglet ";
|
||||
}
|
||||
html[lang='nl-NL'] & {
|
||||
content: 'Downloaden';
|
||||
content: 'Opent in een nieuw tabblad';
|
||||
}
|
||||
@apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat;
|
||||
font-size: 0 !important;
|
||||
background-image: url('../resources/img/graphic-assets/icone-external-link-black.svg');
|
||||
}
|
||||
&:hover {
|
||||
@apply rounded-md;
|
||||
background: rgba(239, 239, 239);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* INTERNAL LINKS TO A PDF */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user