Accessibility: Mark pseudo element content in link footer as decorative (#39164)
This commit is contained in:
parent
041100365f
commit
9fe97e1ad6
@ -41,6 +41,10 @@
|
||||
|
||||
&:not(:last-child)::after {
|
||||
content: ' · ';
|
||||
|
||||
@supports (content: 'x' / 'y') {
|
||||
content: ' · ' / '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user