@neovici/cosmoz-omnitable 12.23.0 → 12.23.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.
@@ -449,6 +449,7 @@ export default css`
449
449
  .itemRow:hover {
450
450
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
451
451
  0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
452
+ background: var(--cosmoz-omnitable-hover-color, rgba(225, 50, 5, 0.1));
452
453
  }
453
454
  .groupRow:hover .checkbox:not(:checked):not(:hover),
454
455
  .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.23.0",
3
+ "version": "12.23.1",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"