Fix cursor

This commit is contained in:
Cory LaViska
2020-08-27 08:19:31 -04:00
parent 90c5e77b1d
commit f438393db0

View File

@@ -14,7 +14,7 @@
flex: 1 1 auto;
width: 100%;
&::part(input) {
&::part(base) {
cursor: pointer;
}