Skip to content

Commit

Permalink
add propertu for cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
dimamurugov committed May 17, 2020
1 parent bbb6d3c commit 8041879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/stories/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default {
text-align: center;
transition: border 0.25s linear, color 0.25s linear,
background-color 0.25s linear;
cursor: pointer;
}
.stories-page__button:hover {
background-color: white;
Expand All @@ -119,6 +120,7 @@ export default {
margin-right: 10px;
background-color: #fbfbfb;
padding: 20px;
cursor: pointer;
}
.stories-page__element-list:hover {
background-color: #f4f4f4;
Expand Down

0 comments on commit 8041879

Please sign in to comment.