Skip to content

Commit 91f4830

Browse files
committed
fix: Item focus outline
1 parent 09e0e7a commit 91f4830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

panel/src/components/Collection/Item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default {
203203
position: relative;
204204
min-height: var(--item-height);
205205
}
206-
.k-item:has(a:focus) {
206+
.k-item-box:has(a:focus) {
207207
outline: 2px solid var(--color-focus);
208208
}
209209
.k-item:not(:hover):not(.k-sortable-fallback) .k-item-sort-handle {

0 commit comments

Comments
 (0)