Fix cursor when hovering over select

This commit is contained in:
Cory LaViska
2020-07-23 18:00:43 -04:00
parent 5cf9fb6e7e
commit 308d68bcb4

View File

@@ -13,7 +13,10 @@
.select__input {
flex: 1 1 auto;
width: 100%;
cursor: pointer;
&::part(input) {
cursor: pointer;
}
span[slot='prefix'] {
margin-left: var(--sl-spacing-xx-small);