@neovici/cosmoz-omnitable 13.2.4 → 13.2.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.
|
@@ -159,6 +159,7 @@ export default css`
|
|
|
159
159
|
--cosmoz-omnitable-header-font-size,
|
|
160
160
|
16px
|
|
161
161
|
);
|
|
162
|
+
--cosmoz-input-padding: 0;
|
|
162
163
|
--cosmoz-input-label-text-transform: var(--cosmoz-omnitable-header-text-transform, none);
|
|
163
164
|
--cosmoz-input-label-font-weight: var(--cosmoz-omnitable-header-font-weight, normal);
|
|
164
165
|
}
|
|
@@ -475,7 +476,6 @@ export default css`
|
|
|
475
476
|
transition: 0.15s background ease-in;
|
|
476
477
|
outline: none;
|
|
477
478
|
color: rgba(0, 0, 0, 0.16);
|
|
478
|
-
|
|
479
479
|
}
|
|
480
480
|
.expand svg {
|
|
481
481
|
fill: currentColor;
|
|
@@ -484,7 +484,7 @@ export default css`
|
|
|
484
484
|
transform: scaleY(-1);
|
|
485
485
|
}
|
|
486
486
|
.expand:active {
|
|
487
|
-
background: rgba(33,33,33,0.25)
|
|
487
|
+
background: rgba(33, 33, 33, 0.25);
|
|
488
488
|
}
|
|
489
489
|
.expand:hover {
|
|
490
490
|
color: #000;
|
|
@@ -526,7 +526,7 @@ export default css`
|
|
|
526
526
|
display: inline-flex;
|
|
527
527
|
position: relative;
|
|
528
528
|
}
|
|
529
|
-
.header-cell :not(.sg,cosmoz-clear-button) {
|
|
529
|
+
.header-cell :not(.sg, cosmoz-clear-button) {
|
|
530
530
|
min-width: 0;
|
|
531
531
|
flex: auto;
|
|
532
532
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.5",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|