@economic/taco 1.19.0 → 1.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.css +2 -2
- package/dist/index.css +2 -2
- package/package.json +2 -2
package/dist/esm/index.css
CHANGED
@@ -287,11 +287,11 @@
|
|
287
287
|
@apply mr-2;
|
288
288
|
}
|
289
289
|
|
290
|
-
[data-taco='scrollable-list']:not([readonly]) li:hover {
|
290
|
+
[data-taco='scrollable-list']:not([readonly]) li:not([disabled]):hover {
|
291
291
|
@apply wcag-grey-200;
|
292
292
|
}
|
293
293
|
|
294
|
-
[data-taco='scrollable-list']:not([readonly]) li:hover [data-taco='icon'] {
|
294
|
+
[data-taco='scrollable-list']:not([readonly]) li:not([disabled]):hover [data-taco='icon'] {
|
295
295
|
@apply wcag-grey-200;
|
296
296
|
}
|
297
297
|
|
package/dist/index.css
CHANGED
@@ -287,11 +287,11 @@
|
|
287
287
|
@apply mr-2;
|
288
288
|
}
|
289
289
|
|
290
|
-
[data-taco='scrollable-list']:not([readonly]) li:hover {
|
290
|
+
[data-taco='scrollable-list']:not([readonly]) li:not([disabled]):hover {
|
291
291
|
@apply wcag-grey-200;
|
292
292
|
}
|
293
293
|
|
294
|
-
[data-taco='scrollable-list']:not([readonly]) li:hover [data-taco='icon'] {
|
294
|
+
[data-taco='scrollable-list']:not([readonly]) li:not([disabled]):hover [data-taco='icon'] {
|
295
295
|
@apply wcag-grey-200;
|
296
296
|
}
|
297
297
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "1.19.
|
3
|
+
"version": "1.19.1",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
@@ -129,5 +129,5 @@
|
|
129
129
|
"not ie < 11"
|
130
130
|
]
|
131
131
|
},
|
132
|
-
"gitHead": "
|
132
|
+
"gitHead": "de0c4aa13503a4823f46fdd06a54c209f8c71c7a"
|
133
133
|
}
|