@kdcloudjs/kdesign 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.
@@ -10240,21 +10240,6 @@ textarea {
10240
10240
  }
10241
10241
  }
10242
10242
 
10243
- .@{kd-prefix}-input-clear-icon {
10244
- display: inline-block;
10245
- width: 18px;
10246
- height: 18px;
10247
- border-radius: 50%;
10248
- background: @search-end-color;
10249
- position: relative;
10250
-
10251
- .@{kd-prefix}icon {
10252
- position: absolute;
10253
- right: 2.5px;
10254
- top: -2px;
10255
- color: @white;
10256
- }
10257
- }
10258
10243
  }
10259
10244
 
10260
10245
  .@{search-panel-prefix-cls}-tooltip::before {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.7
3
+ * @kdcloudjs/kdesign v1.8.10
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -16019,20 +16019,6 @@ textarea {
16019
16019
  display: -ms-flexbox;
16020
16020
  display: flex;
16021
16021
  }
16022
- .kd-search-panel .kd-input-clear-icon {
16023
- display: inline-block;
16024
- width: 18px;
16025
- height: 18px;
16026
- border-radius: 50%;
16027
- background: var(--kd-c-search-color-end, var(--kd-g-color-end, #666));
16028
- position: relative;
16029
- }
16030
- .kd-search-panel .kd-input-clear-icon .kdicon {
16031
- position: absolute;
16032
- right: 2.5px;
16033
- top: -2px;
16034
- color: #fff;
16035
- }
16036
16022
  .kd-search-panel-tooltip::before {
16037
16023
  display: none;
16038
16024
  }