mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add aria role to warning
This commit is contained in:
parent
7d58427485
commit
5b8c9b2f4c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
.row.row-spaced
|
.row.row-spaced
|
||||||
each warning in warnings
|
each warning in warnings
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
.alert.alert-warning= warning
|
.alert.alert-warning(role="alert")= warning
|
||||||
|
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
.card.card-thin.project-list-card
|
.card.card-thin.project-list-card
|
||||||
|
|
Loading…
Reference in a new issue