Skip to content

Commit

Permalink
[TASK] Improve focus styling
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 23, 2023
1 parent 9818ac4 commit 4a7b0e5
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 204 deletions.
16 changes: 12 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@
<script type="module" async src="typo3-universe.js"></script>
</head>
<body>
<typo3-universe active="community">
<!-- Fallback to consume the defined space on loading and no component support -->
<div style="display: block; height: 44px; background-color: #313131;"></div>
</typo3-universe>
<div style="margin: 1rem 0;">
<typo3-universe active="community">
<!-- Fallback to consume the defined space on loading and no component support -->
<div style="display: block; height: 44px; background-color: #313131;"></div>
</typo3-universe>
</div>
<div style="margin: 1rem 0;" dir="rtl">
<typo3-universe active="community">
<!-- Fallback to consume the defined space on loading and no component support -->
<div style="display: block; height: 44px; background-color: #313131;"></div>
</typo3-universe>
</div>
</body>
Loading

0 comments on commit 4a7b0e5

Please sign in to comment.