mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web: global data-focus-ring-hidden
attribute
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
|
||||
<div id="placeholder-container" class="center-column-container">
|
||||
<Meowbalt emotion="smile" />
|
||||
<div data-first-focus tabindex="-1">{`${pageName} page is not ready yet!`}</div>
|
||||
<div tabindex="-1" data-first-focus data-focus-ring-hidden>
|
||||
{`${pageName} page is not ready yet!`}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user