Skip to content

Commit

Permalink
Add cursor: pointer for <button>s. (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored May 9, 2024
1 parent 7a7464c commit 634c252
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@include button-typography-styles;
@include button-color-styles;
border-radius: var(--wp--custom--button--border--radius);
cursor: pointer;
}

@mixin button-color-styles {
Expand Down

0 comments on commit 634c252

Please sign in to comment.