Skip to content

Commit 0609770

Browse files
committed
style(FieldColor): pointer cursor on hover input
1 parent e0f0ac6 commit 0609770

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scss/themes/basic.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ $input-padding: .3rem .4rem;
101101
border: none;
102102
padding: 0;
103103
}
104+
&:hover {
105+
cursor: pointer;
106+
}
104107
}
105108
/** End of color field */
106109

0 commit comments

Comments
 (0)