Skip to content

Commit

Permalink
set focus ring z-index 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Oct 17, 2024
1 parent 39e5ac4 commit 6a28fbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
}
.focus-ring {
z-index: 1;
animation-delay: 0s, calc(var(--md-focus-ring-duration, 600ms) * 0.25);
animation-duration: calc(var(--md-focus-ring-duration, 600ms) * 0.25),
calc(var(--md-focus-ring-duration, 600ms) * 0.75);
Expand Down

0 comments on commit 6a28fbf

Please sign in to comment.