We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3809ff5 commit 1bc7d31Copy full SHA for 1bc7d31
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Fix time field sometimes showing a value outside `min`/`max`
6
- Fix time field losing highlight after pressing left/right arrow keys
7
- Use numeric keyboard in time field
8
+- Fix time field not losing highlight
9
10
## 2.10.1 - 2023 Dec 6
11
- Fix view not updating when value changes externally with `browseWithoutSelecting`
src/lib/TimePicker.svelte
@@ -215,6 +215,8 @@
215
position: relative
216
z-index: 1
217
padding: 4px 0px
218
+ &:not(:focus)::selection
219
+ background-color: transparent
220
&:first-child
221
padding-left: 6px
222
&:last-child
0 commit comments