From a1050472c4edaa6f31d9817d015f2f60a64cdf5d Mon Sep 17 00:00:00 2001 From: Yuriy Synyaiev Date: Sun, 28 Nov 2021 12:22:49 +0100 Subject: [PATCH] feat: add cursor pointer for buttons --- .../__markdown-toolbar/comment-form__markdown-toolbar.css | 1 + frontend/app/components/select/select.module.css | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/app/components/comment-form/__markdown-toolbar/comment-form__markdown-toolbar.css b/frontend/app/components/comment-form/__markdown-toolbar/comment-form__markdown-toolbar.css index 25121358..219aad1f 100644 --- a/frontend/app/components/comment-form/__markdown-toolbar/comment-form__markdown-toolbar.css +++ b/frontend/app/components/comment-form/__markdown-toolbar/comment-form__markdown-toolbar.css @@ -21,6 +21,7 @@ width: 24px; justify-content: center; align-items: center; + cursor: pointer; &:hover { color: var(--color9); diff --git a/frontend/app/components/select/select.module.css b/frontend/app/components/select/select.module.css index 87fcde80..46c59957 100644 --- a/frontend/app/components/select/select.module.css +++ b/frontend/app/components/select/select.module.css @@ -23,6 +23,7 @@ margin: 0; padding: 0; opacity: 0; + cursor: pointer; } .arrow {