@zat-design/sisyphus-react 3.6.9-beta.4 → 3.6.9-beta.6

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.
@@ -3045,7 +3045,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3045
3045
  .pro-form .pro-form-item-changed .ant-select .ant-select-selector input,
3046
3046
  .pro-form .pro-form-item-changed .ant-picker input,
3047
3047
  .pro-form .pro-form-item-changed .ant-input-number input {
3048
- background: transparent;
3048
+ background: transparent !important;
3049
3049
  }
3050
3050
  .pro-form .pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
3051
3051
  .pro-form .pro-form-item-changed .ant-select .ant-select-selector .ant-select-selection-placeholder,
package/dist/less.esm.css CHANGED
@@ -3045,7 +3045,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3045
3045
  .pro-form .pro-form-item-changed .ant-select .ant-select-selector input,
3046
3046
  .pro-form .pro-form-item-changed .ant-picker input,
3047
3047
  .pro-form .pro-form-item-changed .ant-input-number input {
3048
- background: transparent;
3048
+ background: transparent !important;
3049
3049
  }
3050
3050
  .pro-form .pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
3051
3051
  .pro-form .pro-form-item-changed .ant-select .ant-select-selector .ant-select-selection-placeholder,
@@ -331,7 +331,7 @@
331
331
  background: @zaui-contract-bg !important;
332
332
 
333
333
  input {
334
- background: transparent;
334
+ background: transparent !important;
335
335
  }
336
336
  .@{ant-prefix}-select-selection-placeholder {
337
337
  z-index: 9;
@@ -331,7 +331,7 @@
331
331
  background: @zaui-contract-bg !important;
332
332
 
333
333
  input {
334
- background: transparent;
334
+ background: transparent !important;
335
335
  }
336
336
  .@{ant-prefix}-select-selection-placeholder {
337
337
  z-index: 9;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.6.9-beta.4",
3
+ "version": "3.6.9-beta.6",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",