Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 435dd5e

Browse files
committed
Buttons: Add pointer cursor to buttons
1 parent 005be5e commit 435dd5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/atoms/buttons/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
@mixin ui-button() {
8+
cursor: pointer;
89
display: inline-block;
910
font-weight: $ui-button-font-weight;
1011
margin: $ui-button-margin;

0 commit comments

Comments
 (0)