Skip to content

Commit

Permalink
fix: hover not required for cursor pointer (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Feb 4, 2021
1 parent f2d5751 commit f6fdc25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vue-horizontal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ export default Vue.extend({
bottom: 0;
display: flex;
align-items: center;
}
.v-hl-btn:hover {
cursor: pointer;
}
Expand Down

0 comments on commit f6fdc25

Please sign in to comment.