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 7b20627 commit fc039f5Copy full SHA for fc039f5
.changeset/many-chairs-nail.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cube-dev/ui-kit": patch
3
4
+
5
+Fix checkbox opacity on hover in ListBox.
src/components/fields/ListBox/ListBox.tsx
@@ -157,7 +157,7 @@ const ListBoxCheckbox = tasty({
157
transition: 'theme',
158
opacity: {
159
'': 0,
160
- 'selected | indeterminate | :hover | focused': 1,
+ 'selected | indeterminate | hovered | focused': 1,
161
},
162
fill: {
163
'': '#white',
0 commit comments