Skip to content

Commit

Permalink
fix: change selector to be focus-visible
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedhuang committed Oct 16, 2022
1 parent c70b75c commit 24637bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
scrollbar-width: thin;
}

*:focus {
*:focus-visible {
outline: 2px solid white;
outline-offset: 4px;
}
Expand Down Expand Up @@ -77,7 +77,6 @@
@for $i from 1 through 24 {
.fade-in > :nth-child(#{$i}) {
animation-delay: #{$i / 20}s;
// animation-delay: 0.2s;
}
}

Expand Down

1 comment on commit 24637bd

@vercel
Copy link

@vercel vercel bot commented on 24637bd Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

danonl – ./

dannext.vercel.app
danonl-git-main-cubed.vercel.app
danonl-cubed.vercel.app
www.dan.onl
dan.onl

Please sign in to comment.