@kdcloudjs/kdesign 1.8.57 → 1.8.58

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.
@@ -12559,7 +12559,6 @@ textarea {
12559
12559
  }
12560
12560
  }
12561
12561
 
12562
-
12563
12562
  .@{select-prefix-cls}-icon-clear {
12564
12563
  color: @select-clear-color;
12565
12564
  &:hover {
@@ -12574,10 +12573,16 @@ textarea {
12574
12573
  color: @select-color-text-disabled;
12575
12574
  }
12576
12575
  }
12577
- .@{select-prefix-cls}-single-isnotMobile:hover .@{select-prefix-cls}-icon-clear {
12578
- opacity: 1;
12579
- }
12580
12576
 
12577
+ .@{select-prefix-cls}-single-isnotMobile:hover .@{select-prefix-cls}-icon-clear {
12578
+ opacity: 1;
12579
+ }
12580
+
12581
+ .@{select-prefix-cls}-single-isMobile {
12582
+ .@{select-prefix-cls}-icon-clear {
12583
+ opacity: 1;
12584
+ }
12585
+ }
12581
12586
  .@{select-prefix-cls}-selection-item {
12582
12587
  display: inline-flex;
12583
12588
  box-sizing: border-box;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.57
3
+ * @kdcloudjs/kdesign v1.8.58
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -19065,6 +19065,9 @@ textarea {
19065
19065
  .kd-select .kd-select-single-isnotMobile:hover .kd-select-icon-clear {
19066
19066
  opacity: 1;
19067
19067
  }
19068
+ .kd-select .kd-select-single-isMobile .kd-select-icon-clear {
19069
+ opacity: 1;
19070
+ }
19068
19071
  .kd-select .kd-select-selection-item {
19069
19072
  display: -webkit-inline-box;
19070
19073
  display: -ms-inline-flexbox;