@neovici/cosmoz-omnitable 14.0.4 → 14.0.5
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.
|
@@ -116,6 +116,7 @@ export default css`
|
|
|
116
116
|
position: relative;
|
|
117
117
|
display: flex;
|
|
118
118
|
align-items: flex-end;
|
|
119
|
+
background-color: var(--cosmoz-omnitable-header-bg-color, inherit);
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
[hidden] {
|
|
@@ -449,7 +450,7 @@ export default css`
|
|
|
449
450
|
.itemRow:hover {
|
|
450
451
|
box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
|
|
451
452
|
0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
|
|
452
|
-
|
|
453
|
+
background-color: var(--cosmoz-omnitable-row-hover-color);
|
|
453
454
|
}
|
|
454
455
|
.groupRow:hover .checkbox:not(:checked):not(:hover),
|
|
455
456
|
.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": "14.0.
|
|
3
|
+
"version": "14.0.5",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|