synos-helena 22.1.0-beta.0 → 23.0.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/dark.css +371 -132
- package/lib/dark.css.gz +0 -0
- package/lib/dark.css.map +1 -1
- package/lib/dark.css.map.gz +0 -0
- package/lib/dark.js.gz +0 -0
- package/lib/dark.js.map.gz +0 -0
- package/lib/helena.css +371 -132
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map +1 -1
- package/lib/helena.css.map.gz +0 -0
- package/lib/helena.js.gz +0 -0
- package/lib/helena.js.map.gz +0 -0
- package/lib/icons/exception.svg +1 -0
- package/lib/icons/exception.svg.gz +0 -0
- package/lib/icons/export.svg.gz +0 -0
- package/lib/icons/field-time.svg.gz +0 -0
- package/lib/icons/file-calculator.svg.gz +0 -0
- package/lib/icons/hand-service.svg.gz +0 -0
- package/lib/icons/import.svg.gz +0 -0
- package/lib/icons/package.svg.gz +0 -0
- package/lib/icons/process-config.svg.gz +0 -0
- package/lib/icons/transmission.svg.gz +0 -0
- package/lib/images/empty-notification.svg.gz +0 -0
- package/lib/images/micro-download.svg +40 -0
- package/lib/images/micro-download.svg.gz +0 -0
- package/lib/images/micro-gerproc.svg +43 -0
- package/lib/images/micro-gerproc.svg.gz +0 -0
- package/lib/images/micro-insight.svg +42 -0
- package/lib/images/micro-insight.svg.gz +0 -0
- package/lib/images/synchro-logo.svg.gz +0 -0
- package/lib/index.css +78 -77
- package/lib/index.css.gz +0 -0
- package/lib/index.css.map +1 -1
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +38 -0
- package/lib/index.js.LICENSE.txt.gz +0 -0
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +1 -1
- package/lib/index.js.map.gz +0 -0
- package/lib/light.css +371 -132
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map +1 -1
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map.gz +0 -0
- package/lib/src/HLAlert/HLAlert.d.ts +4 -0
- package/lib/src/HLArticle/HLArticle.d.ts +4 -0
- package/lib/src/HLBadge/HLBadge.d.ts +4 -0
- package/lib/src/HLButton/HLButton.d.ts +4 -0
- package/lib/src/HLCard/HLCard.d.ts +7 -0
- package/lib/src/HLCheckbox/HLCheckbox.d.ts +5 -0
- package/lib/src/HLCode/HLCode.d.ts +4 -0
- package/lib/src/HLCollapse/HLCollapse.d.ts +7 -0
- package/lib/src/HLCollapse/Panel/Panel.d.ts +4 -0
- package/lib/src/HLCollapseInfoPanel/HLCollapseInfoPanel.d.ts +4 -0
- package/lib/src/HLContext/HLContext.d.ts +3 -0
- package/lib/src/HLCpfCnpj/HLCpfCnpj.d.ts +4 -0
- package/lib/src/HLDatePicker/DatePicker.d.ts +8 -0
- package/lib/src/HLDatePicker/HLDatePicker.d.ts +6 -0
- package/lib/src/HLDatePicker/MonthPicker/MonthPicker.d.ts +6 -0
- package/lib/src/HLDatePicker/RangePicker/RangePicker.d.ts +6 -0
- package/lib/src/HLDatePicker/utils.d.ts +5 -0
- package/lib/src/HLDeferredRender/HLDeferredRender.d.ts +4 -0
- package/lib/src/HLDescriptions/HLDescriptions.d.ts +4 -0
- package/lib/src/HLDiffViewer/HLDiffViewer.d.ts +4 -0
- package/lib/src/HLDivider/HLDivider.d.ts +4 -0
- package/lib/src/HLDrawer/HLDrawer.d.ts +4 -0
- package/lib/src/HLDropdown/HLDropdown.d.ts +4 -0
- package/lib/src/HLDropdownButton/HLDropdownButton.d.ts +4 -0
- package/lib/src/HLEditTable/HLEditTable.d.ts +4 -0
- package/lib/src/HLErrorBoundary/HLErrorBoundary.d.ts +13 -0
- package/lib/src/HLException/Error/Error.d.ts +4 -0
- package/lib/src/HLException/HLException.d.ts +5 -0
- package/lib/src/HLException/Page500/Page500.d.ts +4 -0
- package/lib/src/HLForm/HLForm.d.ts +7 -0
- package/lib/src/HLFromTo/HLFromTo.d.ts +6 -0
- package/lib/src/HLHeader/HLHeader.d.ts +6 -0
- package/lib/src/HLHeaderButton/HLHeaderButton.d.ts +4 -0
- package/lib/src/HLHeaderSearch/HLHeaderSearch.d.ts +4 -0
- package/lib/src/HLInput/HLInput.d.ts +5 -0
- package/lib/src/HLInput/Password/Password.d.ts +5 -0
- package/lib/src/HLInputMonetary/HLInputMonetary.d.ts +5 -0
- package/lib/src/HLMain/HLMain.d.ts +4 -0
- package/lib/src/HLMarkdown/HLMarkdown.d.ts +4 -0
- package/lib/src/HLModulesMenu/HLModulesMenu.d.ts +4 -0
- package/lib/src/HLNotification/HLNotification.d.ts +6 -0
- package/lib/src/HLNotification/notificationList/NotificationList.d.ts +6 -0
- package/lib/src/HLPageHeader/HLPageHeader.d.ts +4 -0
- package/lib/src/HLPopover/HLPopover.d.ts +4 -0
- package/lib/src/HLPowerSearch/lib/SelectStoreInterface.d.ts +11 -0
- package/lib/src/HLProgress/HLProgress.d.ts +4 -0
- package/lib/src/HLRadio/HLRadio.d.ts +5 -0
- package/lib/src/HLSelect/HLSelect.d.ts +5 -0
- package/lib/src/HLSideMenu/HLSideMenu.d.ts +4 -0
- package/lib/src/HLSpin/HLSpin.d.ts +4 -0
- package/lib/src/HLSwitch/HLSwitch.d.ts +4 -0
- package/lib/src/HLTable/HLTable.d.ts +65 -0
- package/lib/src/HLTextArea/HLTextArea.d.ts +5 -0
- package/lib/src/HLTooltip/HLTootip.d.ts +4 -0
- package/lib/src/HLTotalizer/HLTotalizer.d.ts +4 -0
- package/lib/src/HLUserBox/HLUserBox.d.ts +4 -0
- package/lib/src/index.d.ts +72 -0
- package/lib/src/util/CustomHooks.d.ts +2 -0
- package/lib/src/util/Permissions.d.ts +19 -0
- package/lib/src/util/constants.d.ts +15 -0
- package/lib/themes/colors/ant-blues.less.gz +0 -0
- package/lib/themes/colors/ant-yellows.less.gz +0 -0
- package/lib/themes/colors/blues.less.gz +0 -0
- package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
- package/lib/themes/colors/gray.less.gz +0 -0
- package/lib/themes/colors/greens.less.gz +0 -0
- package/lib/themes/colors/pinks.less.gz +0 -0
- package/lib/themes/colors/purples.less.gz +0 -0
- package/lib/themes/colors/reds.less.gz +0 -0
- package/lib/themes/colors/yellows.less.gz +0 -0
- package/lib/themes/dark.less.gz +0 -0
- package/lib/themes/default.less.gz +0 -0
- package/lib/themes/general_custom.less.gz +0 -0
- package/lib/themes/light.less.gz +0 -0
- package/package.json +15 -11
- package/lib/index.d.ts +0 -852
package/lib/light.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:
|
|
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
|
}
|
|
@@ -1439,7 +1440,7 @@ html {
|
|
|
1439
1440
|
.ant-anchor-ink-ball.visible {
|
|
1440
1441
|
display: inline-block;
|
|
1441
1442
|
}
|
|
1442
|
-
.ant-anchor
|
|
1443
|
+
.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
|
|
1443
1444
|
display: none;
|
|
1444
1445
|
}
|
|
1445
1446
|
.ant-anchor-link {
|
|
@@ -1953,7 +1954,7 @@ html {
|
|
|
1953
1954
|
top: 100%;
|
|
1954
1955
|
width: 8px;
|
|
1955
1956
|
height: 8px;
|
|
1956
|
-
color:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
3463
|
+
shape-rendering: optimizespeed;
|
|
3463
3464
|
}
|
|
3464
3465
|
.ant-btn.ant-btn-loading {
|
|
3465
3466
|
position: relative;
|
|
@@ -3469,7 +3470,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3469
3470
|
display: block;
|
|
3470
3471
|
}
|
|
3471
3472
|
.ant-btn > .ant-btn-loading-icon {
|
|
3472
|
-
transition:
|
|
3473
|
+
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
3473
3474
|
}
|
|
3474
3475
|
.ant-btn > .ant-btn-loading-icon .anticon {
|
|
3475
3476
|
padding-right: 8px;
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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: #ad2f1c;
|
|
3791
3792
|
}
|
|
3792
3793
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
|
|
3793
|
-
color:
|
|
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:
|
|
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:
|
|
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:
|
|
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: #ad2f1c;
|
|
3871
3872
|
}
|
|
3872
3873
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
|
|
3873
|
-
color:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|
|
@@ -5343,6 +5346,7 @@ a.ant-btn-sm {
|
|
|
5343
5346
|
border-radius: 0 0 2px 2px;
|
|
5344
5347
|
}
|
|
5345
5348
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
5349
|
+
position: relative;
|
|
5346
5350
|
display: flex;
|
|
5347
5351
|
flex-wrap: nowrap;
|
|
5348
5352
|
align-items: flex-start;
|
|
@@ -6035,7 +6039,7 @@ textarea.ant-picker-input > input {
|
|
|
6035
6039
|
display: inline-block;
|
|
6036
6040
|
width: 7px;
|
|
6037
6041
|
height: 7px;
|
|
6038
|
-
border: 0 solid
|
|
6042
|
+
border: 0 solid currentcolor;
|
|
6039
6043
|
border-width: 1.5px 0 0 1.5px;
|
|
6040
6044
|
content: '';
|
|
6041
6045
|
}
|
|
@@ -6047,7 +6051,7 @@ textarea.ant-picker-input > input {
|
|
|
6047
6051
|
display: inline-block;
|
|
6048
6052
|
width: 7px;
|
|
6049
6053
|
height: 7px;
|
|
6050
|
-
border: 0 solid
|
|
6054
|
+
border: 0 solid currentcolor;
|
|
6051
6055
|
border-width: 1.5px 0 0 1.5px;
|
|
6052
6056
|
content: '';
|
|
6053
6057
|
}
|
|
@@ -6610,7 +6614,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6610
6614
|
}
|
|
6611
6615
|
.ant-descriptions-view {
|
|
6612
6616
|
width: 100%;
|
|
6613
|
-
overflow: hidden;
|
|
6614
6617
|
border-radius: 2px;
|
|
6615
6618
|
}
|
|
6616
6619
|
.ant-descriptions-view table {
|
|
@@ -6801,9 +6804,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6801
6804
|
border-style: dashed;
|
|
6802
6805
|
border-width: 1px 0 0;
|
|
6803
6806
|
}
|
|
6804
|
-
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
|
|
6805
|
-
border-top: 0;
|
|
6806
|
-
}
|
|
6807
6807
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
|
6808
6808
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
|
6809
6809
|
border-style: dashed none none;
|
|
@@ -6816,6 +6816,24 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6816
6816
|
font-weight: normal;
|
|
6817
6817
|
font-size: 14px;
|
|
6818
6818
|
}
|
|
6819
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
|
6820
|
+
width: 0;
|
|
6821
|
+
}
|
|
6822
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
|
6823
|
+
width: 100%;
|
|
6824
|
+
}
|
|
6825
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
|
6826
|
+
padding-left: 0;
|
|
6827
|
+
}
|
|
6828
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
|
6829
|
+
width: 100%;
|
|
6830
|
+
}
|
|
6831
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
|
6832
|
+
width: 0;
|
|
6833
|
+
}
|
|
6834
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
|
6835
|
+
padding-right: 0;
|
|
6836
|
+
}
|
|
6819
6837
|
.ant-divider-rtl {
|
|
6820
6838
|
direction: rtl;
|
|
6821
6839
|
}
|
|
@@ -6927,6 +6945,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6927
6945
|
pointer-events: auto;
|
|
6928
6946
|
}
|
|
6929
6947
|
.ant-drawer-title {
|
|
6948
|
+
flex: 1;
|
|
6930
6949
|
margin: 0;
|
|
6931
6950
|
color: rgba(0, 0, 0, 0.85);
|
|
6932
6951
|
font-weight: 500;
|
|
@@ -6977,6 +6996,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6977
6996
|
}
|
|
6978
6997
|
.ant-drawer-header-title {
|
|
6979
6998
|
display: flex;
|
|
6999
|
+
flex: 1;
|
|
6980
7000
|
align-items: center;
|
|
6981
7001
|
justify-content: space-between;
|
|
6982
7002
|
}
|
|
@@ -7206,7 +7226,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7206
7226
|
font-weight: normal;
|
|
7207
7227
|
font-size: 14px;
|
|
7208
7228
|
line-height: 22px;
|
|
7209
|
-
white-space: nowrap;
|
|
7210
7229
|
cursor: pointer;
|
|
7211
7230
|
transition: all 0.3s;
|
|
7212
7231
|
}
|
|
@@ -7317,6 +7336,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7317
7336
|
.ant-dropdown-button {
|
|
7318
7337
|
white-space: nowrap;
|
|
7319
7338
|
}
|
|
7339
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
|
|
7340
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
|
|
7341
|
+
cursor: default;
|
|
7342
|
+
pointer-events: none;
|
|
7343
|
+
}
|
|
7344
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
|
|
7345
|
+
display: block;
|
|
7346
|
+
}
|
|
7320
7347
|
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
|
|
7321
7348
|
padding-right: 8px;
|
|
7322
7349
|
padding-left: 8px;
|
|
@@ -7472,10 +7499,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7472
7499
|
.ant-empty-rtl {
|
|
7473
7500
|
direction: rtl;
|
|
7474
7501
|
}
|
|
7475
|
-
.ant-form-item .ant-mentions,
|
|
7476
|
-
.ant-form-item textarea.ant-input {
|
|
7477
|
-
height: auto;
|
|
7478
|
-
}
|
|
7479
7502
|
.ant-form-item .ant-upload {
|
|
7480
7503
|
background: transparent;
|
|
7481
7504
|
}
|
|
@@ -7559,6 +7582,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7559
7582
|
flex: 1 1 0;
|
|
7560
7583
|
min-width: 0;
|
|
7561
7584
|
}
|
|
7585
|
+
.ant-form-horizontal .ant-form-item-label.ant-col-24 + .ant-form-item-control {
|
|
7586
|
+
min-width: unset;
|
|
7587
|
+
}
|
|
7562
7588
|
.ant-form-vertical .ant-form-item {
|
|
7563
7589
|
flex-direction: column;
|
|
7564
7590
|
}
|
|
@@ -7773,15 +7799,19 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7773
7799
|
}
|
|
7774
7800
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
7775
7801
|
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
7802
|
+
.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
7776
7803
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
7777
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover
|
|
7804
|
+
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
|
|
7805
|
+
.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 {
|
|
7778
7806
|
background-color: #fff;
|
|
7779
7807
|
border-color: #ecc55d;
|
|
7780
7808
|
}
|
|
7781
7809
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
7782
7810
|
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
7811
|
+
.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,
|
|
7783
7812
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
7784
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused
|
|
7813
|
+
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
|
|
7814
|
+
.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 {
|
|
7785
7815
|
border-color: #fae089;
|
|
7786
7816
|
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7787
7817
|
border-right-width: 1px !important;
|
|
@@ -7793,7 +7823,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7793
7823
|
border-right-width: 1px !important;
|
|
7794
7824
|
outline: 0;
|
|
7795
7825
|
}
|
|
7796
|
-
.ant-form-item-has-warning .ant-input-prefix
|
|
7826
|
+
.ant-form-item-has-warning .ant-input-prefix,
|
|
7827
|
+
.ant-form-item-has-warning .ant-input-number-prefix {
|
|
7797
7828
|
color: #ecc55d;
|
|
7798
7829
|
}
|
|
7799
7830
|
.ant-form-item-has-warning .ant-input-group-addon,
|
|
@@ -7849,15 +7880,19 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7849
7880
|
}
|
|
7850
7881
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
7851
7882
|
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
7883
|
+
.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
7852
7884
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
7853
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover
|
|
7885
|
+
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
|
|
7886
|
+
.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 {
|
|
7854
7887
|
background-color: #fff;
|
|
7855
7888
|
border-color: #d3472c;
|
|
7856
7889
|
}
|
|
7857
7890
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
7858
7891
|
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
7892
|
+
.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,
|
|
7859
7893
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
7860
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused
|
|
7894
|
+
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
|
|
7895
|
+
.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 {
|
|
7861
7896
|
border-color: #e06f53;
|
|
7862
7897
|
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7863
7898
|
border-right-width: 1px !important;
|
|
@@ -7869,7 +7904,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7869
7904
|
border-right-width: 1px !important;
|
|
7870
7905
|
outline: 0;
|
|
7871
7906
|
}
|
|
7872
|
-
.ant-form-item-has-error .ant-input-prefix
|
|
7907
|
+
.ant-form-item-has-error .ant-input-prefix,
|
|
7908
|
+
.ant-form-item-has-error .ant-input-number-prefix {
|
|
7873
7909
|
color: #d3472c;
|
|
7874
7910
|
}
|
|
7875
7911
|
.ant-form-item-has-error .ant-input-group-addon,
|
|
@@ -8095,6 +8131,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8095
8131
|
.ant-form-item-label-left {
|
|
8096
8132
|
text-align: left;
|
|
8097
8133
|
}
|
|
8134
|
+
.ant-form-item-label-wrap {
|
|
8135
|
+
overflow: unset;
|
|
8136
|
+
line-height: 1.3215em;
|
|
8137
|
+
white-space: unset;
|
|
8138
|
+
}
|
|
8098
8139
|
.ant-form-item-label > label {
|
|
8099
8140
|
position: relative;
|
|
8100
8141
|
display: inline-flex;
|
|
@@ -8273,6 +8314,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8273
8314
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
|
|
8274
8315
|
padding: 0;
|
|
8275
8316
|
}
|
|
8317
|
+
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
|
|
8318
|
+
padding: 0;
|
|
8319
|
+
}
|
|
8276
8320
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
8277
8321
|
right: auto;
|
|
8278
8322
|
left: 28px;
|
|
@@ -13508,9 +13552,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13508
13552
|
display: inline-block;
|
|
13509
13553
|
}
|
|
13510
13554
|
.ant-image-img {
|
|
13511
|
-
display: block;
|
|
13512
13555
|
width: 100%;
|
|
13513
13556
|
height: auto;
|
|
13557
|
+
vertical-align: middle;
|
|
13514
13558
|
}
|
|
13515
13559
|
.ant-image-img-placeholder {
|
|
13516
13560
|
background-color: #f5f5f5;
|
|
@@ -13841,6 +13885,12 @@ textarea.ant-input-affix-wrapper {
|
|
|
13841
13885
|
flex: none;
|
|
13842
13886
|
align-items: center;
|
|
13843
13887
|
}
|
|
13888
|
+
.ant-input-show-count-suffix {
|
|
13889
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13890
|
+
}
|
|
13891
|
+
.ant-input-show-count-has-suffix {
|
|
13892
|
+
margin-right: 2px;
|
|
13893
|
+
}
|
|
13844
13894
|
.ant-input-prefix {
|
|
13845
13895
|
margin-right: 4px;
|
|
13846
13896
|
}
|
|
@@ -14322,6 +14372,9 @@ textarea.ant-input {
|
|
|
14322
14372
|
padding-top: 3px;
|
|
14323
14373
|
padding-bottom: 3px;
|
|
14324
14374
|
}
|
|
14375
|
+
.ant-input-textarea-show-count > .ant-input {
|
|
14376
|
+
height: 100%;
|
|
14377
|
+
}
|
|
14325
14378
|
.ant-input-textarea-show-count::after {
|
|
14326
14379
|
float: right;
|
|
14327
14380
|
color: rgba(0, 0, 0, 0.45);
|
|
@@ -14438,6 +14491,150 @@ textarea.ant-input {
|
|
|
14438
14491
|
height: auto;
|
|
14439
14492
|
}
|
|
14440
14493
|
}
|
|
14494
|
+
.ant-input-number-affix-wrapper {
|
|
14495
|
+
position: relative;
|
|
14496
|
+
display: inline-block;
|
|
14497
|
+
width: 100%;
|
|
14498
|
+
min-width: 0;
|
|
14499
|
+
padding: 4px 11px;
|
|
14500
|
+
color: #595959;
|
|
14501
|
+
font-size: 14px;
|
|
14502
|
+
line-height: 1.5715;
|
|
14503
|
+
background-color: #fff;
|
|
14504
|
+
background-image: none;
|
|
14505
|
+
border: 1px solid #d9d9d9;
|
|
14506
|
+
border-radius: 2px;
|
|
14507
|
+
transition: all 0.3s;
|
|
14508
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
14509
|
+
position: static;
|
|
14510
|
+
display: inline-flex;
|
|
14511
|
+
width: 90px;
|
|
14512
|
+
padding: 0;
|
|
14513
|
+
padding-inline-start: 11px;
|
|
14514
|
+
}
|
|
14515
|
+
.ant-input-number-affix-wrapper::-moz-placeholder {
|
|
14516
|
+
opacity: 1;
|
|
14517
|
+
}
|
|
14518
|
+
.ant-input-number-affix-wrapper::placeholder {
|
|
14519
|
+
color: #bfbfbf;
|
|
14520
|
+
user-select: none;
|
|
14521
|
+
}
|
|
14522
|
+
.ant-input-number-affix-wrapper:placeholder-shown {
|
|
14523
|
+
text-overflow: ellipsis;
|
|
14524
|
+
}
|
|
14525
|
+
.ant-input-number-affix-wrapper:hover {
|
|
14526
|
+
border-color: #2b5478;
|
|
14527
|
+
border-right-width: 1px !important;
|
|
14528
|
+
}
|
|
14529
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
|
|
14530
|
+
border-right-width: 0;
|
|
14531
|
+
border-left-width: 1px !important;
|
|
14532
|
+
}
|
|
14533
|
+
.ant-input-number-affix-wrapper:focus,
|
|
14534
|
+
.ant-input-number-affix-wrapper-focused {
|
|
14535
|
+
border-color: #2b5478;
|
|
14536
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
14537
|
+
border-right-width: 1px !important;
|
|
14538
|
+
outline: 0;
|
|
14539
|
+
}
|
|
14540
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:focus,
|
|
14541
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-focused {
|
|
14542
|
+
border-right-width: 0;
|
|
14543
|
+
border-left-width: 1px !important;
|
|
14544
|
+
}
|
|
14545
|
+
.ant-input-number-affix-wrapper-disabled {
|
|
14546
|
+
color: rgba(0, 0, 0, 0.25);
|
|
14547
|
+
background-color: #f5f5f5;
|
|
14548
|
+
border-color: #d9d9d9;
|
|
14549
|
+
box-shadow: none;
|
|
14550
|
+
cursor: not-allowed;
|
|
14551
|
+
opacity: 1;
|
|
14552
|
+
}
|
|
14553
|
+
.ant-input-number-affix-wrapper-disabled:hover {
|
|
14554
|
+
border-color: #d9d9d9;
|
|
14555
|
+
border-right-width: 1px !important;
|
|
14556
|
+
}
|
|
14557
|
+
.ant-input-number-affix-wrapper[disabled] {
|
|
14558
|
+
color: rgba(0, 0, 0, 0.25);
|
|
14559
|
+
background-color: #f5f5f5;
|
|
14560
|
+
border-color: #d9d9d9;
|
|
14561
|
+
box-shadow: none;
|
|
14562
|
+
cursor: not-allowed;
|
|
14563
|
+
opacity: 1;
|
|
14564
|
+
}
|
|
14565
|
+
.ant-input-number-affix-wrapper[disabled]:hover {
|
|
14566
|
+
border-color: #d9d9d9;
|
|
14567
|
+
border-right-width: 1px !important;
|
|
14568
|
+
}
|
|
14569
|
+
.ant-input-number-affix-wrapper-borderless,
|
|
14570
|
+
.ant-input-number-affix-wrapper-borderless:hover,
|
|
14571
|
+
.ant-input-number-affix-wrapper-borderless:focus,
|
|
14572
|
+
.ant-input-number-affix-wrapper-borderless-focused,
|
|
14573
|
+
.ant-input-number-affix-wrapper-borderless-disabled,
|
|
14574
|
+
.ant-input-number-affix-wrapper-borderless[disabled] {
|
|
14575
|
+
background-color: transparent;
|
|
14576
|
+
border: none;
|
|
14577
|
+
box-shadow: none;
|
|
14578
|
+
}
|
|
14579
|
+
textarea.ant-input-number-affix-wrapper {
|
|
14580
|
+
max-width: 100%;
|
|
14581
|
+
height: auto;
|
|
14582
|
+
min-height: 32px;
|
|
14583
|
+
line-height: 1.5715;
|
|
14584
|
+
vertical-align: bottom;
|
|
14585
|
+
transition: all 0.3s, height 0s;
|
|
14586
|
+
}
|
|
14587
|
+
.ant-input-number-affix-wrapper-lg {
|
|
14588
|
+
padding: 6.5px 11px;
|
|
14589
|
+
font-size: 16px;
|
|
14590
|
+
}
|
|
14591
|
+
.ant-input-number-affix-wrapper-sm {
|
|
14592
|
+
padding: 0px 7px;
|
|
14593
|
+
}
|
|
14594
|
+
.ant-input-number-affix-wrapper-rtl {
|
|
14595
|
+
direction: rtl;
|
|
14596
|
+
}
|
|
14597
|
+
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
14598
|
+
border-color: #2b5478;
|
|
14599
|
+
border-right-width: 1px !important;
|
|
14600
|
+
z-index: 1;
|
|
14601
|
+
}
|
|
14602
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
14603
|
+
border-right-width: 0;
|
|
14604
|
+
border-left-width: 1px !important;
|
|
14605
|
+
}
|
|
14606
|
+
.ant-input-number-affix-wrapper-focused,
|
|
14607
|
+
.ant-input-number-affix-wrapper:focus {
|
|
14608
|
+
z-index: 1;
|
|
14609
|
+
}
|
|
14610
|
+
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
|
|
14611
|
+
background: transparent;
|
|
14612
|
+
}
|
|
14613
|
+
.ant-input-number-affix-wrapper > div.ant-input-number {
|
|
14614
|
+
width: 100%;
|
|
14615
|
+
border: none;
|
|
14616
|
+
outline: none;
|
|
14617
|
+
}
|
|
14618
|
+
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
|
|
14619
|
+
box-shadow: none !important;
|
|
14620
|
+
}
|
|
14621
|
+
.ant-input-number-affix-wrapper input.ant-input-number-input {
|
|
14622
|
+
padding: 0;
|
|
14623
|
+
}
|
|
14624
|
+
.ant-input-number-affix-wrapper::before {
|
|
14625
|
+
width: 0;
|
|
14626
|
+
visibility: hidden;
|
|
14627
|
+
content: '\a0';
|
|
14628
|
+
}
|
|
14629
|
+
.ant-input-number-prefix {
|
|
14630
|
+
display: flex;
|
|
14631
|
+
flex: none;
|
|
14632
|
+
align-items: center;
|
|
14633
|
+
margin-inline-end: 4px;
|
|
14634
|
+
}
|
|
14635
|
+
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
|
|
14636
|
+
width: 100%;
|
|
14637
|
+
}
|
|
14441
14638
|
.ant-input-number {
|
|
14442
14639
|
box-sizing: border-box;
|
|
14443
14640
|
font-variant: tabular-nums;
|
|
@@ -14893,7 +15090,7 @@ textarea.ant-input-number {
|
|
|
14893
15090
|
text-align: center;
|
|
14894
15091
|
text-transform: none;
|
|
14895
15092
|
vertical-align: -0.125em;
|
|
14896
|
-
text-rendering:
|
|
15093
|
+
text-rendering: optimizelegibility;
|
|
14897
15094
|
-webkit-font-smoothing: antialiased;
|
|
14898
15095
|
-moz-osx-font-smoothing: grayscale;
|
|
14899
15096
|
position: absolute;
|
|
@@ -15872,7 +16069,7 @@ textarea.ant-mentions {
|
|
|
15872
16069
|
content: '';
|
|
15873
16070
|
}
|
|
15874
16071
|
.ant-menu.ant-menu-root:focus-visible {
|
|
15875
|
-
box-shadow: 0 0 0 2px #
|
|
16072
|
+
box-shadow: 0 0 0 2px #85959e;
|
|
15876
16073
|
}
|
|
15877
16074
|
.ant-menu ul,
|
|
15878
16075
|
.ant-menu ol {
|
|
@@ -16057,7 +16254,7 @@ textarea.ant-mentions {
|
|
|
16057
16254
|
}
|
|
16058
16255
|
.ant-menu-item:focus-visible,
|
|
16059
16256
|
.ant-menu-submenu-title:focus-visible {
|
|
16060
|
-
box-shadow: 0 0 0 2px #
|
|
16257
|
+
box-shadow: 0 0 0 2px #85959e;
|
|
16061
16258
|
}
|
|
16062
16259
|
.ant-menu > .ant-menu-item-divider {
|
|
16063
16260
|
margin: 1px 0;
|
|
@@ -16112,7 +16309,7 @@ textarea.ant-mentions {
|
|
|
16112
16309
|
position: absolute;
|
|
16113
16310
|
width: 6px;
|
|
16114
16311
|
height: 1.5px;
|
|
16115
|
-
background-color:
|
|
16312
|
+
background-color: currentcolor;
|
|
16116
16313
|
border-radius: 2px;
|
|
16117
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);
|
|
16118
16315
|
content: '';
|
|
@@ -16456,6 +16653,13 @@ textarea.ant-mentions {
|
|
|
16456
16653
|
.ant-menu-light .ant-menu-submenu-title:hover {
|
|
16457
16654
|
color: #153f6a;
|
|
16458
16655
|
}
|
|
16656
|
+
.ant-menu.ant-menu-root:focus-visible {
|
|
16657
|
+
box-shadow: 0 0 0 2px #0a2645;
|
|
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 #0a2645;
|
|
16662
|
+
}
|
|
16459
16663
|
.ant-menu.ant-menu-dark,
|
|
16460
16664
|
.ant-menu-dark .ant-menu-sub,
|
|
16461
16665
|
.ant-menu.ant-menu-dark .ant-menu-sub {
|
|
@@ -16934,6 +17138,7 @@ textarea.ant-mentions {
|
|
|
16934
17138
|
.ant-modal-centered .ant-modal {
|
|
16935
17139
|
top: 0;
|
|
16936
17140
|
display: inline-block;
|
|
17141
|
+
padding-bottom: 0;
|
|
16937
17142
|
text-align: left;
|
|
16938
17143
|
vertical-align: middle;
|
|
16939
17144
|
}
|
|
@@ -17462,15 +17667,20 @@ textarea.ant-mentions {
|
|
|
17462
17667
|
.ant-pagination-item a:hover {
|
|
17463
17668
|
text-decoration: none;
|
|
17464
17669
|
}
|
|
17465
|
-
.ant-pagination-item:focus-visible,
|
|
17466
17670
|
.ant-pagination-item:hover {
|
|
17467
17671
|
border-color: #153f6a;
|
|
17468
17672
|
transition: all 0.3s;
|
|
17469
17673
|
}
|
|
17470
|
-
.ant-pagination-item:focus-visible a,
|
|
17471
17674
|
.ant-pagination-item:hover a {
|
|
17472
17675
|
color: #153f6a;
|
|
17473
17676
|
}
|
|
17677
|
+
.ant-pagination-item:focus-visible {
|
|
17678
|
+
border-color: #153f6a;
|
|
17679
|
+
transition: all 0.3s;
|
|
17680
|
+
}
|
|
17681
|
+
.ant-pagination-item:focus-visible a {
|
|
17682
|
+
color: #153f6a;
|
|
17683
|
+
}
|
|
17474
17684
|
.ant-pagination-item-active {
|
|
17475
17685
|
font-weight: 500;
|
|
17476
17686
|
background: #fff;
|
|
@@ -17479,14 +17689,18 @@ textarea.ant-mentions {
|
|
|
17479
17689
|
.ant-pagination-item-active a {
|
|
17480
17690
|
color: #153f6a;
|
|
17481
17691
|
}
|
|
17482
|
-
.ant-pagination-item-active:focus-visible,
|
|
17483
17692
|
.ant-pagination-item-active:hover {
|
|
17484
17693
|
border-color: #2b5478;
|
|
17485
17694
|
}
|
|
17486
|
-
.ant-pagination-item-active:focus-visible
|
|
17695
|
+
.ant-pagination-item-active:focus-visible {
|
|
17696
|
+
border-color: #2b5478;
|
|
17697
|
+
}
|
|
17487
17698
|
.ant-pagination-item-active:hover a {
|
|
17488
17699
|
color: #2b5478;
|
|
17489
17700
|
}
|
|
17701
|
+
.ant-pagination-item-active:focus-visible a {
|
|
17702
|
+
color: #2b5478;
|
|
17703
|
+
}
|
|
17490
17704
|
.ant-pagination-jump-prev,
|
|
17491
17705
|
.ant-pagination-jump-next {
|
|
17492
17706
|
outline: 0;
|
|
@@ -17528,18 +17742,22 @@ textarea.ant-mentions {
|
|
|
17528
17742
|
opacity: 1;
|
|
17529
17743
|
transition: all 0.2s;
|
|
17530
17744
|
}
|
|
17531
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
17532
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
|
|
17533
17745
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
|
17534
17746
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
|
17535
17747
|
opacity: 1;
|
|
17536
17748
|
}
|
|
17537
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
17538
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
|
|
17539
17749
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
17540
17750
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
17541
17751
|
opacity: 0;
|
|
17542
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
|
+
}
|
|
17543
17761
|
.ant-pagination-prev,
|
|
17544
17762
|
.ant-pagination-jump-prev,
|
|
17545
17763
|
.ant-pagination-jump-next {
|
|
@@ -17592,19 +17810,28 @@ textarea.ant-mentions {
|
|
|
17592
17810
|
transition: all 0.3s;
|
|
17593
17811
|
}
|
|
17594
17812
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
|
17595
|
-
.ant-pagination-next:focus-visible .ant-pagination-item-link
|
|
17813
|
+
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
|
17814
|
+
color: #153f6a;
|
|
17815
|
+
border-color: #153f6a;
|
|
17816
|
+
}
|
|
17596
17817
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
17597
17818
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
|
17598
17819
|
color: #153f6a;
|
|
17599
17820
|
border-color: #153f6a;
|
|
17600
17821
|
}
|
|
17601
17822
|
.ant-pagination-disabled,
|
|
17602
|
-
.ant-pagination-disabled:hover
|
|
17603
|
-
.ant-pagination-disabled:focus-visible {
|
|
17823
|
+
.ant-pagination-disabled:hover {
|
|
17604
17824
|
cursor: not-allowed;
|
|
17605
17825
|
}
|
|
17606
17826
|
.ant-pagination-disabled .ant-pagination-item-link,
|
|
17607
|
-
.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
|
+
}
|
|
17608
17835
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
|
17609
17836
|
color: rgba(0, 0, 0, 0.25);
|
|
17610
17837
|
border-color: #d9d9d9;
|
|
@@ -18444,6 +18671,9 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18444
18671
|
margin-right: 8px;
|
|
18445
18672
|
cursor: pointer;
|
|
18446
18673
|
}
|
|
18674
|
+
.ant-radio-wrapper-disabled {
|
|
18675
|
+
cursor: not-allowed;
|
|
18676
|
+
}
|
|
18447
18677
|
.ant-radio-wrapper::after {
|
|
18448
18678
|
display: inline-block;
|
|
18449
18679
|
width: 0;
|
|
@@ -18507,15 +18737,17 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18507
18737
|
}
|
|
18508
18738
|
.ant-radio-inner::after {
|
|
18509
18739
|
position: absolute;
|
|
18510
|
-
top:
|
|
18511
|
-
left:
|
|
18740
|
+
top: 50%;
|
|
18741
|
+
left: 50%;
|
|
18512
18742
|
display: block;
|
|
18513
|
-
width:
|
|
18514
|
-
height:
|
|
18743
|
+
width: 16px;
|
|
18744
|
+
height: 16px;
|
|
18745
|
+
margin-top: -8px;
|
|
18746
|
+
margin-left: -8px;
|
|
18515
18747
|
background-color: #153f6a;
|
|
18516
18748
|
border-top: 0;
|
|
18517
18749
|
border-left: 0;
|
|
18518
|
-
border-radius:
|
|
18750
|
+
border-radius: 16px;
|
|
18519
18751
|
transform: scale(0);
|
|
18520
18752
|
opacity: 0;
|
|
18521
18753
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
@@ -18535,7 +18767,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18535
18767
|
border-color: #153f6a;
|
|
18536
18768
|
}
|
|
18537
18769
|
.ant-radio-checked .ant-radio-inner::after {
|
|
18538
|
-
transform: scale(
|
|
18770
|
+
transform: scale(0.5);
|
|
18539
18771
|
opacity: 1;
|
|
18540
18772
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
18541
18773
|
}
|
|
@@ -18777,8 +19009,7 @@ span.ant-radio + * {
|
|
|
18777
19009
|
.ant-rate-star > div {
|
|
18778
19010
|
transition: all 0.3s, outline 0s;
|
|
18779
19011
|
}
|
|
18780
|
-
.ant-rate-star > div:hover
|
|
18781
|
-
.ant-rate-star > div:focus-visible {
|
|
19012
|
+
.ant-rate-star > div:hover {
|
|
18782
19013
|
transform: scale(1.1);
|
|
18783
19014
|
}
|
|
18784
19015
|
.ant-rate-star > div:focus {
|
|
@@ -18786,6 +19017,7 @@ span.ant-radio + * {
|
|
|
18786
19017
|
}
|
|
18787
19018
|
.ant-rate-star > div:focus-visible {
|
|
18788
19019
|
outline: 1px dashed #fadb14;
|
|
19020
|
+
transform: scale(1.1);
|
|
18789
19021
|
}
|
|
18790
19022
|
.ant-rate-star-first,
|
|
18791
19023
|
.ant-rate-star-second {
|
|
@@ -18924,6 +19156,7 @@ span.ant-radio + * {
|
|
|
18924
19156
|
user-select: none;
|
|
18925
19157
|
}
|
|
18926
19158
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
19159
|
+
transition: none;
|
|
18927
19160
|
pointer-events: none;
|
|
18928
19161
|
}
|
|
18929
19162
|
.ant-select-single .ant-select-selector::after,
|
|
@@ -19089,7 +19322,7 @@ span.ant-radio + * {
|
|
|
19089
19322
|
text-align: center;
|
|
19090
19323
|
text-transform: none;
|
|
19091
19324
|
vertical-align: -0.125em;
|
|
19092
|
-
text-rendering:
|
|
19325
|
+
text-rendering: optimizelegibility;
|
|
19093
19326
|
-webkit-font-smoothing: antialiased;
|
|
19094
19327
|
-moz-osx-font-smoothing: grayscale;
|
|
19095
19328
|
display: inline-block;
|
|
@@ -19123,8 +19356,6 @@ span.ant-radio + * {
|
|
|
19123
19356
|
.ant-select-multiple .ant-select-selection-search {
|
|
19124
19357
|
position: relative;
|
|
19125
19358
|
max-width: 100%;
|
|
19126
|
-
margin-top: 2px;
|
|
19127
|
-
margin-bottom: 2px;
|
|
19128
19359
|
margin-inline-start: 7px;
|
|
19129
19360
|
}
|
|
19130
19361
|
.ant-select-multiple .ant-select-selection-search-input,
|
|
@@ -19306,7 +19537,7 @@ span.ant-radio + * {
|
|
|
19306
19537
|
line-height: 0;
|
|
19307
19538
|
text-transform: none;
|
|
19308
19539
|
vertical-align: -0.125em;
|
|
19309
|
-
text-rendering:
|
|
19540
|
+
text-rendering: optimizelegibility;
|
|
19310
19541
|
-webkit-font-smoothing: antialiased;
|
|
19311
19542
|
-moz-osx-font-smoothing: grayscale;
|
|
19312
19543
|
position: absolute;
|
|
@@ -19983,6 +20214,9 @@ span.ant-radio + * {
|
|
|
19983
20214
|
.ant-slider-disabled {
|
|
19984
20215
|
cursor: not-allowed;
|
|
19985
20216
|
}
|
|
20217
|
+
.ant-slider-disabled .ant-slider-rail {
|
|
20218
|
+
background-color: #f5f5f5 !important;
|
|
20219
|
+
}
|
|
19986
20220
|
.ant-slider-disabled .ant-slider-track {
|
|
19987
20221
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
19988
20222
|
}
|
|
@@ -20856,6 +21090,9 @@ span.ant-radio + * {
|
|
|
20856
21090
|
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
20857
21091
|
visibility: hidden;
|
|
20858
21092
|
}
|
|
21093
|
+
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
21094
|
+
visibility: hidden;
|
|
21095
|
+
}
|
|
20859
21096
|
.ant-steps-rtl {
|
|
20860
21097
|
direction: rtl;
|
|
20861
21098
|
}
|
|
@@ -21708,12 +21945,12 @@ table tr th.ant-table-selection-column::after {
|
|
|
21708
21945
|
.ant-table-row-expand-icon:focus,
|
|
21709
21946
|
.ant-table-row-expand-icon:hover,
|
|
21710
21947
|
.ant-table-row-expand-icon:active {
|
|
21711
|
-
border-color:
|
|
21948
|
+
border-color: currentcolor;
|
|
21712
21949
|
}
|
|
21713
21950
|
.ant-table-row-expand-icon::before,
|
|
21714
21951
|
.ant-table-row-expand-icon::after {
|
|
21715
21952
|
position: absolute;
|
|
21716
|
-
background:
|
|
21953
|
+
background: currentcolor;
|
|
21717
21954
|
transition: transform 0.3s ease-out;
|
|
21718
21955
|
content: '';
|
|
21719
21956
|
}
|
|
@@ -22549,7 +22786,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22549
22786
|
}
|
|
22550
22787
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
22551
22788
|
color: #0992f8;
|
|
22552
|
-
text-shadow: 0 0 0.25px
|
|
22789
|
+
text-shadow: 0 0 0.25px currentcolor;
|
|
22553
22790
|
}
|
|
22554
22791
|
.ant-tabs-tab.ant-tabs-tab-disabled {
|
|
22555
22792
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -23706,6 +23943,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23706
23943
|
}
|
|
23707
23944
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
|
|
23708
23945
|
cursor: not-allowed;
|
|
23946
|
+
pointer-events: none;
|
|
23709
23947
|
}
|
|
23710
23948
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
|
|
23711
23949
|
background-color: #f5f5f5;
|
|
@@ -24161,6 +24399,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24161
24399
|
}
|
|
24162
24400
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
|
|
24163
24401
|
cursor: not-allowed;
|
|
24402
|
+
pointer-events: none;
|
|
24164
24403
|
}
|
|
24165
24404
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
|
|
24166
24405
|
background-color: #f5f5f5;
|