@jiaozhiye/qm-design-react 1.8.8 → 1.8.10

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.
@@ -5946,7 +5946,7 @@ a.ant-btn-sm {
5946
5946
  margin-left: 0;
5947
5947
  }
5948
5948
  .ant-picker-status-error.ant-picker,
5949
- .ant-picker-status-error.ant-picker:not([disabled]):hover {
5949
+ .ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
5950
5950
  background-color: #fff;
5951
5951
  border-color: var(--ant-error-color);
5952
5952
  }
@@ -5961,7 +5961,7 @@ a.ant-btn-sm {
5961
5961
  background: var(--ant-error-color-hover);
5962
5962
  }
5963
5963
  .ant-picker-status-warning.ant-picker,
5964
- .ant-picker-status-warning.ant-picker:not([disabled]):hover {
5964
+ .ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
5965
5965
  background-color: #fff;
5966
5966
  border-color: var(--ant-warning-color);
5967
5967
  }