kopia lustrzana https://github.com/shoelace-style/shoelace
Fix disabled cursor in select
rodzic
3568378975
commit
8b4507cf60
|
@ -3,6 +3,7 @@
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
- Fixed a bug where swapping an animated element wouldn't restart the animation in `sl-animation`
|
- Fixed a bug where swapping an animated element wouldn't restart the animation in `sl-animation`
|
||||||
|
- Fixed a bug where the cursor was incorrect when `sl-select` was disabled
|
||||||
- Updated `sl-animation` to stable
|
- Updated `sl-animation` to stable
|
||||||
- Updated to Stencil 2.0 (you may need to purge `node_modules` and run `npm install` after pulling)
|
- Updated to Stencil 2.0 (you may need to purge `node_modules` and run `npm install` after pulling)
|
||||||
- Updated entry points in `package.json` to reflect new filenames generated by Stencil 2
|
- Updated entry points in `package.json` to reflect new filenames generated by Stencil 2
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&::part(base) {
|
&:not([disabled])::part(base) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue