synos-helena 21.14.4 → 21.14.7-beta.0

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.
package/lib/helena.css CHANGED
@@ -175,9 +175,6 @@ img {
175
175
  vertical-align: middle;
176
176
  border-style: none;
177
177
  }
178
- svg:not(:root) {
179
- overflow: hidden;
180
- }
181
178
  a,
182
179
  area,
183
180
  button,
@@ -319,7 +316,7 @@ mark {
319
316
  text-align: center;
320
317
  text-transform: none;
321
318
  vertical-align: -0.125em;
322
- text-rendering: optimizeLegibility;
319
+ text-rendering: optimizelegibility;
323
320
  -webkit-font-smoothing: antialiased;
324
321
  -moz-osx-font-smoothing: grayscale;
325
322
  }
@@ -335,6 +332,10 @@ mark {
335
332
  .anticon .anticon-icon {
336
333
  display: block;
337
334
  }
335
+ .anticon > .anticon {
336
+ line-height: 0;
337
+ vertical-align: 0;
338
+ }
338
339
  .anticon[tabindex] {
339
340
  cursor: pointer;
340
341
  }
@@ -1953,7 +1954,7 @@ html {
1953
1954
  top: 100%;
1954
1955
  width: 8px;
1955
1956
  height: 8px;
1956
- color: currentColor;
1957
+ color: currentcolor;
1957
1958
  border: 4px solid;
1958
1959
  transform: scaleY(0.75);
1959
1960
  transform-origin: top;
@@ -2026,7 +2027,7 @@ html {
2026
2027
  }
2027
2028
  .ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
2028
2029
  right: 0;
2029
- border-color: currentColor transparent transparent currentColor;
2030
+ border-color: currentcolor transparent transparent currentcolor;
2030
2031
  }
2031
2032
  .ant-ribbon.ant-ribbon-placement-start {
2032
2033
  left: -8px;
@@ -2034,7 +2035,7 @@ html {
2034
2035
  }
2035
2036
  .ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
2036
2037
  left: 0;
2037
- border-color: currentColor currentColor transparent transparent;
2038
+ border-color: currentcolor currentcolor transparent transparent;
2038
2039
  }
2039
2040
  .ant-badge-rtl {
2040
2041
  direction: rtl;
@@ -2070,10 +2071,10 @@ html {
2070
2071
  .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
2071
2072
  right: unset;
2072
2073
  left: 0;
2073
- border-color: currentColor currentColor transparent transparent;
2074
+ border-color: currentcolor currentcolor transparent transparent;
2074
2075
  }
2075
2076
  .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
2076
- border-color: currentColor currentColor transparent transparent;
2077
+ border-color: currentcolor currentcolor transparent transparent;
2077
2078
  }
2078
2079
  .ant-ribbon-rtl.ant-ribbon-placement-start {
2079
2080
  right: -8px;
@@ -2084,10 +2085,10 @@ html {
2084
2085
  .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
2085
2086
  right: 0;
2086
2087
  left: unset;
2087
- border-color: currentColor transparent transparent currentColor;
2088
+ border-color: currentcolor transparent transparent currentcolor;
2088
2089
  }
2089
2090
  .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
2090
- border-color: currentColor transparent transparent currentColor;
2091
+ border-color: currentcolor transparent transparent currentcolor;
2091
2092
  }
2092
2093
  .ant-breadcrumb {
2093
2094
  box-sizing: border-box;
@@ -2220,7 +2221,7 @@ html {
2220
2221
  border-radius: 2px;
2221
2222
  }
2222
2223
  .ant-btn > a:only-child {
2223
- color: currentColor;
2224
+ color: currentcolor;
2224
2225
  }
2225
2226
  .ant-btn > a:only-child::after {
2226
2227
  position: absolute;
@@ -2239,7 +2240,7 @@ html {
2239
2240
  }
2240
2241
  .ant-btn:hover > a:only-child,
2241
2242
  .ant-btn:focus > a:only-child {
2242
- color: currentColor;
2243
+ color: currentcolor;
2243
2244
  }
2244
2245
  .ant-btn:hover > a:only-child::after,
2245
2246
  .ant-btn:focus > a:only-child::after {
@@ -2257,7 +2258,7 @@ html {
2257
2258
  background: #fff;
2258
2259
  }
2259
2260
  .ant-btn:active > a:only-child {
2260
- color: currentColor;
2261
+ color: currentcolor;
2261
2262
  }
2262
2263
  .ant-btn:active > a:only-child::after {
2263
2264
  position: absolute;
@@ -2282,7 +2283,7 @@ html {
2282
2283
  .ant-btn[disabled]:hover > a:only-child,
2283
2284
  .ant-btn[disabled]:focus > a:only-child,
2284
2285
  .ant-btn[disabled]:active > a:only-child {
2285
- color: currentColor;
2286
+ color: currentcolor;
2286
2287
  }
2287
2288
  .ant-btn[disabled] > a:only-child::after,
2288
2289
  .ant-btn[disabled]:hover > a:only-child::after,
@@ -2313,7 +2314,7 @@ html {
2313
2314
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2314
2315
  }
2315
2316
  .ant-btn-primary > a:only-child {
2316
- color: currentColor;
2317
+ color: currentcolor;
2317
2318
  }
2318
2319
  .ant-btn-primary > a:only-child::after {
2319
2320
  position: absolute;
@@ -2332,7 +2333,7 @@ html {
2332
2333
  }
2333
2334
  .ant-btn-primary:hover > a:only-child,
2334
2335
  .ant-btn-primary:focus > a:only-child {
2335
- color: currentColor;
2336
+ color: currentcolor;
2336
2337
  }
2337
2338
  .ant-btn-primary:hover > a:only-child::after,
2338
2339
  .ant-btn-primary:focus > a:only-child::after {
@@ -2350,7 +2351,7 @@ html {
2350
2351
  background: #0070d1;
2351
2352
  }
2352
2353
  .ant-btn-primary:active > a:only-child {
2353
- color: currentColor;
2354
+ color: currentcolor;
2354
2355
  }
2355
2356
  .ant-btn-primary:active > a:only-child::after {
2356
2357
  position: absolute;
@@ -2375,7 +2376,7 @@ html {
2375
2376
  .ant-btn-primary[disabled]:hover > a:only-child,
2376
2377
  .ant-btn-primary[disabled]:focus > a:only-child,
2377
2378
  .ant-btn-primary[disabled]:active > a:only-child {
2378
- color: currentColor;
2379
+ color: currentcolor;
2379
2380
  }
2380
2381
  .ant-btn-primary[disabled] > a:only-child::after,
2381
2382
  .ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -2416,7 +2417,7 @@ html {
2416
2417
  background: transparent;
2417
2418
  }
2418
2419
  .ant-btn-ghost > a:only-child {
2419
- color: currentColor;
2420
+ color: currentcolor;
2420
2421
  }
2421
2422
  .ant-btn-ghost > a:only-child::after {
2422
2423
  position: absolute;
@@ -2435,7 +2436,7 @@ html {
2435
2436
  }
2436
2437
  .ant-btn-ghost:hover > a:only-child,
2437
2438
  .ant-btn-ghost:focus > a:only-child {
2438
- color: currentColor;
2439
+ color: currentcolor;
2439
2440
  }
2440
2441
  .ant-btn-ghost:hover > a:only-child::after,
2441
2442
  .ant-btn-ghost:focus > a:only-child::after {
@@ -2453,7 +2454,7 @@ html {
2453
2454
  background: transparent;
2454
2455
  }
2455
2456
  .ant-btn-ghost:active > a:only-child {
2456
- color: currentColor;
2457
+ color: currentcolor;
2457
2458
  }
2458
2459
  .ant-btn-ghost:active > a:only-child::after {
2459
2460
  position: absolute;
@@ -2478,7 +2479,7 @@ html {
2478
2479
  .ant-btn-ghost[disabled]:hover > a:only-child,
2479
2480
  .ant-btn-ghost[disabled]:focus > a:only-child,
2480
2481
  .ant-btn-ghost[disabled]:active > a:only-child {
2481
- color: currentColor;
2482
+ color: currentcolor;
2482
2483
  }
2483
2484
  .ant-btn-ghost[disabled] > a:only-child::after,
2484
2485
  .ant-btn-ghost[disabled]:hover > a:only-child::after,
@@ -2499,7 +2500,7 @@ html {
2499
2500
  border-style: dashed;
2500
2501
  }
2501
2502
  .ant-btn-dashed > a:only-child {
2502
- color: currentColor;
2503
+ color: currentcolor;
2503
2504
  }
2504
2505
  .ant-btn-dashed > a:only-child::after {
2505
2506
  position: absolute;
@@ -2518,7 +2519,7 @@ html {
2518
2519
  }
2519
2520
  .ant-btn-dashed:hover > a:only-child,
2520
2521
  .ant-btn-dashed:focus > a:only-child {
2521
- color: currentColor;
2522
+ color: currentcolor;
2522
2523
  }
2523
2524
  .ant-btn-dashed:hover > a:only-child::after,
2524
2525
  .ant-btn-dashed:focus > a:only-child::after {
@@ -2536,7 +2537,7 @@ html {
2536
2537
  background: #fff;
2537
2538
  }
2538
2539
  .ant-btn-dashed:active > a:only-child {
2539
- color: currentColor;
2540
+ color: currentcolor;
2540
2541
  }
2541
2542
  .ant-btn-dashed:active > a:only-child::after {
2542
2543
  position: absolute;
@@ -2561,7 +2562,7 @@ html {
2561
2562
  .ant-btn-dashed[disabled]:hover > a:only-child,
2562
2563
  .ant-btn-dashed[disabled]:focus > a:only-child,
2563
2564
  .ant-btn-dashed[disabled]:active > a:only-child {
2564
- color: currentColor;
2565
+ color: currentcolor;
2565
2566
  }
2566
2567
  .ant-btn-dashed[disabled] > a:only-child::after,
2567
2568
  .ant-btn-dashed[disabled]:hover > a:only-child::after,
@@ -2583,7 +2584,7 @@ html {
2583
2584
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2584
2585
  }
2585
2586
  .ant-btn-danger > a:only-child {
2586
- color: currentColor;
2587
+ color: currentcolor;
2587
2588
  }
2588
2589
  .ant-btn-danger > a:only-child::after {
2589
2590
  position: absolute;
@@ -2602,7 +2603,7 @@ html {
2602
2603
  }
2603
2604
  .ant-btn-danger:hover > a:only-child,
2604
2605
  .ant-btn-danger:focus > a:only-child {
2605
- color: currentColor;
2606
+ color: currentcolor;
2606
2607
  }
2607
2608
  .ant-btn-danger:hover > a:only-child::after,
2608
2609
  .ant-btn-danger:focus > a:only-child::after {
@@ -2620,7 +2621,7 @@ html {
2620
2621
  background: #ad2f1c;
2621
2622
  }
2622
2623
  .ant-btn-danger:active > a:only-child {
2623
- color: currentColor;
2624
+ color: currentcolor;
2624
2625
  }
2625
2626
  .ant-btn-danger:active > a:only-child::after {
2626
2627
  position: absolute;
@@ -2645,7 +2646,7 @@ html {
2645
2646
  .ant-btn-danger[disabled]:hover > a:only-child,
2646
2647
  .ant-btn-danger[disabled]:focus > a:only-child,
2647
2648
  .ant-btn-danger[disabled]:active > a:only-child {
2648
- color: currentColor;
2649
+ color: currentcolor;
2649
2650
  }
2650
2651
  .ant-btn-danger[disabled] > a:only-child::after,
2651
2652
  .ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -2666,7 +2667,7 @@ html {
2666
2667
  box-shadow: none;
2667
2668
  }
2668
2669
  .ant-btn-link > a:only-child {
2669
- color: currentColor;
2670
+ color: currentcolor;
2670
2671
  }
2671
2672
  .ant-btn-link > a:only-child::after {
2672
2673
  position: absolute;
@@ -2685,7 +2686,7 @@ html {
2685
2686
  }
2686
2687
  .ant-btn-link:hover > a:only-child,
2687
2688
  .ant-btn-link:focus > a:only-child {
2688
- color: currentColor;
2689
+ color: currentcolor;
2689
2690
  }
2690
2691
  .ant-btn-link:hover > a:only-child::after,
2691
2692
  .ant-btn-link:focus > a:only-child::after {
@@ -2703,7 +2704,7 @@ html {
2703
2704
  background: transparent;
2704
2705
  }
2705
2706
  .ant-btn-link:active > a:only-child {
2706
- color: currentColor;
2707
+ color: currentcolor;
2707
2708
  }
2708
2709
  .ant-btn-link:active > a:only-child::after {
2709
2710
  position: absolute;
@@ -2728,7 +2729,7 @@ html {
2728
2729
  .ant-btn-link[disabled]:hover > a:only-child,
2729
2730
  .ant-btn-link[disabled]:focus > a:only-child,
2730
2731
  .ant-btn-link[disabled]:active > a:only-child {
2731
- color: currentColor;
2732
+ color: currentcolor;
2732
2733
  }
2733
2734
  .ant-btn-link[disabled] > a:only-child::after,
2734
2735
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -2764,7 +2765,7 @@ html {
2764
2765
  .ant-btn-link[disabled]:hover > a:only-child,
2765
2766
  .ant-btn-link[disabled]:focus > a:only-child,
2766
2767
  .ant-btn-link[disabled]:active > a:only-child {
2767
- color: currentColor;
2768
+ color: currentcolor;
2768
2769
  }
2769
2770
  .ant-btn-link[disabled] > a:only-child::after,
2770
2771
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -2785,7 +2786,7 @@ html {
2785
2786
  box-shadow: none;
2786
2787
  }
2787
2788
  .ant-btn-text > a:only-child {
2788
- color: currentColor;
2789
+ color: currentcolor;
2789
2790
  }
2790
2791
  .ant-btn-text > a:only-child::after {
2791
2792
  position: absolute;
@@ -2804,7 +2805,7 @@ html {
2804
2805
  }
2805
2806
  .ant-btn-text:hover > a:only-child,
2806
2807
  .ant-btn-text:focus > a:only-child {
2807
- color: currentColor;
2808
+ color: currentcolor;
2808
2809
  }
2809
2810
  .ant-btn-text:hover > a:only-child::after,
2810
2811
  .ant-btn-text:focus > a:only-child::after {
@@ -2822,7 +2823,7 @@ html {
2822
2823
  background: transparent;
2823
2824
  }
2824
2825
  .ant-btn-text:active > a:only-child {
2825
- color: currentColor;
2826
+ color: currentcolor;
2826
2827
  }
2827
2828
  .ant-btn-text:active > a:only-child::after {
2828
2829
  position: absolute;
@@ -2847,7 +2848,7 @@ html {
2847
2848
  .ant-btn-text[disabled]:hover > a:only-child,
2848
2849
  .ant-btn-text[disabled]:focus > a:only-child,
2849
2850
  .ant-btn-text[disabled]:active > a:only-child {
2850
- color: currentColor;
2851
+ color: currentcolor;
2851
2852
  }
2852
2853
  .ant-btn-text[disabled] > a:only-child::after,
2853
2854
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -2886,7 +2887,7 @@ html {
2886
2887
  .ant-btn-text[disabled]:hover > a:only-child,
2887
2888
  .ant-btn-text[disabled]:focus > a:only-child,
2888
2889
  .ant-btn-text[disabled]:active > a:only-child {
2889
- color: currentColor;
2890
+ color: currentcolor;
2890
2891
  }
2891
2892
  .ant-btn-text[disabled] > a:only-child::after,
2892
2893
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -2906,7 +2907,7 @@ html {
2906
2907
  background: #fff;
2907
2908
  }
2908
2909
  .ant-btn-dangerous > a:only-child {
2909
- color: currentColor;
2910
+ color: currentcolor;
2910
2911
  }
2911
2912
  .ant-btn-dangerous > a:only-child::after {
2912
2913
  position: absolute;
@@ -2925,7 +2926,7 @@ html {
2925
2926
  }
2926
2927
  .ant-btn-dangerous:hover > a:only-child,
2927
2928
  .ant-btn-dangerous:focus > a:only-child {
2928
- color: currentColor;
2929
+ color: currentcolor;
2929
2930
  }
2930
2931
  .ant-btn-dangerous:hover > a:only-child::after,
2931
2932
  .ant-btn-dangerous:focus > a:only-child::after {
@@ -2943,7 +2944,7 @@ html {
2943
2944
  background: #fff;
2944
2945
  }
2945
2946
  .ant-btn-dangerous:active > a:only-child {
2946
- color: currentColor;
2947
+ color: currentcolor;
2947
2948
  }
2948
2949
  .ant-btn-dangerous:active > a:only-child::after {
2949
2950
  position: absolute;
@@ -2968,7 +2969,7 @@ html {
2968
2969
  .ant-btn-dangerous[disabled]:hover > a:only-child,
2969
2970
  .ant-btn-dangerous[disabled]:focus > a:only-child,
2970
2971
  .ant-btn-dangerous[disabled]:active > a:only-child {
2971
- color: currentColor;
2972
+ color: currentcolor;
2972
2973
  }
2973
2974
  .ant-btn-dangerous[disabled] > a:only-child::after,
2974
2975
  .ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -2990,7 +2991,7 @@ html {
2990
2991
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2991
2992
  }
2992
2993
  .ant-btn-dangerous.ant-btn-primary > a:only-child {
2993
- color: currentColor;
2994
+ color: currentcolor;
2994
2995
  }
2995
2996
  .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
2996
2997
  position: absolute;
@@ -3009,7 +3010,7 @@ html {
3009
3010
  }
3010
3011
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
3011
3012
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
3012
- color: currentColor;
3013
+ color: currentcolor;
3013
3014
  }
3014
3015
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
3015
3016
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
@@ -3027,7 +3028,7 @@ html {
3027
3028
  background: #ad2f1c;
3028
3029
  }
3029
3030
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
3030
- color: currentColor;
3031
+ color: currentcolor;
3031
3032
  }
3032
3033
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
3033
3034
  position: absolute;
@@ -3052,7 +3053,7 @@ html {
3052
3053
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
3053
3054
  .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
3054
3055
  .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
3055
- color: currentColor;
3056
+ color: currentcolor;
3056
3057
  }
3057
3058
  .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
3058
3059
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -3073,7 +3074,7 @@ html {
3073
3074
  box-shadow: none;
3074
3075
  }
3075
3076
  .ant-btn-dangerous.ant-btn-link > a:only-child {
3076
- color: currentColor;
3077
+ color: currentcolor;
3077
3078
  }
3078
3079
  .ant-btn-dangerous.ant-btn-link > a:only-child::after {
3079
3080
  position: absolute;
@@ -3092,7 +3093,7 @@ html {
3092
3093
  }
3093
3094
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3094
3095
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3095
- color: currentColor;
3096
+ color: currentcolor;
3096
3097
  }
3097
3098
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3098
3099
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3110,7 +3111,7 @@ html {
3110
3111
  background: transparent;
3111
3112
  }
3112
3113
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
3113
- color: currentColor;
3114
+ color: currentcolor;
3114
3115
  }
3115
3116
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3116
3117
  position: absolute;
@@ -3135,7 +3136,7 @@ html {
3135
3136
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3136
3137
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3137
3138
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3138
- color: currentColor;
3139
+ color: currentcolor;
3139
3140
  }
3140
3141
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3141
3142
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3157,7 +3158,7 @@ html {
3157
3158
  }
3158
3159
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3159
3160
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3160
- color: currentColor;
3161
+ color: currentcolor;
3161
3162
  }
3162
3163
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3163
3164
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3175,7 +3176,7 @@ html {
3175
3176
  background: transparent;
3176
3177
  }
3177
3178
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
3178
- color: currentColor;
3179
+ color: currentcolor;
3179
3180
  }
3180
3181
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3181
3182
  position: absolute;
@@ -3200,7 +3201,7 @@ html {
3200
3201
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3201
3202
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3202
3203
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3203
- color: currentColor;
3204
+ color: currentcolor;
3204
3205
  }
3205
3206
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3206
3207
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3221,7 +3222,7 @@ html {
3221
3222
  box-shadow: none;
3222
3223
  }
3223
3224
  .ant-btn-dangerous.ant-btn-text > a:only-child {
3224
- color: currentColor;
3225
+ color: currentcolor;
3225
3226
  }
3226
3227
  .ant-btn-dangerous.ant-btn-text > a:only-child::after {
3227
3228
  position: absolute;
@@ -3240,7 +3241,7 @@ html {
3240
3241
  }
3241
3242
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
3242
3243
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
3243
- color: currentColor;
3244
+ color: currentcolor;
3244
3245
  }
3245
3246
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
3246
3247
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -3258,7 +3259,7 @@ html {
3258
3259
  background: transparent;
3259
3260
  }
3260
3261
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
3261
- color: currentColor;
3262
+ color: currentcolor;
3262
3263
  }
3263
3264
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
3264
3265
  position: absolute;
@@ -3283,7 +3284,7 @@ html {
3283
3284
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3284
3285
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3285
3286
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3286
- color: currentColor;
3287
+ color: currentcolor;
3287
3288
  }
3288
3289
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3289
3290
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3305,7 +3306,7 @@ html {
3305
3306
  }
3306
3307
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
3307
3308
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
3308
- color: currentColor;
3309
+ color: currentcolor;
3309
3310
  }
3310
3311
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
3311
3312
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -3323,7 +3324,7 @@ html {
3323
3324
  background: rgba(0, 0, 0, 0.028);
3324
3325
  }
3325
3326
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
3326
- color: currentColor;
3327
+ color: currentcolor;
3327
3328
  }
3328
3329
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
3329
3330
  position: absolute;
@@ -3348,7 +3349,7 @@ html {
3348
3349
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3349
3350
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3350
3351
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3351
- color: currentColor;
3352
+ color: currentcolor;
3352
3353
  }
3353
3354
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3354
3355
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3459,7 +3460,7 @@ a.ant-btn-icon-only > .anticon {
3459
3460
  }
3460
3461
  .ant-btn .anticon.anticon-plus > svg,
3461
3462
  .ant-btn .anticon.anticon-minus > svg {
3462
- shape-rendering: optimizeSpeed;
3463
+ shape-rendering: optimizespeed;
3463
3464
  }
3464
3465
  .ant-btn.ant-btn-loading {
3465
3466
  position: relative;
@@ -3675,7 +3676,7 @@ a.ant-btn-icon-only > .anticon {
3675
3676
  text-shadow: none;
3676
3677
  }
3677
3678
  .ant-btn-background-ghost.ant-btn-primary > a:only-child {
3678
- color: currentColor;
3679
+ color: currentcolor;
3679
3680
  }
3680
3681
  .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
3681
3682
  position: absolute;
@@ -3693,7 +3694,7 @@ a.ant-btn-icon-only > .anticon {
3693
3694
  }
3694
3695
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
3695
3696
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
3696
- color: currentColor;
3697
+ color: currentcolor;
3697
3698
  }
3698
3699
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
3699
3700
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
@@ -3710,7 +3711,7 @@ a.ant-btn-icon-only > .anticon {
3710
3711
  border-color: #0070d1;
3711
3712
  }
3712
3713
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
3713
- color: currentColor;
3714
+ color: currentcolor;
3714
3715
  }
3715
3716
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
3716
3717
  position: absolute;
@@ -3735,7 +3736,7 @@ a.ant-btn-icon-only > .anticon {
3735
3736
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
3736
3737
  .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
3737
3738
  .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
3738
- color: currentColor;
3739
+ color: currentcolor;
3739
3740
  }
3740
3741
  .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
3741
3742
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -3755,7 +3756,7 @@ a.ant-btn-icon-only > .anticon {
3755
3756
  text-shadow: none;
3756
3757
  }
3757
3758
  .ant-btn-background-ghost.ant-btn-danger > a:only-child {
3758
- color: currentColor;
3759
+ color: currentcolor;
3759
3760
  }
3760
3761
  .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
3761
3762
  position: absolute;
@@ -3773,7 +3774,7 @@ a.ant-btn-icon-only > .anticon {
3773
3774
  }
3774
3775
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
3775
3776
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
3776
- color: currentColor;
3777
+ color: currentcolor;
3777
3778
  }
3778
3779
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
3779
3780
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
@@ -3790,7 +3791,7 @@ a.ant-btn-icon-only > .anticon {
3790
3791
  border-color: #d9363e;
3791
3792
  }
3792
3793
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
3793
- color: currentColor;
3794
+ color: currentcolor;
3794
3795
  }
3795
3796
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
3796
3797
  position: absolute;
@@ -3815,7 +3816,7 @@ a.ant-btn-icon-only > .anticon {
3815
3816
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
3816
3817
  .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
3817
3818
  .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
3818
- color: currentColor;
3819
+ color: currentcolor;
3819
3820
  }
3820
3821
  .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
3821
3822
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -3835,7 +3836,7 @@ a.ant-btn-icon-only > .anticon {
3835
3836
  text-shadow: none;
3836
3837
  }
3837
3838
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
3838
- color: currentColor;
3839
+ color: currentcolor;
3839
3840
  }
3840
3841
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
3841
3842
  position: absolute;
@@ -3853,7 +3854,7 @@ a.ant-btn-icon-only > .anticon {
3853
3854
  }
3854
3855
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
3855
3856
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
3856
- color: currentColor;
3857
+ color: currentcolor;
3857
3858
  }
3858
3859
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
3859
3860
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
@@ -3870,7 +3871,7 @@ a.ant-btn-icon-only > .anticon {
3870
3871
  border-color: #d9363e;
3871
3872
  }
3872
3873
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
3873
- color: currentColor;
3874
+ color: currentcolor;
3874
3875
  }
3875
3876
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
3876
3877
  position: absolute;
@@ -3895,7 +3896,7 @@ a.ant-btn-icon-only > .anticon {
3895
3896
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
3896
3897
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
3897
3898
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
3898
- color: currentColor;
3899
+ color: currentcolor;
3899
3900
  }
3900
3901
  .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
3901
3902
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -3915,7 +3916,7 @@ a.ant-btn-icon-only > .anticon {
3915
3916
  text-shadow: none;
3916
3917
  }
3917
3918
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
3918
- color: currentColor;
3919
+ color: currentcolor;
3919
3920
  }
3920
3921
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
3921
3922
  position: absolute;
@@ -3933,7 +3934,7 @@ a.ant-btn-icon-only > .anticon {
3933
3934
  }
3934
3935
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3935
3936
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3936
- color: currentColor;
3937
+ color: currentcolor;
3937
3938
  }
3938
3939
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3939
3940
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3950,7 +3951,7 @@ a.ant-btn-icon-only > .anticon {
3950
3951
  border-color: transparent;
3951
3952
  }
3952
3953
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
3953
- color: currentColor;
3954
+ color: currentcolor;
3954
3955
  }
3955
3956
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3956
3957
  position: absolute;
@@ -3975,7 +3976,7 @@ a.ant-btn-icon-only > .anticon {
3975
3976
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3976
3977
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3977
3978
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3978
- color: currentColor;
3979
+ color: currentcolor;
3979
3980
  }
3980
3981
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3981
3982
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3996,7 +3997,7 @@ a.ant-btn-icon-only > .anticon {
3996
3997
  margin-right: -0.34em;
3997
3998
  letter-spacing: 0.34em;
3998
3999
  }
3999
- .ant-btn-block {
4000
+ .ant-btn.ant-btn-block {
4000
4001
  width: 100%;
4001
4002
  }
4002
4003
  .ant-btn:empty {
@@ -4926,6 +4927,7 @@ a.ant-btn-sm {
4926
4927
  }
4927
4928
  .ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
4928
4929
  cursor: not-allowed;
4930
+ pointer-events: none;
4929
4931
  }
4930
4932
  .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
4931
4933
  background-color: #f5f5f5;
@@ -5218,6 +5220,7 @@ a.ant-btn-sm {
5218
5220
  }
5219
5221
  .ant-checkbox-disabled .ant-checkbox-input {
5220
5222
  cursor: not-allowed;
5223
+ pointer-events: none;
5221
5224
  }
5222
5225
  .ant-checkbox-disabled .ant-checkbox-inner {
5223
5226
  background-color: #f5f5f5;
@@ -6036,7 +6039,7 @@ textarea.ant-picker-input > input {
6036
6039
  display: inline-block;
6037
6040
  width: 7px;
6038
6041
  height: 7px;
6039
- border: 0 solid currentColor;
6042
+ border: 0 solid currentcolor;
6040
6043
  border-width: 1.5px 0 0 1.5px;
6041
6044
  content: '';
6042
6045
  }
@@ -6048,7 +6051,7 @@ textarea.ant-picker-input > input {
6048
6051
  display: inline-block;
6049
6052
  width: 7px;
6050
6053
  height: 7px;
6051
- border: 0 solid currentColor;
6054
+ border: 0 solid currentcolor;
6052
6055
  border-width: 1.5px 0 0 1.5px;
6053
6056
  content: '';
6054
6057
  }
@@ -7223,7 +7226,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7223
7226
  font-weight: normal;
7224
7227
  font-size: 14px;
7225
7228
  line-height: 22px;
7226
- white-space: nowrap;
7227
7229
  cursor: pointer;
7228
7230
  transition: all 0.3s;
7229
7231
  }
@@ -7578,10 +7580,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7578
7580
  }
7579
7581
  .ant-form-horizontal .ant-form-item-control {
7580
7582
  flex: 1 1 0;
7581
- }
7582
- .ant-form-horizontal .ant-form-item-control:not(.ant-col) {
7583
7583
  min-width: 0;
7584
7584
  }
7585
+ .ant-form-horizontal .ant-form-item-label.ant-col-24 + .ant-form-item-control {
7586
+ min-width: unset;
7587
+ }
7585
7588
  .ant-form-vertical .ant-form-item {
7586
7589
  flex-direction: column;
7587
7590
  }
@@ -13549,9 +13552,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13549
13552
  display: inline-block;
13550
13553
  }
13551
13554
  .ant-image-img {
13552
- display: block;
13553
13555
  width: 100%;
13554
13556
  height: auto;
13557
+ vertical-align: middle;
13555
13558
  }
13556
13559
  .ant-image-img-placeholder {
13557
13560
  background-color: #f5f5f5;
@@ -15087,7 +15090,7 @@ textarea.ant-input-number {
15087
15090
  text-align: center;
15088
15091
  text-transform: none;
15089
15092
  vertical-align: -0.125em;
15090
- text-rendering: optimizeLegibility;
15093
+ text-rendering: optimizelegibility;
15091
15094
  -webkit-font-smoothing: antialiased;
15092
15095
  -moz-osx-font-smoothing: grayscale;
15093
15096
  position: absolute;
@@ -16066,7 +16069,7 @@ textarea.ant-mentions {
16066
16069
  content: '';
16067
16070
  }
16068
16071
  .ant-menu.ant-menu-root:focus-visible {
16069
- box-shadow: 0 0 0 2px #e6f7ff;
16072
+ box-shadow: 0 0 0 2px #bae7ff;
16070
16073
  }
16071
16074
  .ant-menu ul,
16072
16075
  .ant-menu ol {
@@ -16251,7 +16254,7 @@ textarea.ant-mentions {
16251
16254
  }
16252
16255
  .ant-menu-item:focus-visible,
16253
16256
  .ant-menu-submenu-title:focus-visible {
16254
- box-shadow: 0 0 0 2px #e6f7ff;
16257
+ box-shadow: 0 0 0 2px #bae7ff;
16255
16258
  }
16256
16259
  .ant-menu > .ant-menu-item-divider {
16257
16260
  margin: 1px 0;
@@ -16306,7 +16309,7 @@ textarea.ant-mentions {
16306
16309
  position: absolute;
16307
16310
  width: 6px;
16308
16311
  height: 1.5px;
16309
- background-color: currentColor;
16312
+ background-color: currentcolor;
16310
16313
  border-radius: 2px;
16311
16314
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
16312
16315
  content: '';
@@ -16650,6 +16653,13 @@ textarea.ant-mentions {
16650
16653
  .ant-menu-light .ant-menu-submenu-title:hover {
16651
16654
  color: #1890ff;
16652
16655
  }
16656
+ .ant-menu.ant-menu-root:focus-visible {
16657
+ box-shadow: 0 0 0 2px #096dd9;
16658
+ }
16659
+ .ant-menu-dark .ant-menu-item:focus-visible,
16660
+ .ant-menu-dark .ant-menu-submenu-title:focus-visible {
16661
+ box-shadow: 0 0 0 2px #096dd9;
16662
+ }
16653
16663
  .ant-menu.ant-menu-dark,
16654
16664
  .ant-menu-dark .ant-menu-sub,
16655
16665
  .ant-menu.ant-menu-dark .ant-menu-sub {
@@ -17657,15 +17667,20 @@ textarea.ant-mentions {
17657
17667
  .ant-pagination-item a:hover {
17658
17668
  text-decoration: none;
17659
17669
  }
17660
- .ant-pagination-item:focus-visible,
17661
17670
  .ant-pagination-item:hover {
17662
17671
  border-color: #1890ff;
17663
17672
  transition: all 0.3s;
17664
17673
  }
17665
- .ant-pagination-item:focus-visible a,
17666
17674
  .ant-pagination-item:hover a {
17667
17675
  color: #1890ff;
17668
17676
  }
17677
+ .ant-pagination-item:focus-visible {
17678
+ border-color: #1890ff;
17679
+ transition: all 0.3s;
17680
+ }
17681
+ .ant-pagination-item:focus-visible a {
17682
+ color: #1890ff;
17683
+ }
17669
17684
  .ant-pagination-item-active {
17670
17685
  font-weight: 500;
17671
17686
  background: #fff;
@@ -17674,14 +17689,18 @@ textarea.ant-mentions {
17674
17689
  .ant-pagination-item-active a {
17675
17690
  color: #1890ff;
17676
17691
  }
17677
- .ant-pagination-item-active:focus-visible,
17678
17692
  .ant-pagination-item-active:hover {
17679
17693
  border-color: #40a9ff;
17680
17694
  }
17681
- .ant-pagination-item-active:focus-visible a,
17695
+ .ant-pagination-item-active:focus-visible {
17696
+ border-color: #40a9ff;
17697
+ }
17682
17698
  .ant-pagination-item-active:hover a {
17683
17699
  color: #40a9ff;
17684
17700
  }
17701
+ .ant-pagination-item-active:focus-visible a {
17702
+ color: #40a9ff;
17703
+ }
17685
17704
  .ant-pagination-jump-prev,
17686
17705
  .ant-pagination-jump-next {
17687
17706
  outline: 0;
@@ -17723,18 +17742,22 @@ textarea.ant-mentions {
17723
17742
  opacity: 1;
17724
17743
  transition: all 0.2s;
17725
17744
  }
17726
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
17727
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
17728
17745
  .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
17729
17746
  .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
17730
17747
  opacity: 1;
17731
17748
  }
17732
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
17733
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
17734
17749
  .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
17735
17750
  .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
17736
17751
  opacity: 0;
17737
17752
  }
17753
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
17754
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
17755
+ opacity: 1;
17756
+ }
17757
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
17758
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
17759
+ opacity: 0;
17760
+ }
17738
17761
  .ant-pagination-prev,
17739
17762
  .ant-pagination-jump-prev,
17740
17763
  .ant-pagination-jump-next {
@@ -17787,19 +17810,28 @@ textarea.ant-mentions {
17787
17810
  transition: all 0.3s;
17788
17811
  }
17789
17812
  .ant-pagination-prev:focus-visible .ant-pagination-item-link,
17790
- .ant-pagination-next:focus-visible .ant-pagination-item-link,
17813
+ .ant-pagination-next:focus-visible .ant-pagination-item-link {
17814
+ color: #1890ff;
17815
+ border-color: #1890ff;
17816
+ }
17791
17817
  .ant-pagination-prev:hover .ant-pagination-item-link,
17792
17818
  .ant-pagination-next:hover .ant-pagination-item-link {
17793
17819
  color: #1890ff;
17794
17820
  border-color: #1890ff;
17795
17821
  }
17796
17822
  .ant-pagination-disabled,
17797
- .ant-pagination-disabled:hover,
17798
- .ant-pagination-disabled:focus-visible {
17823
+ .ant-pagination-disabled:hover {
17799
17824
  cursor: not-allowed;
17800
17825
  }
17801
17826
  .ant-pagination-disabled .ant-pagination-item-link,
17802
- .ant-pagination-disabled:hover .ant-pagination-item-link,
17827
+ .ant-pagination-disabled:hover .ant-pagination-item-link {
17828
+ color: rgba(0, 0, 0, 0.25);
17829
+ border-color: #d9d9d9;
17830
+ cursor: not-allowed;
17831
+ }
17832
+ .ant-pagination-disabled:focus-visible {
17833
+ cursor: not-allowed;
17834
+ }
17803
17835
  .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
17804
17836
  color: rgba(0, 0, 0, 0.25);
17805
17837
  border-color: #d9d9d9;
@@ -18977,8 +19009,7 @@ span.ant-radio + * {
18977
19009
  .ant-rate-star > div {
18978
19010
  transition: all 0.3s, outline 0s;
18979
19011
  }
18980
- .ant-rate-star > div:hover,
18981
- .ant-rate-star > div:focus-visible {
19012
+ .ant-rate-star > div:hover {
18982
19013
  transform: scale(1.1);
18983
19014
  }
18984
19015
  .ant-rate-star > div:focus {
@@ -18986,6 +19017,7 @@ span.ant-radio + * {
18986
19017
  }
18987
19018
  .ant-rate-star > div:focus-visible {
18988
19019
  outline: 1px dashed #fadb14;
19020
+ transform: scale(1.1);
18989
19021
  }
18990
19022
  .ant-rate-star-first,
18991
19023
  .ant-rate-star-second {
@@ -19290,7 +19322,7 @@ span.ant-radio + * {
19290
19322
  text-align: center;
19291
19323
  text-transform: none;
19292
19324
  vertical-align: -0.125em;
19293
- text-rendering: optimizeLegibility;
19325
+ text-rendering: optimizelegibility;
19294
19326
  -webkit-font-smoothing: antialiased;
19295
19327
  -moz-osx-font-smoothing: grayscale;
19296
19328
  display: inline-block;
@@ -19324,8 +19356,6 @@ span.ant-radio + * {
19324
19356
  .ant-select-multiple .ant-select-selection-search {
19325
19357
  position: relative;
19326
19358
  max-width: 100%;
19327
- margin-top: 2px;
19328
- margin-bottom: 2px;
19329
19359
  margin-inline-start: 7px;
19330
19360
  }
19331
19361
  .ant-select-multiple .ant-select-selection-search-input,
@@ -19507,7 +19537,7 @@ span.ant-radio + * {
19507
19537
  line-height: 0;
19508
19538
  text-transform: none;
19509
19539
  vertical-align: -0.125em;
19510
- text-rendering: optimizeLegibility;
19540
+ text-rendering: optimizelegibility;
19511
19541
  -webkit-font-smoothing: antialiased;
19512
19542
  -moz-osx-font-smoothing: grayscale;
19513
19543
  position: absolute;
@@ -21060,6 +21090,9 @@ span.ant-radio + * {
21060
21090
  .ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
21061
21091
  visibility: hidden;
21062
21092
  }
21093
+ .ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
21094
+ visibility: hidden;
21095
+ }
21063
21096
  .ant-steps-rtl {
21064
21097
  direction: rtl;
21065
21098
  }
@@ -21912,12 +21945,12 @@ table tr th.ant-table-selection-column::after {
21912
21945
  .ant-table-row-expand-icon:focus,
21913
21946
  .ant-table-row-expand-icon:hover,
21914
21947
  .ant-table-row-expand-icon:active {
21915
- border-color: currentColor;
21948
+ border-color: currentcolor;
21916
21949
  }
21917
21950
  .ant-table-row-expand-icon::before,
21918
21951
  .ant-table-row-expand-icon::after {
21919
21952
  position: absolute;
21920
- background: currentColor;
21953
+ background: currentcolor;
21921
21954
  transition: transform 0.3s ease-out;
21922
21955
  content: '';
21923
21956
  }
@@ -22753,7 +22786,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
22753
22786
  }
22754
22787
  .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
22755
22788
  color: #0992f8;
22756
- text-shadow: 0 0 0.25px currentColor;
22789
+ text-shadow: 0 0 0.25px currentcolor;
22757
22790
  }
22758
22791
  .ant-tabs-tab.ant-tabs-tab-disabled {
22759
22792
  color: rgba(0, 0, 0, 0.25);
@@ -23910,6 +23943,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23910
23943
  }
23911
23944
  .ant-tree-checkbox-disabled .ant-tree-checkbox-input {
23912
23945
  cursor: not-allowed;
23946
+ pointer-events: none;
23913
23947
  }
23914
23948
  .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
23915
23949
  background-color: #f5f5f5;
@@ -24365,6 +24399,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
24365
24399
  }
24366
24400
  .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
24367
24401
  cursor: not-allowed;
24402
+ pointer-events: none;
24368
24403
  }
24369
24404
  .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
24370
24405
  background-color: #f5f5f5;