From 8041879f620584f4e31763e003023cb5ccfa89ff Mon Sep 17 00:00:00 2001 From: murbook Date: Sat, 16 May 2020 21:59:25 +0300 Subject: [PATCH] add propertu for cursor --- pages/stories/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/stories/index.vue b/pages/stories/index.vue index 22c0145..3df86ed 100644 --- a/pages/stories/index.vue +++ b/pages/stories/index.vue @@ -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; @@ -119,6 +120,7 @@ export default { margin-right: 10px; background-color: #fbfbfb; padding: 20px; + cursor: pointer; } .stories-page__element-list:hover { background-color: #f4f4f4;