Skip to content

Commit 6815b44

Browse files
committed
added fix for inline styles
1 parent d80df69 commit 6815b44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/checkbox/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
:local(.checkbox) {
22
background-color: #ccc;
33
padding: 2px;
4-
cursor: pointer;
4+
&:hover {
5+
cursor: pointer;
6+
}
57
input {
68
/* Disable the HTML input */
79
opacity: 0;

0 commit comments

Comments
 (0)