Skip to content

Commit

Permalink
cursor: pointer for chips in links
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 2, 2018
1 parent bbb9d3c commit 2104c3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ a {
}
}
}
.v-chip .v-chip__content {
cursor: pointer;
}
}
.v-icon {
Expand Down

0 comments on commit 2104c3e

Please sign in to comment.