diff --git a/src/components/button/Button.css b/src/components/button/Button.css index 0823bbd..37dad99 100644 --- a/src/components/button/Button.css +++ b/src/components/button/Button.css @@ -7,6 +7,7 @@ border: 0; border-radius: 2px; font-size: 14px; + cursor: pointer; transition-property: background-color, color, border-color, opacity; transition-duration: 0.2s; transition-timing-function: ease; diff --git a/src/components/discussion-fab/DiscussionFab.css b/src/components/discussion-fab/DiscussionFab.css index 298cd9d..81ed0fd 100644 --- a/src/components/discussion-fab/DiscussionFab.css +++ b/src/components/discussion-fab/DiscussionFab.css @@ -10,6 +10,7 @@ box-shadow: 0 11px 25px 0 var(--color-geyser); color: var(--color-science-blue); font-size: 16px; + cursor: pointer; transition-property: background-color, color; transition-duration: 0.2s; transition-timing-function: ease; diff --git a/src/components/text-button/TextButton.css b/src/components/text-button/TextButton.css index 1ed6694..3e2151e 100644 --- a/src/components/text-button/TextButton.css +++ b/src/components/text-button/TextButton.css @@ -11,6 +11,7 @@ font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; + cursor: pointer; &:hover, &:focus {