We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ed820 commit 6ba7aa8Copy full SHA for 6ba7aa8
1 file changed
packages/ui/client/components/FilterStatus.vue
@@ -42,6 +42,8 @@ function toggle() {
42
<style>
43
.checkbox:focus-within {
44
outline: none;
45
+ border-color: initial;
46
+ /* don't add outline-none here => uno will add 2px to the outline */
47
@apply focus-base border-b-1 !mb-none;
48
}
49
</style>
0 commit comments