feat(a11y): improve focus state (#116)

This commit is contained in:
Lucie 2022-11-25 18:46:25 -05:00 committed by GitHub
parent 2cf970225f
commit 1ad3fcf20c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 56 additions and 45 deletions

View file

@ -18,8 +18,8 @@ defineOptions({
:account="account"
absolute top-0 left-0 z-10
op0 pointer-events-none rotate--2 mt--100vh
font-normal delay-300 duration-300 transition transform
group-hover="pointer-events-auto op100 rotate-0 mt-0"
font-normal delay-300 duration-300 transition transform invisible
group-hover="visible pointer-events-auto op100 rotate-0 mt-0"
translate="x-[calc(-1rem-1px)] y-[calc(-1rem-1px)]"
class="ease-[cubic-bezier(0.4, 0.0, 0.2, 1)]"
style="transform-origin: calc(1rem + 1px) calc(0.75rem + 1px);"