mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Fix aria-hidden attribute by adding explicit "true" to its value
GitOrigin-RevId: 173f2e2d18a993ee81506d420b120231e4f40574
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
mixin eyebrow(text)
|
||||
span.mono-text
|
||||
span(aria-hidden) {
|
||||
span(aria-hidden="true") {
|
||||
span #{text}
|
||||
span(aria-hidden) }
|
||||
span(aria-hidden="true") }
|
||||
Reference in New Issue
Block a user