@delon/theme 13.4.0 → 13.5.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/compact.css +400 -127
- package/compact.min.css +1 -1
- package/dark.css +408 -135
- package/dark.min.css +1 -1
- package/default.css +399 -126
- package/default.min.css +1 -1
- package/esm2020/layout-default/layout-header-item-trigger.directive.mjs +3 -3
- package/esm2020/layout-default/layout-header-item.component.mjs +3 -3
- package/esm2020/layout-default/layout-header.component.mjs +17 -13
- package/esm2020/layout-default/layout-nav.component.mjs +3 -3
- package/esm2020/layout-default/layout.component.mjs +3 -3
- package/esm2020/layout-default/layout.module.mjs +4 -4
- package/esm2020/layout-default/types.mjs +1 -1
- package/esm2020/setting-drawer/setting-drawer-item.component.mjs +3 -3
- package/esm2020/setting-drawer/setting-drawer.component.mjs +3 -3
- package/esm2020/setting-drawer/setting-drawer.module.mjs +4 -4
- package/esm2020/src/locale/locale.module.mjs +4 -4
- package/esm2020/src/locale/locale.service.mjs +3 -3
- package/esm2020/src/pipes/date/date.pipe.mjs +3 -3
- package/esm2020/src/pipes/keys/keys.pipe.mjs +3 -3
- package/esm2020/src/pipes/safe/html.pipe.mjs +3 -3
- package/esm2020/src/pipes/safe/url.pipe.mjs +3 -3
- package/esm2020/src/pipes/yn/yn.pipe.mjs +3 -3
- package/esm2020/src/services/drawer/drawer.helper.mjs +3 -3
- package/esm2020/src/services/http/http.client.mjs +4 -4
- package/esm2020/src/services/http/http.decorator.mjs +5 -5
- package/esm2020/src/services/i18n/i18n-url.guard.mjs +3 -3
- package/esm2020/src/services/i18n/i18n.mjs +6 -6
- package/esm2020/src/services/i18n/i18n.pipe.mjs +3 -3
- package/esm2020/src/services/menu/menu.service.mjs +3 -3
- package/esm2020/src/services/modal/modal.helper.mjs +3 -3
- package/esm2020/src/services/responsive/responsive.mjs +3 -3
- package/esm2020/src/services/rtl/rtl.service.mjs +3 -3
- package/esm2020/src/services/settings/settings.service.mjs +3 -3
- package/esm2020/src/services/title/title.service.mjs +3 -3
- package/esm2020/src/theme.module.mjs +4 -4
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/theme-btn/theme-btn.component.mjs +3 -3
- package/esm2020/theme-btn/theme-btn.module.mjs +4 -4
- package/fesm2015/layout-default.mjs +32 -28
- package/fesm2015/layout-default.mjs.map +1 -1
- package/fesm2015/setting-drawer.mjs +10 -10
- package/fesm2015/setting-drawer.mjs.map +1 -1
- package/fesm2015/theme-btn.mjs +7 -7
- package/fesm2015/theme.mjs +67 -67
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/layout-default.mjs +32 -28
- package/fesm2020/layout-default.mjs.map +1 -1
- package/fesm2020/setting-drawer.mjs +10 -10
- package/fesm2020/setting-drawer.mjs.map +1 -1
- package/fesm2020/theme-btn.mjs +7 -7
- package/fesm2020/theme.mjs +67 -67
- package/fesm2020/theme.mjs.map +1 -1
- package/layout-default/style/_aside.less +13 -0
- package/layout-default/style/fix/_reuse-tab.less +24 -2
- package/layout-default/types.d.ts +8 -0
- package/package.json +3 -3
- package/src/services/http/http.client.d.ts +4 -0
- package/src/services/http/http.decorator.d.ts +2 -1
package/compact.css
CHANGED
|
@@ -179,9 +179,6 @@ img {
|
|
|
179
179
|
vertical-align: middle;
|
|
180
180
|
border-style: none;
|
|
181
181
|
}
|
|
182
|
-
svg:not(:root) {
|
|
183
|
-
overflow: hidden;
|
|
184
|
-
}
|
|
185
182
|
a,
|
|
186
183
|
area,
|
|
187
184
|
button,
|
|
@@ -332,7 +329,7 @@ mark {
|
|
|
332
329
|
text-align: center;
|
|
333
330
|
text-transform: none;
|
|
334
331
|
vertical-align: -0.125em;
|
|
335
|
-
text-rendering:
|
|
332
|
+
text-rendering: optimizelegibility;
|
|
336
333
|
-webkit-font-smoothing: antialiased;
|
|
337
334
|
-moz-osx-font-smoothing: grayscale;
|
|
338
335
|
}
|
|
@@ -360,6 +357,10 @@ mark {
|
|
|
360
357
|
.anticon .anticon-icon {
|
|
361
358
|
display: block;
|
|
362
359
|
}
|
|
360
|
+
.anticon > .anticon {
|
|
361
|
+
line-height: 0;
|
|
362
|
+
vertical-align: 0;
|
|
363
|
+
}
|
|
363
364
|
.anticon[tabindex] {
|
|
364
365
|
cursor: pointer;
|
|
365
366
|
}
|
|
@@ -2426,7 +2427,7 @@ nz-link {
|
|
|
2426
2427
|
top: 100%;
|
|
2427
2428
|
width: 8px;
|
|
2428
2429
|
height: 8px;
|
|
2429
|
-
color:
|
|
2430
|
+
color: currentcolor;
|
|
2430
2431
|
border: 4px solid;
|
|
2431
2432
|
transform: scaleY(0.75);
|
|
2432
2433
|
transform-origin: top;
|
|
@@ -2499,7 +2500,7 @@ nz-link {
|
|
|
2499
2500
|
}
|
|
2500
2501
|
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
2501
2502
|
right: 0;
|
|
2502
|
-
border-color:
|
|
2503
|
+
border-color: currentcolor transparent transparent currentcolor;
|
|
2503
2504
|
}
|
|
2504
2505
|
.ant-ribbon.ant-ribbon-placement-start {
|
|
2505
2506
|
left: -8px;
|
|
@@ -2507,7 +2508,7 @@ nz-link {
|
|
|
2507
2508
|
}
|
|
2508
2509
|
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
2509
2510
|
left: 0;
|
|
2510
|
-
border-color:
|
|
2511
|
+
border-color: currentcolor currentcolor transparent transparent;
|
|
2511
2512
|
}
|
|
2512
2513
|
.ant-badge-rtl {
|
|
2513
2514
|
direction: rtl;
|
|
@@ -2543,10 +2544,10 @@ nz-link {
|
|
|
2543
2544
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
2544
2545
|
right: unset;
|
|
2545
2546
|
left: 0;
|
|
2546
|
-
border-color:
|
|
2547
|
+
border-color: currentcolor currentcolor transparent transparent;
|
|
2547
2548
|
}
|
|
2548
2549
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
|
|
2549
|
-
border-color:
|
|
2550
|
+
border-color: currentcolor currentcolor transparent transparent;
|
|
2550
2551
|
}
|
|
2551
2552
|
.ant-ribbon-rtl.ant-ribbon-placement-start {
|
|
2552
2553
|
right: -8px;
|
|
@@ -2557,10 +2558,10 @@ nz-link {
|
|
|
2557
2558
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
2558
2559
|
right: 0;
|
|
2559
2560
|
left: unset;
|
|
2560
|
-
border-color:
|
|
2561
|
+
border-color: currentcolor transparent transparent currentcolor;
|
|
2561
2562
|
}
|
|
2562
2563
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
2563
|
-
border-color:
|
|
2564
|
+
border-color: currentcolor transparent transparent currentcolor;
|
|
2564
2565
|
}
|
|
2565
2566
|
.ant-badge .ant-scroll-number:only-child {
|
|
2566
2567
|
position: relative;
|
|
@@ -2740,7 +2741,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2740
2741
|
border-radius: 2px;
|
|
2741
2742
|
}
|
|
2742
2743
|
.ant-btn > a:only-child {
|
|
2743
|
-
color:
|
|
2744
|
+
color: currentcolor;
|
|
2744
2745
|
}
|
|
2745
2746
|
.ant-btn > a:only-child::after {
|
|
2746
2747
|
position: absolute;
|
|
@@ -2759,7 +2760,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2759
2760
|
}
|
|
2760
2761
|
.ant-btn:hover > a:only-child,
|
|
2761
2762
|
.ant-btn:focus > a:only-child {
|
|
2762
|
-
color:
|
|
2763
|
+
color: currentcolor;
|
|
2763
2764
|
}
|
|
2764
2765
|
.ant-btn:hover > a:only-child::after,
|
|
2765
2766
|
.ant-btn:focus > a:only-child::after {
|
|
@@ -2777,7 +2778,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2777
2778
|
background: #fff;
|
|
2778
2779
|
}
|
|
2779
2780
|
.ant-btn:active > a:only-child {
|
|
2780
|
-
color:
|
|
2781
|
+
color: currentcolor;
|
|
2781
2782
|
}
|
|
2782
2783
|
.ant-btn:active > a:only-child::after {
|
|
2783
2784
|
position: absolute;
|
|
@@ -2802,7 +2803,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2802
2803
|
.ant-btn[disabled]:hover > a:only-child,
|
|
2803
2804
|
.ant-btn[disabled]:focus > a:only-child,
|
|
2804
2805
|
.ant-btn[disabled]:active > a:only-child {
|
|
2805
|
-
color:
|
|
2806
|
+
color: currentcolor;
|
|
2806
2807
|
}
|
|
2807
2808
|
.ant-btn[disabled] > a:only-child::after,
|
|
2808
2809
|
.ant-btn[disabled]:hover > a:only-child::after,
|
|
@@ -2833,7 +2834,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2833
2834
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
2834
2835
|
}
|
|
2835
2836
|
.ant-btn-primary > a:only-child {
|
|
2836
|
-
color:
|
|
2837
|
+
color: currentcolor;
|
|
2837
2838
|
}
|
|
2838
2839
|
.ant-btn-primary > a:only-child::after {
|
|
2839
2840
|
position: absolute;
|
|
@@ -2852,7 +2853,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2852
2853
|
}
|
|
2853
2854
|
.ant-btn-primary:hover > a:only-child,
|
|
2854
2855
|
.ant-btn-primary:focus > a:only-child {
|
|
2855
|
-
color:
|
|
2856
|
+
color: currentcolor;
|
|
2856
2857
|
}
|
|
2857
2858
|
.ant-btn-primary:hover > a:only-child::after,
|
|
2858
2859
|
.ant-btn-primary:focus > a:only-child::after {
|
|
@@ -2870,7 +2871,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2870
2871
|
background: #096dd9;
|
|
2871
2872
|
}
|
|
2872
2873
|
.ant-btn-primary:active > a:only-child {
|
|
2873
|
-
color:
|
|
2874
|
+
color: currentcolor;
|
|
2874
2875
|
}
|
|
2875
2876
|
.ant-btn-primary:active > a:only-child::after {
|
|
2876
2877
|
position: absolute;
|
|
@@ -2895,7 +2896,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2895
2896
|
.ant-btn-primary[disabled]:hover > a:only-child,
|
|
2896
2897
|
.ant-btn-primary[disabled]:focus > a:only-child,
|
|
2897
2898
|
.ant-btn-primary[disabled]:active > a:only-child {
|
|
2898
|
-
color:
|
|
2899
|
+
color: currentcolor;
|
|
2899
2900
|
}
|
|
2900
2901
|
.ant-btn-primary[disabled] > a:only-child::after,
|
|
2901
2902
|
.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
@@ -2936,7 +2937,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2936
2937
|
background: transparent;
|
|
2937
2938
|
}
|
|
2938
2939
|
.ant-btn-ghost > a:only-child {
|
|
2939
|
-
color:
|
|
2940
|
+
color: currentcolor;
|
|
2940
2941
|
}
|
|
2941
2942
|
.ant-btn-ghost > a:only-child::after {
|
|
2942
2943
|
position: absolute;
|
|
@@ -2955,7 +2956,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2955
2956
|
}
|
|
2956
2957
|
.ant-btn-ghost:hover > a:only-child,
|
|
2957
2958
|
.ant-btn-ghost:focus > a:only-child {
|
|
2958
|
-
color:
|
|
2959
|
+
color: currentcolor;
|
|
2959
2960
|
}
|
|
2960
2961
|
.ant-btn-ghost:hover > a:only-child::after,
|
|
2961
2962
|
.ant-btn-ghost:focus > a:only-child::after {
|
|
@@ -2973,7 +2974,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2973
2974
|
background: transparent;
|
|
2974
2975
|
}
|
|
2975
2976
|
.ant-btn-ghost:active > a:only-child {
|
|
2976
|
-
color:
|
|
2977
|
+
color: currentcolor;
|
|
2977
2978
|
}
|
|
2978
2979
|
.ant-btn-ghost:active > a:only-child::after {
|
|
2979
2980
|
position: absolute;
|
|
@@ -2998,7 +2999,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2998
2999
|
.ant-btn-ghost[disabled]:hover > a:only-child,
|
|
2999
3000
|
.ant-btn-ghost[disabled]:focus > a:only-child,
|
|
3000
3001
|
.ant-btn-ghost[disabled]:active > a:only-child {
|
|
3001
|
-
color:
|
|
3002
|
+
color: currentcolor;
|
|
3002
3003
|
}
|
|
3003
3004
|
.ant-btn-ghost[disabled] > a:only-child::after,
|
|
3004
3005
|
.ant-btn-ghost[disabled]:hover > a:only-child::after,
|
|
@@ -3019,7 +3020,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3019
3020
|
border-style: dashed;
|
|
3020
3021
|
}
|
|
3021
3022
|
.ant-btn-dashed > a:only-child {
|
|
3022
|
-
color:
|
|
3023
|
+
color: currentcolor;
|
|
3023
3024
|
}
|
|
3024
3025
|
.ant-btn-dashed > a:only-child::after {
|
|
3025
3026
|
position: absolute;
|
|
@@ -3038,7 +3039,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3038
3039
|
}
|
|
3039
3040
|
.ant-btn-dashed:hover > a:only-child,
|
|
3040
3041
|
.ant-btn-dashed:focus > a:only-child {
|
|
3041
|
-
color:
|
|
3042
|
+
color: currentcolor;
|
|
3042
3043
|
}
|
|
3043
3044
|
.ant-btn-dashed:hover > a:only-child::after,
|
|
3044
3045
|
.ant-btn-dashed:focus > a:only-child::after {
|
|
@@ -3056,7 +3057,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3056
3057
|
background: #fff;
|
|
3057
3058
|
}
|
|
3058
3059
|
.ant-btn-dashed:active > a:only-child {
|
|
3059
|
-
color:
|
|
3060
|
+
color: currentcolor;
|
|
3060
3061
|
}
|
|
3061
3062
|
.ant-btn-dashed:active > a:only-child::after {
|
|
3062
3063
|
position: absolute;
|
|
@@ -3081,7 +3082,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3081
3082
|
.ant-btn-dashed[disabled]:hover > a:only-child,
|
|
3082
3083
|
.ant-btn-dashed[disabled]:focus > a:only-child,
|
|
3083
3084
|
.ant-btn-dashed[disabled]:active > a:only-child {
|
|
3084
|
-
color:
|
|
3085
|
+
color: currentcolor;
|
|
3085
3086
|
}
|
|
3086
3087
|
.ant-btn-dashed[disabled] > a:only-child::after,
|
|
3087
3088
|
.ant-btn-dashed[disabled]:hover > a:only-child::after,
|
|
@@ -3103,7 +3104,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3103
3104
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
3104
3105
|
}
|
|
3105
3106
|
.ant-btn-danger > a:only-child {
|
|
3106
|
-
color:
|
|
3107
|
+
color: currentcolor;
|
|
3107
3108
|
}
|
|
3108
3109
|
.ant-btn-danger > a:only-child::after {
|
|
3109
3110
|
position: absolute;
|
|
@@ -3122,7 +3123,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3122
3123
|
}
|
|
3123
3124
|
.ant-btn-danger:hover > a:only-child,
|
|
3124
3125
|
.ant-btn-danger:focus > a:only-child {
|
|
3125
|
-
color:
|
|
3126
|
+
color: currentcolor;
|
|
3126
3127
|
}
|
|
3127
3128
|
.ant-btn-danger:hover > a:only-child::after,
|
|
3128
3129
|
.ant-btn-danger:focus > a:only-child::after {
|
|
@@ -3140,7 +3141,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3140
3141
|
background: #d9363e;
|
|
3141
3142
|
}
|
|
3142
3143
|
.ant-btn-danger:active > a:only-child {
|
|
3143
|
-
color:
|
|
3144
|
+
color: currentcolor;
|
|
3144
3145
|
}
|
|
3145
3146
|
.ant-btn-danger:active > a:only-child::after {
|
|
3146
3147
|
position: absolute;
|
|
@@ -3165,7 +3166,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3165
3166
|
.ant-btn-danger[disabled]:hover > a:only-child,
|
|
3166
3167
|
.ant-btn-danger[disabled]:focus > a:only-child,
|
|
3167
3168
|
.ant-btn-danger[disabled]:active > a:only-child {
|
|
3168
|
-
color:
|
|
3169
|
+
color: currentcolor;
|
|
3169
3170
|
}
|
|
3170
3171
|
.ant-btn-danger[disabled] > a:only-child::after,
|
|
3171
3172
|
.ant-btn-danger[disabled]:hover > a:only-child::after,
|
|
@@ -3186,7 +3187,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3186
3187
|
box-shadow: none;
|
|
3187
3188
|
}
|
|
3188
3189
|
.ant-btn-link > a:only-child {
|
|
3189
|
-
color:
|
|
3190
|
+
color: currentcolor;
|
|
3190
3191
|
}
|
|
3191
3192
|
.ant-btn-link > a:only-child::after {
|
|
3192
3193
|
position: absolute;
|
|
@@ -3205,7 +3206,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3205
3206
|
}
|
|
3206
3207
|
.ant-btn-link:hover > a:only-child,
|
|
3207
3208
|
.ant-btn-link:focus > a:only-child {
|
|
3208
|
-
color:
|
|
3209
|
+
color: currentcolor;
|
|
3209
3210
|
}
|
|
3210
3211
|
.ant-btn-link:hover > a:only-child::after,
|
|
3211
3212
|
.ant-btn-link:focus > a:only-child::after {
|
|
@@ -3223,7 +3224,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3223
3224
|
background: transparent;
|
|
3224
3225
|
}
|
|
3225
3226
|
.ant-btn-link:active > a:only-child {
|
|
3226
|
-
color:
|
|
3227
|
+
color: currentcolor;
|
|
3227
3228
|
}
|
|
3228
3229
|
.ant-btn-link:active > a:only-child::after {
|
|
3229
3230
|
position: absolute;
|
|
@@ -3248,7 +3249,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3248
3249
|
.ant-btn-link[disabled]:hover > a:only-child,
|
|
3249
3250
|
.ant-btn-link[disabled]:focus > a:only-child,
|
|
3250
3251
|
.ant-btn-link[disabled]:active > a:only-child {
|
|
3251
|
-
color:
|
|
3252
|
+
color: currentcolor;
|
|
3252
3253
|
}
|
|
3253
3254
|
.ant-btn-link[disabled] > a:only-child::after,
|
|
3254
3255
|
.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3284,7 +3285,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3284
3285
|
.ant-btn-link[disabled]:hover > a:only-child,
|
|
3285
3286
|
.ant-btn-link[disabled]:focus > a:only-child,
|
|
3286
3287
|
.ant-btn-link[disabled]:active > a:only-child {
|
|
3287
|
-
color:
|
|
3288
|
+
color: currentcolor;
|
|
3288
3289
|
}
|
|
3289
3290
|
.ant-btn-link[disabled] > a:only-child::after,
|
|
3290
3291
|
.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3305,7 +3306,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3305
3306
|
box-shadow: none;
|
|
3306
3307
|
}
|
|
3307
3308
|
.ant-btn-text > a:only-child {
|
|
3308
|
-
color:
|
|
3309
|
+
color: currentcolor;
|
|
3309
3310
|
}
|
|
3310
3311
|
.ant-btn-text > a:only-child::after {
|
|
3311
3312
|
position: absolute;
|
|
@@ -3324,7 +3325,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3324
3325
|
}
|
|
3325
3326
|
.ant-btn-text:hover > a:only-child,
|
|
3326
3327
|
.ant-btn-text:focus > a:only-child {
|
|
3327
|
-
color:
|
|
3328
|
+
color: currentcolor;
|
|
3328
3329
|
}
|
|
3329
3330
|
.ant-btn-text:hover > a:only-child::after,
|
|
3330
3331
|
.ant-btn-text:focus > a:only-child::after {
|
|
@@ -3342,7 +3343,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3342
3343
|
background: transparent;
|
|
3343
3344
|
}
|
|
3344
3345
|
.ant-btn-text:active > a:only-child {
|
|
3345
|
-
color:
|
|
3346
|
+
color: currentcolor;
|
|
3346
3347
|
}
|
|
3347
3348
|
.ant-btn-text:active > a:only-child::after {
|
|
3348
3349
|
position: absolute;
|
|
@@ -3367,7 +3368,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3367
3368
|
.ant-btn-text[disabled]:hover > a:only-child,
|
|
3368
3369
|
.ant-btn-text[disabled]:focus > a:only-child,
|
|
3369
3370
|
.ant-btn-text[disabled]:active > a:only-child {
|
|
3370
|
-
color:
|
|
3371
|
+
color: currentcolor;
|
|
3371
3372
|
}
|
|
3372
3373
|
.ant-btn-text[disabled] > a:only-child::after,
|
|
3373
3374
|
.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3406,7 +3407,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3406
3407
|
.ant-btn-text[disabled]:hover > a:only-child,
|
|
3407
3408
|
.ant-btn-text[disabled]:focus > a:only-child,
|
|
3408
3409
|
.ant-btn-text[disabled]:active > a:only-child {
|
|
3409
|
-
color:
|
|
3410
|
+
color: currentcolor;
|
|
3410
3411
|
}
|
|
3411
3412
|
.ant-btn-text[disabled] > a:only-child::after,
|
|
3412
3413
|
.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3426,7 +3427,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3426
3427
|
background: #fff;
|
|
3427
3428
|
}
|
|
3428
3429
|
.ant-btn-dangerous > a:only-child {
|
|
3429
|
-
color:
|
|
3430
|
+
color: currentcolor;
|
|
3430
3431
|
}
|
|
3431
3432
|
.ant-btn-dangerous > a:only-child::after {
|
|
3432
3433
|
position: absolute;
|
|
@@ -3445,7 +3446,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3445
3446
|
}
|
|
3446
3447
|
.ant-btn-dangerous:hover > a:only-child,
|
|
3447
3448
|
.ant-btn-dangerous:focus > a:only-child {
|
|
3448
|
-
color:
|
|
3449
|
+
color: currentcolor;
|
|
3449
3450
|
}
|
|
3450
3451
|
.ant-btn-dangerous:hover > a:only-child::after,
|
|
3451
3452
|
.ant-btn-dangerous:focus > a:only-child::after {
|
|
@@ -3463,7 +3464,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3463
3464
|
background: #fff;
|
|
3464
3465
|
}
|
|
3465
3466
|
.ant-btn-dangerous:active > a:only-child {
|
|
3466
|
-
color:
|
|
3467
|
+
color: currentcolor;
|
|
3467
3468
|
}
|
|
3468
3469
|
.ant-btn-dangerous:active > a:only-child::after {
|
|
3469
3470
|
position: absolute;
|
|
@@ -3488,7 +3489,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3488
3489
|
.ant-btn-dangerous[disabled]:hover > a:only-child,
|
|
3489
3490
|
.ant-btn-dangerous[disabled]:focus > a:only-child,
|
|
3490
3491
|
.ant-btn-dangerous[disabled]:active > a:only-child {
|
|
3491
|
-
color:
|
|
3492
|
+
color: currentcolor;
|
|
3492
3493
|
}
|
|
3493
3494
|
.ant-btn-dangerous[disabled] > a:only-child::after,
|
|
3494
3495
|
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
|
|
@@ -3510,7 +3511,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3510
3511
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
3511
3512
|
}
|
|
3512
3513
|
.ant-btn-dangerous.ant-btn-primary > a:only-child {
|
|
3513
|
-
color:
|
|
3514
|
+
color: currentcolor;
|
|
3514
3515
|
}
|
|
3515
3516
|
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
|
|
3516
3517
|
position: absolute;
|
|
@@ -3529,7 +3530,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3529
3530
|
}
|
|
3530
3531
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
|
|
3531
3532
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
|
|
3532
|
-
color:
|
|
3533
|
+
color: currentcolor;
|
|
3533
3534
|
}
|
|
3534
3535
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
|
|
3535
3536
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
|
|
@@ -3547,7 +3548,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3547
3548
|
background: #d9363e;
|
|
3548
3549
|
}
|
|
3549
3550
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
|
|
3550
|
-
color:
|
|
3551
|
+
color: currentcolor;
|
|
3551
3552
|
}
|
|
3552
3553
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
|
|
3553
3554
|
position: absolute;
|
|
@@ -3572,7 +3573,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3572
3573
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
|
|
3573
3574
|
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
|
|
3574
3575
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
|
|
3575
|
-
color:
|
|
3576
|
+
color: currentcolor;
|
|
3576
3577
|
}
|
|
3577
3578
|
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
|
|
3578
3579
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
@@ -3593,7 +3594,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3593
3594
|
box-shadow: none;
|
|
3594
3595
|
}
|
|
3595
3596
|
.ant-btn-dangerous.ant-btn-link > a:only-child {
|
|
3596
|
-
color:
|
|
3597
|
+
color: currentcolor;
|
|
3597
3598
|
}
|
|
3598
3599
|
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
|
|
3599
3600
|
position: absolute;
|
|
@@ -3612,7 +3613,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3612
3613
|
}
|
|
3613
3614
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
3614
3615
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
3615
|
-
color:
|
|
3616
|
+
color: currentcolor;
|
|
3616
3617
|
}
|
|
3617
3618
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
3618
3619
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
@@ -3630,7 +3631,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3630
3631
|
background: transparent;
|
|
3631
3632
|
}
|
|
3632
3633
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
3633
|
-
color:
|
|
3634
|
+
color: currentcolor;
|
|
3634
3635
|
}
|
|
3635
3636
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
3636
3637
|
position: absolute;
|
|
@@ -3655,7 +3656,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3655
3656
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
3656
3657
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
3657
3658
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
3658
|
-
color:
|
|
3659
|
+
color: currentcolor;
|
|
3659
3660
|
}
|
|
3660
3661
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
3661
3662
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3677,7 +3678,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3677
3678
|
}
|
|
3678
3679
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
3679
3680
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
3680
|
-
color:
|
|
3681
|
+
color: currentcolor;
|
|
3681
3682
|
}
|
|
3682
3683
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
3683
3684
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
@@ -3695,7 +3696,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3695
3696
|
background: transparent;
|
|
3696
3697
|
}
|
|
3697
3698
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
3698
|
-
color:
|
|
3699
|
+
color: currentcolor;
|
|
3699
3700
|
}
|
|
3700
3701
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
3701
3702
|
position: absolute;
|
|
@@ -3720,7 +3721,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3720
3721
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
3721
3722
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
3722
3723
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
3723
|
-
color:
|
|
3724
|
+
color: currentcolor;
|
|
3724
3725
|
}
|
|
3725
3726
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
3726
3727
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3741,7 +3742,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3741
3742
|
box-shadow: none;
|
|
3742
3743
|
}
|
|
3743
3744
|
.ant-btn-dangerous.ant-btn-text > a:only-child {
|
|
3744
|
-
color:
|
|
3745
|
+
color: currentcolor;
|
|
3745
3746
|
}
|
|
3746
3747
|
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
|
|
3747
3748
|
position: absolute;
|
|
@@ -3760,7 +3761,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3760
3761
|
}
|
|
3761
3762
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
|
3762
3763
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
|
|
3763
|
-
color:
|
|
3764
|
+
color: currentcolor;
|
|
3764
3765
|
}
|
|
3765
3766
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
|
|
3766
3767
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
|
|
@@ -3778,7 +3779,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3778
3779
|
background: transparent;
|
|
3779
3780
|
}
|
|
3780
3781
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
|
3781
|
-
color:
|
|
3782
|
+
color: currentcolor;
|
|
3782
3783
|
}
|
|
3783
3784
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
|
|
3784
3785
|
position: absolute;
|
|
@@ -3803,7 +3804,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3803
3804
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
|
|
3804
3805
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
|
|
3805
3806
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
|
|
3806
|
-
color:
|
|
3807
|
+
color: currentcolor;
|
|
3807
3808
|
}
|
|
3808
3809
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
|
|
3809
3810
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3825,7 +3826,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3825
3826
|
}
|
|
3826
3827
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
|
3827
3828
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
|
|
3828
|
-
color:
|
|
3829
|
+
color: currentcolor;
|
|
3829
3830
|
}
|
|
3830
3831
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
|
|
3831
3832
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
|
|
@@ -3843,7 +3844,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3843
3844
|
background: rgba(0, 0, 0, 0.028);
|
|
3844
3845
|
}
|
|
3845
3846
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
|
3846
|
-
color:
|
|
3847
|
+
color: currentcolor;
|
|
3847
3848
|
}
|
|
3848
3849
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
|
|
3849
3850
|
position: absolute;
|
|
@@ -3868,7 +3869,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3868
3869
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
|
|
3869
3870
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
|
|
3870
3871
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
|
|
3871
|
-
color:
|
|
3872
|
+
color: currentcolor;
|
|
3872
3873
|
}
|
|
3873
3874
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
|
|
3874
3875
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3979,7 +3980,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3979
3980
|
}
|
|
3980
3981
|
.ant-btn .anticon.anticon-plus > svg,
|
|
3981
3982
|
.ant-btn .anticon.anticon-minus > svg {
|
|
3982
|
-
shape-rendering:
|
|
3983
|
+
shape-rendering: optimizespeed;
|
|
3983
3984
|
}
|
|
3984
3985
|
.ant-btn.ant-btn-loading {
|
|
3985
3986
|
position: relative;
|
|
@@ -4195,7 +4196,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4195
4196
|
text-shadow: none;
|
|
4196
4197
|
}
|
|
4197
4198
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
|
|
4198
|
-
color:
|
|
4199
|
+
color: currentcolor;
|
|
4199
4200
|
}
|
|
4200
4201
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
|
|
4201
4202
|
position: absolute;
|
|
@@ -4213,7 +4214,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4213
4214
|
}
|
|
4214
4215
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
|
|
4215
4216
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
|
|
4216
|
-
color:
|
|
4217
|
+
color: currentcolor;
|
|
4217
4218
|
}
|
|
4218
4219
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
|
|
4219
4220
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
|
|
@@ -4230,7 +4231,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4230
4231
|
border-color: #096dd9;
|
|
4231
4232
|
}
|
|
4232
4233
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
|
|
4233
|
-
color:
|
|
4234
|
+
color: currentcolor;
|
|
4234
4235
|
}
|
|
4235
4236
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
|
|
4236
4237
|
position: absolute;
|
|
@@ -4255,7 +4256,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4255
4256
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
|
|
4256
4257
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
|
|
4257
4258
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
|
|
4258
|
-
color:
|
|
4259
|
+
color: currentcolor;
|
|
4259
4260
|
}
|
|
4260
4261
|
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
|
|
4261
4262
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
@@ -4275,7 +4276,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4275
4276
|
text-shadow: none;
|
|
4276
4277
|
}
|
|
4277
4278
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
|
|
4278
|
-
color:
|
|
4279
|
+
color: currentcolor;
|
|
4279
4280
|
}
|
|
4280
4281
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
|
|
4281
4282
|
position: absolute;
|
|
@@ -4293,7 +4294,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4293
4294
|
}
|
|
4294
4295
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
|
|
4295
4296
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
|
|
4296
|
-
color:
|
|
4297
|
+
color: currentcolor;
|
|
4297
4298
|
}
|
|
4298
4299
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
|
|
4299
4300
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
|
|
@@ -4310,7 +4311,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4310
4311
|
border-color: #d9363e;
|
|
4311
4312
|
}
|
|
4312
4313
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
|
|
4313
|
-
color:
|
|
4314
|
+
color: currentcolor;
|
|
4314
4315
|
}
|
|
4315
4316
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
|
|
4316
4317
|
position: absolute;
|
|
@@ -4335,7 +4336,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4335
4336
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
|
|
4336
4337
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
|
|
4337
4338
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
|
|
4338
|
-
color:
|
|
4339
|
+
color: currentcolor;
|
|
4339
4340
|
}
|
|
4340
4341
|
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
|
|
4341
4342
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
|
|
@@ -4355,7 +4356,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4355
4356
|
text-shadow: none;
|
|
4356
4357
|
}
|
|
4357
4358
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
|
|
4358
|
-
color:
|
|
4359
|
+
color: currentcolor;
|
|
4359
4360
|
}
|
|
4360
4361
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
|
|
4361
4362
|
position: absolute;
|
|
@@ -4373,7 +4374,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4373
4374
|
}
|
|
4374
4375
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
|
|
4375
4376
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
|
|
4376
|
-
color:
|
|
4377
|
+
color: currentcolor;
|
|
4377
4378
|
}
|
|
4378
4379
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
|
|
4379
4380
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
|
|
@@ -4390,7 +4391,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4390
4391
|
border-color: #d9363e;
|
|
4391
4392
|
}
|
|
4392
4393
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
|
|
4393
|
-
color:
|
|
4394
|
+
color: currentcolor;
|
|
4394
4395
|
}
|
|
4395
4396
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
|
|
4396
4397
|
position: absolute;
|
|
@@ -4415,7 +4416,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4415
4416
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
|
|
4416
4417
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
|
|
4417
4418
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
|
|
4418
|
-
color:
|
|
4419
|
+
color: currentcolor;
|
|
4419
4420
|
}
|
|
4420
4421
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
|
|
4421
4422
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
|
|
@@ -4435,7 +4436,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4435
4436
|
text-shadow: none;
|
|
4436
4437
|
}
|
|
4437
4438
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
|
|
4438
|
-
color:
|
|
4439
|
+
color: currentcolor;
|
|
4439
4440
|
}
|
|
4440
4441
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
|
|
4441
4442
|
position: absolute;
|
|
@@ -4453,7 +4454,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4453
4454
|
}
|
|
4454
4455
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
4455
4456
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
4456
|
-
color:
|
|
4457
|
+
color: currentcolor;
|
|
4457
4458
|
}
|
|
4458
4459
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
4459
4460
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
@@ -4470,7 +4471,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4470
4471
|
border-color: transparent;
|
|
4471
4472
|
}
|
|
4472
4473
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
4473
|
-
color:
|
|
4474
|
+
color: currentcolor;
|
|
4474
4475
|
}
|
|
4475
4476
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
4476
4477
|
position: absolute;
|
|
@@ -4495,7 +4496,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4495
4496
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
4496
4497
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
4497
4498
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
4498
|
-
color:
|
|
4499
|
+
color: currentcolor;
|
|
4499
4500
|
}
|
|
4500
4501
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
4501
4502
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -4516,7 +4517,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4516
4517
|
margin-right: -0.34em;
|
|
4517
4518
|
letter-spacing: 0.34em;
|
|
4518
4519
|
}
|
|
4519
|
-
.ant-btn-block {
|
|
4520
|
+
.ant-btn.ant-btn-block {
|
|
4520
4521
|
width: 100%;
|
|
4521
4522
|
}
|
|
4522
4523
|
.ant-btn:empty {
|
|
@@ -5378,6 +5379,7 @@ nz-carousel {
|
|
|
5378
5379
|
}
|
|
5379
5380
|
.ant-checkbox-disabled .ant-checkbox-input {
|
|
5380
5381
|
cursor: not-allowed;
|
|
5382
|
+
pointer-events: none;
|
|
5381
5383
|
}
|
|
5382
5384
|
.ant-checkbox-disabled .ant-checkbox-inner {
|
|
5383
5385
|
background-color: #f5f5f5;
|
|
@@ -6224,7 +6226,7 @@ textarea.ant-picker-input > input {
|
|
|
6224
6226
|
display: inline-block;
|
|
6225
6227
|
width: 7px;
|
|
6226
6228
|
height: 7px;
|
|
6227
|
-
border: 0 solid
|
|
6229
|
+
border: 0 solid currentcolor;
|
|
6228
6230
|
border-width: 1.5px 0 0 1.5px;
|
|
6229
6231
|
content: '';
|
|
6230
6232
|
}
|
|
@@ -6236,7 +6238,7 @@ textarea.ant-picker-input > input {
|
|
|
6236
6238
|
display: inline-block;
|
|
6237
6239
|
width: 7px;
|
|
6238
6240
|
height: 7px;
|
|
6239
|
-
border: 0 solid
|
|
6241
|
+
border: 0 solid currentcolor;
|
|
6240
6242
|
border-width: 1.5px 0 0 1.5px;
|
|
6241
6243
|
content: '';
|
|
6242
6244
|
}
|
|
@@ -6809,7 +6811,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6809
6811
|
}
|
|
6810
6812
|
.ant-descriptions-view {
|
|
6811
6813
|
width: 100%;
|
|
6812
|
-
overflow: hidden;
|
|
6813
6814
|
border-radius: 2px;
|
|
6814
6815
|
}
|
|
6815
6816
|
.ant-descriptions-view table {
|
|
@@ -7003,9 +7004,6 @@ nz-descriptions {
|
|
|
7003
7004
|
border-style: dashed;
|
|
7004
7005
|
border-width: 1px 0 0;
|
|
7005
7006
|
}
|
|
7006
|
-
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
|
|
7007
|
-
border-top: 0;
|
|
7008
|
-
}
|
|
7009
7007
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
|
7010
7008
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
|
7011
7009
|
border-style: dashed none none;
|
|
@@ -7018,6 +7016,24 @@ nz-descriptions {
|
|
|
7018
7016
|
font-weight: normal;
|
|
7019
7017
|
font-size: 12px;
|
|
7020
7018
|
}
|
|
7019
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
|
7020
|
+
width: 0;
|
|
7021
|
+
}
|
|
7022
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
|
7023
|
+
width: 100%;
|
|
7024
|
+
}
|
|
7025
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
|
7026
|
+
padding-left: 0;
|
|
7027
|
+
}
|
|
7028
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
|
7029
|
+
width: 100%;
|
|
7030
|
+
}
|
|
7031
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
|
7032
|
+
width: 0;
|
|
7033
|
+
}
|
|
7034
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
|
7035
|
+
padding-right: 0;
|
|
7036
|
+
}
|
|
7021
7037
|
.ant-divider-rtl {
|
|
7022
7038
|
direction: rtl;
|
|
7023
7039
|
}
|
|
@@ -7521,6 +7537,14 @@ nz-descriptions {
|
|
|
7521
7537
|
.ant-dropdown-button {
|
|
7522
7538
|
white-space: nowrap;
|
|
7523
7539
|
}
|
|
7540
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
|
|
7541
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
|
|
7542
|
+
cursor: default;
|
|
7543
|
+
pointer-events: none;
|
|
7544
|
+
}
|
|
7545
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
|
|
7546
|
+
display: block;
|
|
7547
|
+
}
|
|
7524
7548
|
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
|
|
7525
7549
|
padding-right: 4px;
|
|
7526
7550
|
padding-left: 4px;
|
|
@@ -13023,6 +13047,12 @@ textarea.ant-input-affix-wrapper {
|
|
|
13023
13047
|
flex: none;
|
|
13024
13048
|
align-items: center;
|
|
13025
13049
|
}
|
|
13050
|
+
.ant-input-show-count-suffix {
|
|
13051
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13052
|
+
}
|
|
13053
|
+
.ant-input-show-count-has-suffix {
|
|
13054
|
+
margin-right: 2px;
|
|
13055
|
+
}
|
|
13026
13056
|
.ant-input-prefix {
|
|
13027
13057
|
margin-right: 4px;
|
|
13028
13058
|
}
|
|
@@ -13674,6 +13704,163 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13674
13704
|
width: 32px;
|
|
13675
13705
|
height: 32px;
|
|
13676
13706
|
}
|
|
13707
|
+
.ant-input-number-affix-wrapper {
|
|
13708
|
+
position: relative;
|
|
13709
|
+
display: inline-block;
|
|
13710
|
+
width: 100%;
|
|
13711
|
+
min-width: 0;
|
|
13712
|
+
padding: 3px 7px;
|
|
13713
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13714
|
+
font-size: 12px;
|
|
13715
|
+
line-height: 1.66667;
|
|
13716
|
+
background-color: #fff;
|
|
13717
|
+
background-image: none;
|
|
13718
|
+
border: 1px solid #d9d9d9;
|
|
13719
|
+
border-radius: 2px;
|
|
13720
|
+
transition: all 0.3s;
|
|
13721
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13722
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13723
|
+
position: static;
|
|
13724
|
+
display: inline-flex;
|
|
13725
|
+
width: 90px;
|
|
13726
|
+
padding: 0;
|
|
13727
|
+
padding-inline-start: 7px;
|
|
13728
|
+
}
|
|
13729
|
+
.ant-input-number-affix-wrapper::-moz-placeholder {
|
|
13730
|
+
opacity: 1;
|
|
13731
|
+
}
|
|
13732
|
+
.ant-input-number-affix-wrapper::placeholder {
|
|
13733
|
+
color: #bfbfbf;
|
|
13734
|
+
user-select: none;
|
|
13735
|
+
}
|
|
13736
|
+
.ant-input-number-affix-wrapper:placeholder-shown {
|
|
13737
|
+
text-overflow: ellipsis;
|
|
13738
|
+
}
|
|
13739
|
+
.ant-input-number-affix-wrapper::-moz-placeholder {
|
|
13740
|
+
opacity: 1;
|
|
13741
|
+
}
|
|
13742
|
+
.ant-input-number-affix-wrapper::placeholder {
|
|
13743
|
+
color: #bfbfbf;
|
|
13744
|
+
user-select: none;
|
|
13745
|
+
}
|
|
13746
|
+
.ant-input-number-affix-wrapper:placeholder-shown {
|
|
13747
|
+
text-overflow: ellipsis;
|
|
13748
|
+
}
|
|
13749
|
+
.ant-input-number-affix-wrapper:hover {
|
|
13750
|
+
border-color: #40a9ff;
|
|
13751
|
+
border-right-width: 1px !important;
|
|
13752
|
+
}
|
|
13753
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
|
|
13754
|
+
border-right-width: 0;
|
|
13755
|
+
border-left-width: 1px !important;
|
|
13756
|
+
}
|
|
13757
|
+
.ant-input-number-affix-wrapper:focus,
|
|
13758
|
+
.ant-input-number-affix-wrapper-focused {
|
|
13759
|
+
border-color: #40a9ff;
|
|
13760
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
13761
|
+
border-right-width: 1px !important;
|
|
13762
|
+
outline: 0;
|
|
13763
|
+
}
|
|
13764
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:focus,
|
|
13765
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-focused {
|
|
13766
|
+
border-right-width: 0;
|
|
13767
|
+
border-left-width: 1px !important;
|
|
13768
|
+
}
|
|
13769
|
+
.ant-input-number-affix-wrapper-disabled {
|
|
13770
|
+
background-color: #f5f5f5;
|
|
13771
|
+
border-color: #d9d9d9;
|
|
13772
|
+
box-shadow: none;
|
|
13773
|
+
cursor: not-allowed;
|
|
13774
|
+
opacity: 1;
|
|
13775
|
+
color: rgba(0, 0, 0, 0.25);
|
|
13776
|
+
pointer-events: none;
|
|
13777
|
+
}
|
|
13778
|
+
.ant-input-number-affix-wrapper-disabled:hover {
|
|
13779
|
+
border-color: #d9d9d9;
|
|
13780
|
+
border-right-width: 1px !important;
|
|
13781
|
+
}
|
|
13782
|
+
.ant-input-number-affix-wrapper[disabled] {
|
|
13783
|
+
background-color: #f5f5f5;
|
|
13784
|
+
border-color: #d9d9d9;
|
|
13785
|
+
box-shadow: none;
|
|
13786
|
+
cursor: not-allowed;
|
|
13787
|
+
opacity: 1;
|
|
13788
|
+
color: rgba(0, 0, 0, 0.25);
|
|
13789
|
+
pointer-events: none;
|
|
13790
|
+
}
|
|
13791
|
+
.ant-input-number-affix-wrapper[disabled]:hover {
|
|
13792
|
+
border-color: #d9d9d9;
|
|
13793
|
+
border-right-width: 1px !important;
|
|
13794
|
+
}
|
|
13795
|
+
.ant-input-number-affix-wrapper-borderless,
|
|
13796
|
+
.ant-input-number-affix-wrapper-borderless:hover,
|
|
13797
|
+
.ant-input-number-affix-wrapper-borderless:focus,
|
|
13798
|
+
.ant-input-number-affix-wrapper-borderless-focused,
|
|
13799
|
+
.ant-input-number-affix-wrapper-borderless-disabled,
|
|
13800
|
+
.ant-input-number-affix-wrapper-borderless[disabled] {
|
|
13801
|
+
background-color: transparent;
|
|
13802
|
+
border: none;
|
|
13803
|
+
box-shadow: none;
|
|
13804
|
+
}
|
|
13805
|
+
textarea.ant-input-number-affix-wrapper {
|
|
13806
|
+
max-width: 100%;
|
|
13807
|
+
height: auto;
|
|
13808
|
+
min-height: 28px;
|
|
13809
|
+
line-height: 1.66667;
|
|
13810
|
+
vertical-align: bottom;
|
|
13811
|
+
transition: all 0.3s, height 0s;
|
|
13812
|
+
}
|
|
13813
|
+
.ant-input-number-affix-wrapper-lg {
|
|
13814
|
+
padding: 3.4px 11px;
|
|
13815
|
+
font-size: 14px;
|
|
13816
|
+
}
|
|
13817
|
+
.ant-input-number-affix-wrapper-sm {
|
|
13818
|
+
padding: 0px 7px;
|
|
13819
|
+
}
|
|
13820
|
+
.ant-input-number-affix-wrapper-rtl {
|
|
13821
|
+
direction: rtl;
|
|
13822
|
+
}
|
|
13823
|
+
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
13824
|
+
border-color: #40a9ff;
|
|
13825
|
+
border-right-width: 1px !important;
|
|
13826
|
+
z-index: 1;
|
|
13827
|
+
}
|
|
13828
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
13829
|
+
border-right-width: 0;
|
|
13830
|
+
border-left-width: 1px !important;
|
|
13831
|
+
}
|
|
13832
|
+
.ant-input-number-affix-wrapper-focused,
|
|
13833
|
+
.ant-input-number-affix-wrapper:focus {
|
|
13834
|
+
z-index: 1;
|
|
13835
|
+
}
|
|
13836
|
+
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
|
|
13837
|
+
background: transparent;
|
|
13838
|
+
}
|
|
13839
|
+
.ant-input-number-affix-wrapper > div.ant-input-number {
|
|
13840
|
+
width: 100%;
|
|
13841
|
+
border: none;
|
|
13842
|
+
outline: none;
|
|
13843
|
+
}
|
|
13844
|
+
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
|
|
13845
|
+
box-shadow: none !important;
|
|
13846
|
+
}
|
|
13847
|
+
.ant-input-number-affix-wrapper input.ant-input-number-input {
|
|
13848
|
+
padding: 0;
|
|
13849
|
+
}
|
|
13850
|
+
.ant-input-number-affix-wrapper::before {
|
|
13851
|
+
width: 0;
|
|
13852
|
+
visibility: hidden;
|
|
13853
|
+
content: '\a0';
|
|
13854
|
+
}
|
|
13855
|
+
.ant-input-number-prefix {
|
|
13856
|
+
display: flex;
|
|
13857
|
+
flex: none;
|
|
13858
|
+
align-items: center;
|
|
13859
|
+
margin-inline-end: 4px;
|
|
13860
|
+
}
|
|
13861
|
+
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
|
|
13862
|
+
width: 100%;
|
|
13863
|
+
}
|
|
13677
13864
|
.ant-input-number {
|
|
13678
13865
|
box-sizing: border-box;
|
|
13679
13866
|
font-variant: tabular-nums;
|
|
@@ -14160,7 +14347,7 @@ textarea.ant-input-number {
|
|
|
14160
14347
|
text-align: center;
|
|
14161
14348
|
text-transform: none;
|
|
14162
14349
|
vertical-align: -0.125em;
|
|
14163
|
-
text-rendering:
|
|
14350
|
+
text-rendering: optimizelegibility;
|
|
14164
14351
|
-webkit-font-smoothing: antialiased;
|
|
14165
14352
|
-moz-osx-font-smoothing: grayscale;
|
|
14166
14353
|
position: absolute;
|
|
@@ -14614,10 +14801,11 @@ nz-header {
|
|
|
14614
14801
|
}
|
|
14615
14802
|
.ant-form-horizontal .ant-form-item-control {
|
|
14616
14803
|
flex: 1 1 0;
|
|
14617
|
-
}
|
|
14618
|
-
.ant-form-horizontal .ant-form-item-control:not(.ant-col) {
|
|
14619
14804
|
min-width: 0;
|
|
14620
14805
|
}
|
|
14806
|
+
.ant-form-horizontal .ant-form-item-label.ant-col-24 + .ant-form-item-control {
|
|
14807
|
+
min-width: unset;
|
|
14808
|
+
}
|
|
14621
14809
|
.ant-form-vertical .ant-form-item {
|
|
14622
14810
|
flex-direction: column;
|
|
14623
14811
|
}
|
|
@@ -14832,15 +15020,19 @@ nz-header {
|
|
|
14832
15020
|
}
|
|
14833
15021
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
14834
15022
|
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
15023
|
+
.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14835
15024
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
14836
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover
|
|
15025
|
+
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
|
|
15026
|
+
.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14837
15027
|
background-color: #fff;
|
|
14838
15028
|
border-color: #faad14;
|
|
14839
15029
|
}
|
|
14840
15030
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
14841
15031
|
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
15032
|
+
.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14842
15033
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
14843
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused
|
|
15034
|
+
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
|
|
15035
|
+
.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14844
15036
|
border-color: #ffc53d;
|
|
14845
15037
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
14846
15038
|
border-right-width: 1px !important;
|
|
@@ -14852,7 +15044,8 @@ nz-header {
|
|
|
14852
15044
|
border-right-width: 1px !important;
|
|
14853
15045
|
outline: 0;
|
|
14854
15046
|
}
|
|
14855
|
-
.ant-form-item-has-warning .ant-input-prefix
|
|
15047
|
+
.ant-form-item-has-warning .ant-input-prefix,
|
|
15048
|
+
.ant-form-item-has-warning .ant-input-number-prefix {
|
|
14856
15049
|
color: #faad14;
|
|
14857
15050
|
}
|
|
14858
15051
|
.ant-form-item-has-warning .ant-input-group-addon,
|
|
@@ -14908,15 +15101,19 @@ nz-header {
|
|
|
14908
15101
|
}
|
|
14909
15102
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
14910
15103
|
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
15104
|
+
.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14911
15105
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
14912
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover
|
|
15106
|
+
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
|
|
15107
|
+
.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14913
15108
|
background-color: #fff;
|
|
14914
15109
|
border-color: #ff4d4f;
|
|
14915
15110
|
}
|
|
14916
15111
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
14917
15112
|
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
15113
|
+
.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14918
15114
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
14919
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused
|
|
15115
|
+
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
|
|
15116
|
+
.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14920
15117
|
border-color: #ff7875;
|
|
14921
15118
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
14922
15119
|
border-right-width: 1px !important;
|
|
@@ -14928,7 +15125,8 @@ nz-header {
|
|
|
14928
15125
|
border-right-width: 1px !important;
|
|
14929
15126
|
outline: 0;
|
|
14930
15127
|
}
|
|
14931
|
-
.ant-form-item-has-error .ant-input-prefix
|
|
15128
|
+
.ant-form-item-has-error .ant-input-prefix,
|
|
15129
|
+
.ant-form-item-has-error .ant-input-number-prefix {
|
|
14932
15130
|
color: #ff4d4f;
|
|
14933
15131
|
}
|
|
14934
15132
|
.ant-form-item-has-error .ant-input-group-addon,
|
|
@@ -15154,6 +15352,11 @@ nz-header {
|
|
|
15154
15352
|
.ant-form-item-label-left {
|
|
15155
15353
|
text-align: left;
|
|
15156
15354
|
}
|
|
15355
|
+
.ant-form-item-label-wrap {
|
|
15356
|
+
overflow: unset;
|
|
15357
|
+
line-height: 1.41667em;
|
|
15358
|
+
white-space: unset;
|
|
15359
|
+
}
|
|
15157
15360
|
.ant-form-item-label > label {
|
|
15158
15361
|
position: relative;
|
|
15159
15362
|
display: inline-flex;
|
|
@@ -15331,6 +15534,9 @@ nz-header {
|
|
|
15331
15534
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
|
|
15332
15535
|
padding: 0;
|
|
15333
15536
|
}
|
|
15537
|
+
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
|
|
15538
|
+
padding: 0;
|
|
15539
|
+
}
|
|
15334
15540
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
15335
15541
|
right: auto;
|
|
15336
15542
|
left: 28px;
|
|
@@ -15797,7 +16003,7 @@ nz-list-item-extra {
|
|
|
15797
16003
|
content: '';
|
|
15798
16004
|
}
|
|
15799
16005
|
.ant-menu.ant-menu-root:focus-visible {
|
|
15800
|
-
box-shadow: 0 0 0 2px #
|
|
16006
|
+
box-shadow: 0 0 0 2px #bae7ff;
|
|
15801
16007
|
}
|
|
15802
16008
|
.ant-menu ul,
|
|
15803
16009
|
.ant-menu ol {
|
|
@@ -15982,7 +16188,7 @@ nz-list-item-extra {
|
|
|
15982
16188
|
}
|
|
15983
16189
|
.ant-menu-item:focus-visible,
|
|
15984
16190
|
.ant-menu-submenu-title:focus-visible {
|
|
15985
|
-
box-shadow: 0 0 0 2px #
|
|
16191
|
+
box-shadow: 0 0 0 2px #bae7ff;
|
|
15986
16192
|
}
|
|
15987
16193
|
.ant-menu > .ant-menu-item-divider {
|
|
15988
16194
|
margin: 1px 0;
|
|
@@ -16037,7 +16243,7 @@ nz-list-item-extra {
|
|
|
16037
16243
|
position: absolute;
|
|
16038
16244
|
width: 6px;
|
|
16039
16245
|
height: 1.5px;
|
|
16040
|
-
background-color:
|
|
16246
|
+
background-color: currentcolor;
|
|
16041
16247
|
border-radius: 2px;
|
|
16042
16248
|
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);
|
|
16043
16249
|
content: '';
|
|
@@ -16381,6 +16587,13 @@ nz-list-item-extra {
|
|
|
16381
16587
|
.ant-menu-light .ant-menu-submenu-title:hover {
|
|
16382
16588
|
color: #1890ff;
|
|
16383
16589
|
}
|
|
16590
|
+
.ant-menu.ant-menu-root:focus-visible {
|
|
16591
|
+
box-shadow: 0 0 0 2px #096dd9;
|
|
16592
|
+
}
|
|
16593
|
+
.ant-menu-dark .ant-menu-item:focus-visible,
|
|
16594
|
+
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
|
|
16595
|
+
box-shadow: 0 0 0 2px #096dd9;
|
|
16596
|
+
}
|
|
16384
16597
|
.ant-menu.ant-menu-dark,
|
|
16385
16598
|
.ant-menu-dark .ant-menu-sub,
|
|
16386
16599
|
.ant-menu.ant-menu-dark .ant-menu-sub {
|
|
@@ -17734,15 +17947,20 @@ nz-page-header-footer {
|
|
|
17734
17947
|
.ant-pagination-item a:hover {
|
|
17735
17948
|
text-decoration: none;
|
|
17736
17949
|
}
|
|
17737
|
-
.ant-pagination-item:focus-visible,
|
|
17738
17950
|
.ant-pagination-item:hover {
|
|
17739
17951
|
border-color: #1890ff;
|
|
17740
17952
|
transition: all 0.3s;
|
|
17741
17953
|
}
|
|
17742
|
-
.ant-pagination-item:focus-visible a,
|
|
17743
17954
|
.ant-pagination-item:hover a {
|
|
17744
17955
|
color: #1890ff;
|
|
17745
17956
|
}
|
|
17957
|
+
.ant-pagination-item:focus-visible {
|
|
17958
|
+
border-color: #1890ff;
|
|
17959
|
+
transition: all 0.3s;
|
|
17960
|
+
}
|
|
17961
|
+
.ant-pagination-item:focus-visible a {
|
|
17962
|
+
color: #1890ff;
|
|
17963
|
+
}
|
|
17746
17964
|
.ant-pagination-item-active {
|
|
17747
17965
|
font-weight: 500;
|
|
17748
17966
|
background: #fff;
|
|
@@ -17751,14 +17969,18 @@ nz-page-header-footer {
|
|
|
17751
17969
|
.ant-pagination-item-active a {
|
|
17752
17970
|
color: #1890ff;
|
|
17753
17971
|
}
|
|
17754
|
-
.ant-pagination-item-active:focus-visible,
|
|
17755
17972
|
.ant-pagination-item-active:hover {
|
|
17756
17973
|
border-color: #40a9ff;
|
|
17757
17974
|
}
|
|
17758
|
-
.ant-pagination-item-active:focus-visible
|
|
17975
|
+
.ant-pagination-item-active:focus-visible {
|
|
17976
|
+
border-color: #40a9ff;
|
|
17977
|
+
}
|
|
17759
17978
|
.ant-pagination-item-active:hover a {
|
|
17760
17979
|
color: #40a9ff;
|
|
17761
17980
|
}
|
|
17981
|
+
.ant-pagination-item-active:focus-visible a {
|
|
17982
|
+
color: #40a9ff;
|
|
17983
|
+
}
|
|
17762
17984
|
.ant-pagination-jump-prev,
|
|
17763
17985
|
.ant-pagination-jump-next {
|
|
17764
17986
|
outline: 0;
|
|
@@ -17800,18 +18022,22 @@ nz-page-header-footer {
|
|
|
17800
18022
|
opacity: 1;
|
|
17801
18023
|
transition: all 0.2s;
|
|
17802
18024
|
}
|
|
17803
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
17804
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
|
|
17805
18025
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
|
17806
18026
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
|
17807
18027
|
opacity: 1;
|
|
17808
18028
|
}
|
|
17809
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
17810
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
|
|
17811
18029
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
17812
18030
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
17813
18031
|
opacity: 0;
|
|
17814
18032
|
}
|
|
18033
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
18034
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
|
18035
|
+
opacity: 1;
|
|
18036
|
+
}
|
|
18037
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
18038
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
|
18039
|
+
opacity: 0;
|
|
18040
|
+
}
|
|
17815
18041
|
.ant-pagination-prev,
|
|
17816
18042
|
.ant-pagination-jump-prev,
|
|
17817
18043
|
.ant-pagination-jump-next {
|
|
@@ -17864,19 +18090,28 @@ nz-page-header-footer {
|
|
|
17864
18090
|
transition: all 0.3s;
|
|
17865
18091
|
}
|
|
17866
18092
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
|
17867
|
-
.ant-pagination-next:focus-visible .ant-pagination-item-link
|
|
18093
|
+
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
|
18094
|
+
color: #1890ff;
|
|
18095
|
+
border-color: #1890ff;
|
|
18096
|
+
}
|
|
17868
18097
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
17869
18098
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
|
17870
18099
|
color: #1890ff;
|
|
17871
18100
|
border-color: #1890ff;
|
|
17872
18101
|
}
|
|
17873
18102
|
.ant-pagination-disabled,
|
|
17874
|
-
.ant-pagination-disabled:hover
|
|
17875
|
-
.ant-pagination-disabled:focus-visible {
|
|
18103
|
+
.ant-pagination-disabled:hover {
|
|
17876
18104
|
cursor: not-allowed;
|
|
17877
18105
|
}
|
|
17878
18106
|
.ant-pagination-disabled .ant-pagination-item-link,
|
|
17879
|
-
.ant-pagination-disabled:hover .ant-pagination-item-link
|
|
18107
|
+
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
|
18108
|
+
color: rgba(0, 0, 0, 0.25);
|
|
18109
|
+
border-color: #d9d9d9;
|
|
18110
|
+
cursor: not-allowed;
|
|
18111
|
+
}
|
|
18112
|
+
.ant-pagination-disabled:focus-visible {
|
|
18113
|
+
cursor: not-allowed;
|
|
18114
|
+
}
|
|
17880
18115
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
|
17881
18116
|
color: rgba(0, 0, 0, 0.25);
|
|
17882
18117
|
border-color: #d9d9d9;
|
|
@@ -19076,8 +19311,7 @@ span.ant-radio + * {
|
|
|
19076
19311
|
.ant-rate-star > div {
|
|
19077
19312
|
transition: all 0.3s, outline 0s;
|
|
19078
19313
|
}
|
|
19079
|
-
.ant-rate-star > div:hover
|
|
19080
|
-
.ant-rate-star > div:focus-visible {
|
|
19314
|
+
.ant-rate-star > div:hover {
|
|
19081
19315
|
transform: scale(1.1);
|
|
19082
19316
|
}
|
|
19083
19317
|
.ant-rate-star > div:focus {
|
|
@@ -19085,6 +19319,7 @@ span.ant-radio + * {
|
|
|
19085
19319
|
}
|
|
19086
19320
|
.ant-rate-star > div:focus-visible {
|
|
19087
19321
|
outline: 1px dashed #fadb14;
|
|
19322
|
+
transform: scale(1.1);
|
|
19088
19323
|
}
|
|
19089
19324
|
.ant-rate-star-first,
|
|
19090
19325
|
.ant-rate-star-second {
|
|
@@ -19325,7 +19560,7 @@ span.ant-radio + * {
|
|
|
19325
19560
|
text-align: center;
|
|
19326
19561
|
text-transform: none;
|
|
19327
19562
|
vertical-align: -0.125em;
|
|
19328
|
-
text-rendering:
|
|
19563
|
+
text-rendering: optimizelegibility;
|
|
19329
19564
|
-webkit-font-smoothing: antialiased;
|
|
19330
19565
|
-moz-osx-font-smoothing: grayscale;
|
|
19331
19566
|
display: inline-block;
|
|
@@ -19371,8 +19606,6 @@ span.ant-radio + * {
|
|
|
19371
19606
|
.ant-select-multiple .ant-select-selection-search {
|
|
19372
19607
|
position: relative;
|
|
19373
19608
|
max-width: 100%;
|
|
19374
|
-
margin-top: 3px;
|
|
19375
|
-
margin-bottom: 3px;
|
|
19376
19609
|
margin-inline-start: 4px;
|
|
19377
19610
|
}
|
|
19378
19611
|
.ant-select-multiple .ant-select-selection-search-input,
|
|
@@ -19554,7 +19787,7 @@ span.ant-radio + * {
|
|
|
19554
19787
|
line-height: 0;
|
|
19555
19788
|
text-transform: none;
|
|
19556
19789
|
vertical-align: -0.125em;
|
|
19557
|
-
text-rendering:
|
|
19790
|
+
text-rendering: optimizelegibility;
|
|
19558
19791
|
-webkit-font-smoothing: antialiased;
|
|
19559
19792
|
-moz-osx-font-smoothing: grayscale;
|
|
19560
19793
|
position: absolute;
|
|
@@ -20261,6 +20494,9 @@ span.ant-radio + * {
|
|
|
20261
20494
|
.ant-slider-disabled {
|
|
20262
20495
|
cursor: not-allowed;
|
|
20263
20496
|
}
|
|
20497
|
+
.ant-slider-disabled .ant-slider-rail {
|
|
20498
|
+
background-color: #f5f5f5 !important;
|
|
20499
|
+
}
|
|
20264
20500
|
.ant-slider-disabled .ant-slider-track {
|
|
20265
20501
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
20266
20502
|
}
|
|
@@ -21113,6 +21349,9 @@ nz-spin {
|
|
|
21113
21349
|
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
21114
21350
|
visibility: hidden;
|
|
21115
21351
|
}
|
|
21352
|
+
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
21353
|
+
visibility: hidden;
|
|
21354
|
+
}
|
|
21116
21355
|
.ant-steps-rtl {
|
|
21117
21356
|
direction: rtl;
|
|
21118
21357
|
}
|
|
@@ -21993,12 +22232,12 @@ table tr th.ant-table-selection-column::after {
|
|
|
21993
22232
|
.ant-table-row-expand-icon:focus,
|
|
21994
22233
|
.ant-table-row-expand-icon:hover,
|
|
21995
22234
|
.ant-table-row-expand-icon:active {
|
|
21996
|
-
border-color:
|
|
22235
|
+
border-color: currentcolor;
|
|
21997
22236
|
}
|
|
21998
22237
|
.ant-table-row-expand-icon::before,
|
|
21999
22238
|
.ant-table-row-expand-icon::after {
|
|
22000
22239
|
position: absolute;
|
|
22001
|
-
background:
|
|
22240
|
+
background: currentcolor;
|
|
22002
22241
|
transition: transform 0.3s ease-out;
|
|
22003
22242
|
content: '';
|
|
22004
22243
|
}
|
|
@@ -22909,7 +23148,7 @@ cdk-virtual-scroll-viewport.ant-table-body {
|
|
|
22909
23148
|
}
|
|
22910
23149
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
22911
23150
|
color: #1890ff;
|
|
22912
|
-
text-shadow: 0 0 0.25px
|
|
23151
|
+
text-shadow: 0 0 0.25px currentcolor;
|
|
22913
23152
|
}
|
|
22914
23153
|
.ant-tabs-tab.ant-tabs-tab-disabled {
|
|
22915
23154
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -25153,6 +25392,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25153
25392
|
}
|
|
25154
25393
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
|
|
25155
25394
|
cursor: not-allowed;
|
|
25395
|
+
pointer-events: none;
|
|
25156
25396
|
}
|
|
25157
25397
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
|
25158
25398
|
background-color: #f5f5f5;
|
|
@@ -25531,6 +25771,7 @@ nz-tree-view .ant-tree-list-holder-inner {
|
|
|
25531
25771
|
}
|
|
25532
25772
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
|
|
25533
25773
|
cursor: not-allowed;
|
|
25774
|
+
pointer-events: none;
|
|
25534
25775
|
}
|
|
25535
25776
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
|
|
25536
25777
|
background-color: #f5f5f5;
|
|
@@ -25999,6 +26240,7 @@ nz-tree {
|
|
|
25999
26240
|
}
|
|
26000
26241
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
|
|
26001
26242
|
cursor: not-allowed;
|
|
26243
|
+
pointer-events: none;
|
|
26002
26244
|
}
|
|
26003
26245
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
|
|
26004
26246
|
background-color: #f5f5f5;
|
|
@@ -26631,9 +26873,9 @@ nz-space-item {
|
|
|
26631
26873
|
display: inline-block;
|
|
26632
26874
|
}
|
|
26633
26875
|
.ant-image-img {
|
|
26634
|
-
display: block;
|
|
26635
26876
|
width: 100%;
|
|
26636
26877
|
height: auto;
|
|
26878
|
+
vertical-align: middle;
|
|
26637
26879
|
}
|
|
26638
26880
|
.ant-image-img-placeholder {
|
|
26639
26881
|
background-color: #f5f5f5;
|
|
@@ -27555,6 +27797,9 @@ fieldset {
|
|
|
27555
27797
|
.sf__fixed {
|
|
27556
27798
|
display: flex;
|
|
27557
27799
|
}
|
|
27800
|
+
.sf__fixed .ant-form-item-control-wrapper {
|
|
27801
|
+
flex: 1;
|
|
27802
|
+
}
|
|
27558
27803
|
.sf__title {
|
|
27559
27804
|
margin-bottom: 8px;
|
|
27560
27805
|
padding: 0 16px;
|
|
@@ -30924,6 +31169,17 @@ body {
|
|
|
30924
31169
|
right: inherit;
|
|
30925
31170
|
left: 0;
|
|
30926
31171
|
}
|
|
31172
|
+
@media (max-width: 767px) {
|
|
31173
|
+
[dir='rtl'] .alain-default__content {
|
|
31174
|
+
transform: translate3d(-200px, 0, 0);
|
|
31175
|
+
}
|
|
31176
|
+
[dir='rtl'] .alain-default__collapsed .alain-default__aside {
|
|
31177
|
+
transform: translate3d(100%, 0, 0);
|
|
31178
|
+
}
|
|
31179
|
+
[dir='rtl'] .alain-default__collapsed .alain-default__content {
|
|
31180
|
+
transform: translateZ(0);
|
|
31181
|
+
}
|
|
31182
|
+
}
|
|
30927
31183
|
.alain-default__progress-bar {
|
|
30928
31184
|
position: fixed;
|
|
30929
31185
|
z-index: 29;
|
|
@@ -31237,6 +31493,14 @@ body {
|
|
|
31237
31493
|
margin-top: 44px;
|
|
31238
31494
|
}
|
|
31239
31495
|
}
|
|
31496
|
+
[dir='rtl'] .alain-default__fixed .reuse-tab {
|
|
31497
|
+
right: 224px;
|
|
31498
|
+
left: 24px;
|
|
31499
|
+
}
|
|
31500
|
+
[dir='rtl'] .alain-default__collapsed .reuse-tab {
|
|
31501
|
+
right: 88px;
|
|
31502
|
+
left: 0;
|
|
31503
|
+
}
|
|
31240
31504
|
.alain-default__nav-item .ant-badge-count {
|
|
31241
31505
|
top: 6px;
|
|
31242
31506
|
right: 18px;
|
|
@@ -32329,10 +32593,14 @@ ellipsis {
|
|
|
32329
32593
|
.reuse-tab__cm .ant-menu {
|
|
32330
32594
|
border: 1px solid #e9e9e9;
|
|
32331
32595
|
}
|
|
32596
|
+
.reuse-tab-rtl {
|
|
32597
|
+
direction: rtl;
|
|
32598
|
+
}
|
|
32332
32599
|
.tag-select {
|
|
32333
32600
|
position: relative;
|
|
32334
32601
|
display: block;
|
|
32335
|
-
max-height:
|
|
32602
|
+
max-height: 28px;
|
|
32603
|
+
margin-top: -8px;
|
|
32336
32604
|
margin-left: -8px;
|
|
32337
32605
|
overflow: hidden;
|
|
32338
32606
|
line-height: 1.66667;
|
|
@@ -32347,17 +32615,22 @@ ellipsis {
|
|
|
32347
32615
|
padding-right: 50px;
|
|
32348
32616
|
}
|
|
32349
32617
|
.tag-select .ant-tag {
|
|
32350
|
-
margin-
|
|
32351
|
-
|
|
32618
|
+
margin-top: 8px;
|
|
32619
|
+
margin-right: 12px;
|
|
32352
32620
|
}
|
|
32353
32621
|
.tag-select__trigger {
|
|
32354
32622
|
position: absolute;
|
|
32355
32623
|
top: 0;
|
|
32356
32624
|
right: 0;
|
|
32625
|
+
display: flex;
|
|
32626
|
+
align-items: center;
|
|
32627
|
+
margin-right: 0 !important;
|
|
32628
|
+
color: #1890ff;
|
|
32357
32629
|
}
|
|
32358
|
-
.tag-select__trigger
|
|
32359
|
-
margin-left:
|
|
32360
|
-
font-size:
|
|
32630
|
+
.tag-select__trigger > .anticon {
|
|
32631
|
+
margin-left: 2px;
|
|
32632
|
+
font-size: 8px;
|
|
32633
|
+
transition: transform 0.24s;
|
|
32361
32634
|
}
|
|
32362
32635
|
.tag-select-rtl {
|
|
32363
32636
|
margin-right: -8px;
|