Skip to content

Commit 6ba7aa8

Browse files
committed
chore: reset border color at filter status checkbox label
1 parent 78ed820 commit 6ba7aa8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/ui/client/components/FilterStatus.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ function toggle() {
4242
<style>
4343
.checkbox:focus-within {
4444
outline: none;
45+
border-color: initial;
46+
/* don't add outline-none here => uno will add 2px to the outline */
4547
@apply focus-base border-b-1 !mb-none;
4648
}
4749
</style>

0 commit comments

Comments
 (0)