mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-08 18:55:34 +08:00
adding focusable and aria-hidden attributes (#751)
Updating blank SVG to ensure that it does not receive keyboard focus / is not exposed to assistive technologies.
This commit is contained in:
@@ -83,7 +83,7 @@ body {
|
||||
<body>
|
||||
|
||||
<h1>MicroMDM</h1>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="204" height="192" viewBox="0 0 51 48">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="204" height="192" viewBox="0 0 51 48" focusable="false" aria-hidden="true">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<path fill="#366BE0" d="M34 38L0 20 34 0z"/>
|
||||
<path fill="#4A9DFF" d="M17 10l34 18-34 20z"/>
|
||||
|
||||
Reference in New Issue
Block a user