Skip to content

Commit

Permalink
feature(#801): give a default border to clickable cards
Browse files Browse the repository at this point in the history
  • Loading branch information
RueRivoli committed Aug 14, 2023
1 parent bb2c111 commit 2173130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kotti-ui/source/kotti-card/KtCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default defineComponent({
padding-bottom: 0;
}
&--is-clickable {
border: 1px solid var(--ui-01);
&:hover {
cursor: pointer;
border: 1px solid var(--interactive-01-hover);
Expand Down

0 comments on commit 2173130

Please sign in to comment.