mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-25 21:24:23 -05:00
Accessibility: Mark pseudo element content in link footer as decorative (#39164)
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
|
||||
&:not(:last-child)::after {
|
||||
content: ' · ';
|
||||
|
||||
@supports (content: 'x' / 'y') {
|
||||
content: ' · ' / '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user