Skip to content

Commit

Permalink
Add :focus-visible to native-web
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 19, 2024
1 parent a3fe1e7 commit ceaa46a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sandbox/native-web/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
transition-timing-function: cubic-bezier(0.3, 0, 0.8, 0.15); */
}

:focus-visible {
outline: var(--hpe-focus-indicator-outline);
outline-offset: var(--hpe-focus-indicator-outline-offset);
box-shadow: var(--hpe-focus-indicator-box-shadow);
}

body {
margin: 0;
min-height: 100vh;
Expand Down

0 comments on commit ceaa46a

Please sign in to comment.