diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-01-29 12:16:09 +0000 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-01-29 12:16:09 +0000 |
| commit | f6366e41025f13b95cf4c58b96be9b84b4038898 (patch) | |
| tree | 4ea5ba8768b57f2026f9462353220e020706d7d8 /scss/modules | |
| parent | 604bfc6a7480f3b8675f8a4dbd1fcd7e37409c75 (diff) | |
CSS enforces cursor:pointer on button
Diffstat (limited to 'scss/modules')
| -rw-r--r-- | scss/modules/_btn.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/modules/_btn.scss b/scss/modules/_btn.scss index b906262..9450b12 100644 --- a/scss/modules/_btn.scss +++ b/scss/modules/_btn.scss @@ -7,6 +7,7 @@ padding-inline: var(--spacing-inline-md); padding-block: var(--spacing-block-sm); background-color: transparent; + cursor: pointer; transition: background-color 100ms, transform 100ms; |
