Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Donations
Commits
bdfc9d5a
Commit
bdfc9d5a
authored
Oct 13, 2021
by
Michael Iseard
Browse files
Fix aria-label for modal
parent
16b20900
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/public/modal/base.html.twig
View file @
bdfc9d5a
<div
id=
"kudos-modal-
{{
id
}}
"
class=
"kudos-modal
{{
class
}}
kd-absolute kd-hidden kd-z-1050 kd-text-[16px] xl:kd-text-[18px] 2xl:kd-text-[18px]"
role=
"dialog"
aria-hidden=
"true"
aria-modal=
"true"
aria-label=
"
{{
modal_title
}}
"
>
role=
"dialog"
aria-hidden=
"true"
aria-modal=
"true"
aria-label=
"
{{
__
(
'Donation form modal'
,
'kudos-donations'
)
}}
"
>
<div
class=
"kudos-modal-overlay kd-flex kd-justify-center kd-items-center kd-fixed kd-top-0 kd-left-0 kd-w-full kd-h-full kd-bg-[#1a202ccc]"
>
<div
data-page=
"1"
class=
"kudos-modal-container kd-bg-white kd-p-8 xs:kd-rounded-lg kd-w-full kd-h-full xs:kd-h-auto lg:kd-w-2/4 kd-max-w-lg kd-relative kd-overflow-auto xs:kd-overflow-hidden kd-origin-right
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment