@neovici/cosmoz-omnitable 12.23.0 → 12.24.0
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.
|
@@ -53,7 +53,9 @@ const checkbox = css`
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.checkbox:hover {
|
|
56
|
-
box-shadow:
|
|
56
|
+
box-shadow:
|
|
57
|
+
0 0 0 2px rgba(0, 0, 0, 1) inset,
|
|
58
|
+
0 0 2px 6px #2021240f;
|
|
57
59
|
}
|
|
58
60
|
|
|
59
61
|
.checkbox:checked:hover {
|
|
@@ -449,6 +451,7 @@ export default css`
|
|
|
449
451
|
.itemRow:hover {
|
|
450
452
|
box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
|
|
451
453
|
0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
|
|
454
|
+
background: var(--cosmoz-omnitable-hover-color);
|
|
452
455
|
}
|
|
453
456
|
.groupRow:hover .checkbox:not(:checked):not(:hover),
|
|
454
457
|
.itemRow:hover .checkbox:not(:checked):not(:hover) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.24.0",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|