Skip to content

Commit

Permalink
fix: made focused anchor is always visible (#3537)
Browse files Browse the repository at this point in the history
  • Loading branch information
pogrib0k authored Jun 28, 2023
1 parent 84cf09c commit 97908e0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ export default defineComponent({
opacity: 0;
font-size: 95%;
transition: opacity 0.1s ease-in-out;
&:focus {
opacity: 1;
}
&--force-show {
opacity: 1;
}
Expand Down

0 comments on commit 97908e0

Please sign in to comment.