mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix cursor when hovering over select
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user