Skip to content

Commit af4f6af

Browse files
committed
add active indicator to code block selector
1 parent fb60f08 commit af4f6af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/routes/design/CodeBlock.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484
outline-offset: 4px;
8585
border-radius: 4px;
8686
}
87+
88+
&:active {
89+
outline-width: 2px;
90+
}
8791
}
8892
}
8993
</style>

0 commit comments

Comments
 (0)