Accessible modals (#560)
Improve the accessibility of our modals (the color picker and the export dialog) Implement a focus trap so that tapping through the controls inside them don't escape to outer elements, it also allows to close the modals with the "Escape" key.
This commit is contained in:
+5
-1
@@ -92,7 +92,11 @@
|
||||
viewBox="0 0 250 250"
|
||||
style="position: absolute; top: 0; right: 0"
|
||||
>
|
||||
<a href="https://github.com/excalidraw/excalidraw" target="_blank">
|
||||
<a
|
||||
href="https://github.com/excalidraw/excalidraw"
|
||||
target="_blank"
|
||||
aria-label="GitHub repository"
|
||||
>
|
||||
<path d="M0 0l115 115h15l12 27 108 108V0z" fill="#6c6c6c" />
|
||||
<path
|
||||
class="octo-arm"
|
||||
|
||||
Reference in New Issue
Block a user