Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 73daab2

Browse files
committed
Enforce cursor style
1 parent e3418bf commit 73daab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scss/components/_collapsible.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: flex;
33
justify-content: space-between;
44
align-items: center;
5-
cursor: pointer;
5+
cursor: pointer !important;
66
}
77

88
.Collapsible__trigger.is-open {

0 commit comments

Comments
 (0)