mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-16 21:26:33 +00:00
Testing moving a comment to see what accesslint says.
This commit is contained in:
parent
16ea657b5b
commit
dab6592c12
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
{# @todo Implement focus traps to prevent tabbing out of the modal. #}
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
role="dialog"
|
role="dialog"
|
||||||
class="modal hidden"
|
class="modal hidden"
|
||||||
|
@ -7,6 +5,7 @@
|
||||||
aria-labelledby="modal-card-title-{{ controls_text }}-{{ controls_uid }}"
|
aria-labelledby="modal-card-title-{{ controls_text }}-{{ controls_uid }}"
|
||||||
aria-modal="true"
|
aria-modal="true"
|
||||||
>
|
>
|
||||||
|
{# @todo Implement focus traps to prevent tabbing out of the modal. #}
|
||||||
<div class="modal-background"></div>
|
<div class="modal-background"></div>
|
||||||
<div class="modal-card">
|
<div class="modal-card">
|
||||||
<header class="modal-card-head" tabindex="0" id="modal-title-{{ controls_text }}-{{ controls_uid }}">
|
<header class="modal-card-head" tabindex="0" id="modal-title-{{ controls_text }}-{{ controls_uid }}">
|
||||||
|
|
Loading…
Reference in a new issue