Skip to content

Commit

Permalink
add active indicator to code block selector
Browse files Browse the repository at this point in the history
  • Loading branch information
vdawg-git committed Jan 15, 2025
1 parent fb60f08 commit af4f6af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/design/CodeBlock.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
outline-offset: 4px;
border-radius: 4px;
}
&:active {
outline-width: 2px;
}
}
}
</style>

0 comments on commit af4f6af

Please sign in to comment.