Skip to content

Commit

Permalink
Set the outline for selected items
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 13, 2024
1 parent a05c26d commit 1574572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panel/src/components/Collection/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,7 @@ export default {
width: var(--item-button-height);
flex-shrink: 0;
}
.k-item[data-selectable="true"]:has(.k-item-options-checkbox input:checked) {
outline: var(--outline);
}
</style>

0 comments on commit 1574572

Please sign in to comment.