one-design-next 0.0.5 → 0.0.7
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.
|
@@ -1085,6 +1085,9 @@ html {
|
|
|
1085
1085
|
box-shadow: var(--odn-popup-box-shadow);
|
|
1086
1086
|
filter: var(--odn-popup-filter);
|
|
1087
1087
|
}
|
|
1088
|
+
.odn-select-dropdown .rc-virtual-list-holder {
|
|
1089
|
+
transform: translateZ(0);
|
|
1090
|
+
}
|
|
1088
1091
|
.odn-select-dropdown .rc-virtual-list-scrollbar-vertical {
|
|
1089
1092
|
width: 6px !important;
|
|
1090
1093
|
}
|
package/dist/table/index.js
CHANGED
|
@@ -258,7 +258,7 @@ var Table = function Table(_ref2) {
|
|
|
258
258
|
var startColor = "color-mix(in srgb, var(--odn-color-primary) ".concat(startOpacity * 100, "%, transparent)");
|
|
259
259
|
var endColor = "color-mix(in srgb, var(--odn-color-primary) ".concat(endOpacity * 100, "%, transparent)");
|
|
260
260
|
return {
|
|
261
|
-
background: "linear-gradient(180deg, ".concat(startColor, " 0%, ").concat(endColor, " 100%)")
|
|
261
|
+
background: "linear-gradient(180deg, ".concat(startColor, " 0%, ").concat(endColor, " 100%), #fff")
|
|
262
262
|
};
|
|
263
263
|
};
|
|
264
264
|
return _objectSpread(_objectSpread({}, _restCol), {}, {
|