@qn-pandora/pandora-component 5.1.0 → 5.1.1

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.
Files changed (105) hide show
  1. package/es/components/AutoComplete/index.js +2 -2
  2. package/es/components/AutoComplete/style.css +110 -22
  3. package/es/components/Breadcrumb/style.css +13 -3
  4. package/es/components/Button/style.css +215 -109
  5. package/es/components/Card/RowExtra/style.css +6 -0
  6. package/es/components/Card/style.css +50 -55
  7. package/es/components/CheckTransformList/style.css +327 -103
  8. package/es/components/Checkbox/style.css +5 -0
  9. package/es/components/CheckboxList/style.css +5 -0
  10. package/es/components/Collapse/style.css +34 -2
  11. package/es/components/DateTimePicker/Base/style.css +446 -56
  12. package/es/components/DateTimePicker/DisplayInput/style.css +218 -40
  13. package/es/components/DateTimePicker/index.js +1 -1
  14. package/es/components/DateTimePicker/style.css +77 -46
  15. package/es/components/Descriptions/style.css +77 -46
  16. package/es/components/Drawer/index.d.ts +6 -6
  17. package/es/components/Drawer/index.js +4 -4
  18. package/es/components/Drawer/style.css +244 -169
  19. package/es/components/Drawer/style.less +8 -0
  20. package/es/components/FileResumable/style.css +12 -42
  21. package/es/components/Input/index.d.ts +1 -1
  22. package/es/components/Input/style.css +218 -40
  23. package/es/components/Menu/style.css +16 -7
  24. package/es/components/Modal/style.css +10 -7
  25. package/es/components/NameLimiter/index.js +1 -1
  26. package/es/components/NameLimiter/style.css +83 -55
  27. package/es/components/OptionList/InlineOptionList/style.css +21 -8
  28. package/es/components/OptionList/OptionItem/style.css +83 -55
  29. package/es/components/OptionList/PopoverOptionList/index.js +1 -1
  30. package/es/components/OptionList/PopoverOptionList/style.css +77 -46
  31. package/es/components/OptionList/style.css +181 -109
  32. package/es/components/RadioGroup/style.css +27 -16
  33. package/es/components/RangeInput/style.css +581 -64
  34. package/es/components/RemarkName/style.css +83 -55
  35. package/es/components/Selector/style.css +110 -22
  36. package/es/components/Spin/style.css +8 -6
  37. package/es/components/Steps/style.css +43 -5
  38. package/es/components/Table/ColumnSetting/style.css +2 -5
  39. package/es/components/Table/ColumnSetting/style.less +2 -3
  40. package/es/components/Table/index.d.ts +12 -9
  41. package/es/components/Table/index.js +73 -84
  42. package/es/components/Table/style.css +99 -61
  43. package/es/components/Tabs/style.css +117 -68
  44. package/es/components/TopologyChart/index.d.ts +7 -0
  45. package/es/components/TopologyChart/index.js +19 -0
  46. package/es/components/TopologyChart/style.css +14 -0
  47. package/es/components/TopologyChart/style.less +14 -0
  48. package/es/components/TreeSelector/style.css +21 -9
  49. package/es/index.css +8149 -7069
  50. package/es/index.d.ts +1 -0
  51. package/es/index.js +1 -0
  52. package/es/index.less +17 -16
  53. package/lib/components/AutoComplete/index.js +2 -2
  54. package/lib/components/AutoComplete/style.css +110 -22
  55. package/lib/components/Breadcrumb/style.css +13 -3
  56. package/lib/components/Button/style.css +215 -109
  57. package/lib/components/Card/RowExtra/style.css +6 -0
  58. package/lib/components/Card/style.css +50 -55
  59. package/lib/components/CheckTransformList/style.css +327 -103
  60. package/lib/components/Checkbox/style.css +5 -0
  61. package/lib/components/CheckboxList/style.css +5 -0
  62. package/lib/components/Collapse/style.css +34 -2
  63. package/lib/components/DateTimePicker/Base/style.css +446 -56
  64. package/lib/components/DateTimePicker/DisplayInput/style.css +218 -40
  65. package/lib/components/DateTimePicker/index.js +1 -1
  66. package/lib/components/DateTimePicker/style.css +77 -46
  67. package/lib/components/Descriptions/style.css +77 -46
  68. package/lib/components/Drawer/index.d.ts +6 -6
  69. package/lib/components/Drawer/index.js +4 -4
  70. package/lib/components/Drawer/style.css +244 -169
  71. package/lib/components/Drawer/style.less +8 -0
  72. package/lib/components/FileResumable/style.css +12 -42
  73. package/lib/components/Input/index.d.ts +1 -1
  74. package/lib/components/Input/style.css +218 -40
  75. package/lib/components/Menu/style.css +16 -7
  76. package/lib/components/Modal/style.css +10 -7
  77. package/lib/components/NameLimiter/index.js +1 -1
  78. package/lib/components/NameLimiter/style.css +83 -55
  79. package/lib/components/OptionList/InlineOptionList/style.css +21 -8
  80. package/lib/components/OptionList/OptionItem/style.css +83 -55
  81. package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
  82. package/lib/components/OptionList/PopoverOptionList/style.css +77 -46
  83. package/lib/components/OptionList/style.css +181 -109
  84. package/lib/components/RadioGroup/style.css +27 -16
  85. package/lib/components/RangeInput/style.css +581 -64
  86. package/lib/components/RemarkName/style.css +83 -55
  87. package/lib/components/Selector/style.css +110 -22
  88. package/lib/components/Spin/style.css +8 -6
  89. package/lib/components/Steps/style.css +43 -5
  90. package/lib/components/Table/ColumnSetting/style.css +2 -5
  91. package/lib/components/Table/ColumnSetting/style.less +2 -3
  92. package/lib/components/Table/index.d.ts +12 -9
  93. package/lib/components/Table/index.js +73 -84
  94. package/lib/components/Table/style.css +99 -61
  95. package/lib/components/Tabs/style.css +117 -68
  96. package/lib/components/TopologyChart/index.d.ts +7 -0
  97. package/lib/components/TopologyChart/index.js +28 -0
  98. package/lib/components/TopologyChart/style.css +14 -0
  99. package/lib/components/TopologyChart/style.less +14 -0
  100. package/lib/components/TreeSelector/style.css +21 -9
  101. package/lib/index.css +4307 -3227
  102. package/lib/index.d.ts +1 -0
  103. package/lib/index.js +6 -1
  104. package/lib/index.less +18 -17
  105. package/package.json +7 -6
@@ -65,7 +65,7 @@
65
65
  border-radius: 2px;
66
66
  }
67
67
  .ant-btn > a:only-child {
68
- color: currentColor;
68
+ color: currentcolor;
69
69
  }
70
70
  .ant-btn > a:only-child::after {
71
71
  position: absolute;
@@ -84,7 +84,7 @@
84
84
  }
85
85
  .ant-btn:hover > a:only-child,
86
86
  .ant-btn:focus > a:only-child {
87
- color: currentColor;
87
+ color: currentcolor;
88
88
  }
89
89
  .ant-btn:hover > a:only-child::after,
90
90
  .ant-btn:focus > a:only-child::after {
@@ -102,7 +102,7 @@
102
102
  background: #ffffff;
103
103
  }
104
104
  .ant-btn:active > a:only-child {
105
- color: currentColor;
105
+ color: currentcolor;
106
106
  }
107
107
  .ant-btn:active > a:only-child::after {
108
108
  position: absolute;
@@ -128,7 +128,7 @@
128
128
  .ant-btn[disabled]:hover > a:only-child,
129
129
  .ant-btn[disabled]:focus > a:only-child,
130
130
  .ant-btn[disabled]:active > a:only-child {
131
- color: currentColor;
131
+ color: currentcolor;
132
132
  }
133
133
  .ant-btn[disabled] > a:only-child::after,
134
134
  .ant-btn[disabled]:hover > a:only-child::after,
@@ -160,7 +160,7 @@
160
160
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
161
161
  }
162
162
  .ant-btn-primary > a:only-child {
163
- color: currentColor;
163
+ color: currentcolor;
164
164
  }
165
165
  .ant-btn-primary > a:only-child::after {
166
166
  position: absolute;
@@ -179,7 +179,7 @@
179
179
  }
180
180
  .ant-btn-primary:hover > a:only-child,
181
181
  .ant-btn-primary:focus > a:only-child {
182
- color: currentColor;
182
+ color: currentcolor;
183
183
  }
184
184
  .ant-btn-primary:hover > a:only-child::after,
185
185
  .ant-btn-primary:focus > a:only-child::after {
@@ -197,7 +197,7 @@
197
197
  background: #1b4eab;
198
198
  }
199
199
  .ant-btn-primary:active > a:only-child {
200
- color: currentColor;
200
+ color: currentcolor;
201
201
  }
202
202
  .ant-btn-primary:active > a:only-child::after {
203
203
  position: absolute;
@@ -223,7 +223,7 @@
223
223
  .ant-btn-primary[disabled]:hover > a:only-child,
224
224
  .ant-btn-primary[disabled]:focus > a:only-child,
225
225
  .ant-btn-primary[disabled]:active > a:only-child {
226
- color: currentColor;
226
+ color: currentcolor;
227
227
  }
228
228
  .ant-btn-primary[disabled] > a:only-child::after,
229
229
  .ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -264,7 +264,7 @@
264
264
  background: transparent;
265
265
  }
266
266
  .ant-btn-ghost > a:only-child {
267
- color: currentColor;
267
+ color: currentcolor;
268
268
  }
269
269
  .ant-btn-ghost > a:only-child::after {
270
270
  position: absolute;
@@ -283,7 +283,7 @@
283
283
  }
284
284
  .ant-btn-ghost:hover > a:only-child,
285
285
  .ant-btn-ghost:focus > a:only-child {
286
- color: currentColor;
286
+ color: currentcolor;
287
287
  }
288
288
  .ant-btn-ghost:hover > a:only-child::after,
289
289
  .ant-btn-ghost:focus > a:only-child::after {
@@ -301,7 +301,7 @@
301
301
  background: transparent;
302
302
  }
303
303
  .ant-btn-ghost:active > a:only-child {
304
- color: currentColor;
304
+ color: currentcolor;
305
305
  }
306
306
  .ant-btn-ghost:active > a:only-child::after {
307
307
  position: absolute;
@@ -327,7 +327,7 @@
327
327
  .ant-btn-ghost[disabled]:hover > a:only-child,
328
328
  .ant-btn-ghost[disabled]:focus > a:only-child,
329
329
  .ant-btn-ghost[disabled]:active > a:only-child {
330
- color: currentColor;
330
+ color: currentcolor;
331
331
  }
332
332
  .ant-btn-ghost[disabled] > a:only-child::after,
333
333
  .ant-btn-ghost[disabled]:hover > a:only-child::after,
@@ -348,7 +348,7 @@
348
348
  border-style: dashed;
349
349
  }
350
350
  .ant-btn-dashed > a:only-child {
351
- color: currentColor;
351
+ color: currentcolor;
352
352
  }
353
353
  .ant-btn-dashed > a:only-child::after {
354
354
  position: absolute;
@@ -367,7 +367,7 @@
367
367
  }
368
368
  .ant-btn-dashed:hover > a:only-child,
369
369
  .ant-btn-dashed:focus > a:only-child {
370
- color: currentColor;
370
+ color: currentcolor;
371
371
  }
372
372
  .ant-btn-dashed:hover > a:only-child::after,
373
373
  .ant-btn-dashed:focus > a:only-child::after {
@@ -385,7 +385,7 @@
385
385
  background: #ffffff;
386
386
  }
387
387
  .ant-btn-dashed:active > a:only-child {
388
- color: currentColor;
388
+ color: currentcolor;
389
389
  }
390
390
  .ant-btn-dashed:active > a:only-child::after {
391
391
  position: absolute;
@@ -411,7 +411,7 @@
411
411
  .ant-btn-dashed[disabled]:hover > a:only-child,
412
412
  .ant-btn-dashed[disabled]:focus > a:only-child,
413
413
  .ant-btn-dashed[disabled]:active > a:only-child {
414
- color: currentColor;
414
+ color: currentcolor;
415
415
  }
416
416
  .ant-btn-dashed[disabled] > a:only-child::after,
417
417
  .ant-btn-dashed[disabled]:hover > a:only-child::after,
@@ -434,7 +434,7 @@
434
434
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
435
435
  }
436
436
  .ant-btn-danger > a:only-child {
437
- color: currentColor;
437
+ color: currentcolor;
438
438
  }
439
439
  .ant-btn-danger > a:only-child::after {
440
440
  position: absolute;
@@ -453,7 +453,7 @@
453
453
  }
454
454
  .ant-btn-danger:hover > a:only-child,
455
455
  .ant-btn-danger:focus > a:only-child {
456
- color: currentColor;
456
+ color: currentcolor;
457
457
  }
458
458
  .ant-btn-danger:hover > a:only-child::after,
459
459
  .ant-btn-danger:focus > a:only-child::after {
@@ -471,7 +471,7 @@
471
471
  background: #cf1322;
472
472
  }
473
473
  .ant-btn-danger:active > a:only-child {
474
- color: currentColor;
474
+ color: currentcolor;
475
475
  }
476
476
  .ant-btn-danger:active > a:only-child::after {
477
477
  position: absolute;
@@ -497,7 +497,7 @@
497
497
  .ant-btn-danger[disabled]:hover > a:only-child,
498
498
  .ant-btn-danger[disabled]:focus > a:only-child,
499
499
  .ant-btn-danger[disabled]:active > a:only-child {
500
- color: currentColor;
500
+ color: currentcolor;
501
501
  }
502
502
  .ant-btn-danger[disabled] > a:only-child::after,
503
503
  .ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -519,7 +519,7 @@
519
519
  box-shadow: none;
520
520
  }
521
521
  .ant-btn-link > a:only-child {
522
- color: currentColor;
522
+ color: currentcolor;
523
523
  }
524
524
  .ant-btn-link > a:only-child::after {
525
525
  position: absolute;
@@ -538,7 +538,7 @@
538
538
  }
539
539
  .ant-btn-link:hover > a:only-child,
540
540
  .ant-btn-link:focus > a:only-child {
541
- color: currentColor;
541
+ color: currentcolor;
542
542
  }
543
543
  .ant-btn-link:hover > a:only-child::after,
544
544
  .ant-btn-link:focus > a:only-child::after {
@@ -556,7 +556,7 @@
556
556
  background: transparent;
557
557
  }
558
558
  .ant-btn-link:active > a:only-child {
559
- color: currentColor;
559
+ color: currentcolor;
560
560
  }
561
561
  .ant-btn-link:active > a:only-child::after {
562
562
  position: absolute;
@@ -582,7 +582,7 @@
582
582
  .ant-btn-link[disabled]:hover > a:only-child,
583
583
  .ant-btn-link[disabled]:focus > a:only-child,
584
584
  .ant-btn-link[disabled]:active > a:only-child {
585
- color: currentColor;
585
+ color: currentcolor;
586
586
  }
587
587
  .ant-btn-link[disabled] > a:only-child::after,
588
588
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -619,7 +619,7 @@
619
619
  .ant-btn-link[disabled]:hover > a:only-child,
620
620
  .ant-btn-link[disabled]:focus > a:only-child,
621
621
  .ant-btn-link[disabled]:active > a:only-child {
622
- color: currentColor;
622
+ color: currentcolor;
623
623
  }
624
624
  .ant-btn-link[disabled] > a:only-child::after,
625
625
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -641,7 +641,7 @@
641
641
  box-shadow: none;
642
642
  }
643
643
  .ant-btn-text > a:only-child {
644
- color: currentColor;
644
+ color: currentcolor;
645
645
  }
646
646
  .ant-btn-text > a:only-child::after {
647
647
  position: absolute;
@@ -660,7 +660,7 @@
660
660
  }
661
661
  .ant-btn-text:hover > a:only-child,
662
662
  .ant-btn-text:focus > a:only-child {
663
- color: currentColor;
663
+ color: currentcolor;
664
664
  }
665
665
  .ant-btn-text:hover > a:only-child::after,
666
666
  .ant-btn-text:focus > a:only-child::after {
@@ -678,7 +678,7 @@
678
678
  background: transparent;
679
679
  }
680
680
  .ant-btn-text:active > a:only-child {
681
- color: currentColor;
681
+ color: currentcolor;
682
682
  }
683
683
  .ant-btn-text:active > a:only-child::after {
684
684
  position: absolute;
@@ -704,7 +704,7 @@
704
704
  .ant-btn-text[disabled]:hover > a:only-child,
705
705
  .ant-btn-text[disabled]:focus > a:only-child,
706
706
  .ant-btn-text[disabled]:active > a:only-child {
707
- color: currentColor;
707
+ color: currentcolor;
708
708
  }
709
709
  .ant-btn-text[disabled] > a:only-child::after,
710
710
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -744,7 +744,7 @@
744
744
  .ant-btn-text[disabled]:hover > a:only-child,
745
745
  .ant-btn-text[disabled]:focus > a:only-child,
746
746
  .ant-btn-text[disabled]:active > a:only-child {
747
- color: currentColor;
747
+ color: currentcolor;
748
748
  }
749
749
  .ant-btn-text[disabled] > a:only-child::after,
750
750
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -764,7 +764,7 @@
764
764
  background: #ffffff;
765
765
  }
766
766
  .ant-btn-dangerous > a:only-child {
767
- color: currentColor;
767
+ color: currentcolor;
768
768
  }
769
769
  .ant-btn-dangerous > a:only-child::after {
770
770
  position: absolute;
@@ -783,7 +783,7 @@
783
783
  }
784
784
  .ant-btn-dangerous:hover > a:only-child,
785
785
  .ant-btn-dangerous:focus > a:only-child {
786
- color: currentColor;
786
+ color: currentcolor;
787
787
  }
788
788
  .ant-btn-dangerous:hover > a:only-child::after,
789
789
  .ant-btn-dangerous:focus > a:only-child::after {
@@ -801,7 +801,7 @@
801
801
  background: #ffffff;
802
802
  }
803
803
  .ant-btn-dangerous:active > a:only-child {
804
- color: currentColor;
804
+ color: currentcolor;
805
805
  }
806
806
  .ant-btn-dangerous:active > a:only-child::after {
807
807
  position: absolute;
@@ -827,7 +827,7 @@
827
827
  .ant-btn-dangerous[disabled]:hover > a:only-child,
828
828
  .ant-btn-dangerous[disabled]:focus > a:only-child,
829
829
  .ant-btn-dangerous[disabled]:active > a:only-child {
830
- color: currentColor;
830
+ color: currentcolor;
831
831
  }
832
832
  .ant-btn-dangerous[disabled] > a:only-child::after,
833
833
  .ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -850,7 +850,7 @@
850
850
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
851
851
  }
852
852
  .ant-btn-dangerous.ant-btn-primary > a:only-child {
853
- color: currentColor;
853
+ color: currentcolor;
854
854
  }
855
855
  .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
856
856
  position: absolute;
@@ -869,7 +869,7 @@
869
869
  }
870
870
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
871
871
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
872
- color: currentColor;
872
+ color: currentcolor;
873
873
  }
874
874
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
875
875
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
@@ -887,7 +887,7 @@
887
887
  background: #cf1322;
888
888
  }
889
889
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
890
- color: currentColor;
890
+ color: currentcolor;
891
891
  }
892
892
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
893
893
  position: absolute;
@@ -913,7 +913,7 @@
913
913
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
914
914
  .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
915
915
  .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
916
- color: currentColor;
916
+ color: currentcolor;
917
917
  }
918
918
  .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
919
919
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -935,7 +935,7 @@
935
935
  box-shadow: none;
936
936
  }
937
937
  .ant-btn-dangerous.ant-btn-link > a:only-child {
938
- color: currentColor;
938
+ color: currentcolor;
939
939
  }
940
940
  .ant-btn-dangerous.ant-btn-link > a:only-child::after {
941
941
  position: absolute;
@@ -954,7 +954,7 @@
954
954
  }
955
955
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
956
956
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
957
- color: currentColor;
957
+ color: currentcolor;
958
958
  }
959
959
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
960
960
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -972,7 +972,7 @@
972
972
  background: transparent;
973
973
  }
974
974
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
975
- color: currentColor;
975
+ color: currentcolor;
976
976
  }
977
977
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
978
978
  position: absolute;
@@ -998,7 +998,7 @@
998
998
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
999
999
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
1000
1000
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
1001
- color: currentColor;
1001
+ color: currentcolor;
1002
1002
  }
1003
1003
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
1004
1004
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -1020,7 +1020,7 @@
1020
1020
  }
1021
1021
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
1022
1022
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
1023
- color: currentColor;
1023
+ color: currentcolor;
1024
1024
  }
1025
1025
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
1026
1026
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -1038,7 +1038,7 @@
1038
1038
  background: transparent;
1039
1039
  }
1040
1040
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
1041
- color: currentColor;
1041
+ color: currentcolor;
1042
1042
  }
1043
1043
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
1044
1044
  position: absolute;
@@ -1064,7 +1064,7 @@
1064
1064
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
1065
1065
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
1066
1066
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
1067
- color: currentColor;
1067
+ color: currentcolor;
1068
1068
  }
1069
1069
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
1070
1070
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -1086,7 +1086,7 @@
1086
1086
  box-shadow: none;
1087
1087
  }
1088
1088
  .ant-btn-dangerous.ant-btn-text > a:only-child {
1089
- color: currentColor;
1089
+ color: currentcolor;
1090
1090
  }
1091
1091
  .ant-btn-dangerous.ant-btn-text > a:only-child::after {
1092
1092
  position: absolute;
@@ -1105,7 +1105,7 @@
1105
1105
  }
1106
1106
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
1107
1107
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
1108
- color: currentColor;
1108
+ color: currentcolor;
1109
1109
  }
1110
1110
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
1111
1111
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -1123,7 +1123,7 @@
1123
1123
  background: transparent;
1124
1124
  }
1125
1125
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
1126
- color: currentColor;
1126
+ color: currentcolor;
1127
1127
  }
1128
1128
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
1129
1129
  position: absolute;
@@ -1149,7 +1149,7 @@
1149
1149
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
1150
1150
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
1151
1151
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
1152
- color: currentColor;
1152
+ color: currentcolor;
1153
1153
  }
1154
1154
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
1155
1155
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -1171,7 +1171,7 @@
1171
1171
  }
1172
1172
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
1173
1173
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
1174
- color: currentColor;
1174
+ color: currentcolor;
1175
1175
  }
1176
1176
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
1177
1177
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -1189,7 +1189,7 @@
1189
1189
  background: rgba(0, 0, 0, 0.028);
1190
1190
  }
1191
1191
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
1192
- color: currentColor;
1192
+ color: currentcolor;
1193
1193
  }
1194
1194
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
1195
1195
  position: absolute;
@@ -1215,7 +1215,7 @@
1215
1215
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
1216
1216
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
1217
1217
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
1218
- color: currentColor;
1218
+ color: currentcolor;
1219
1219
  }
1220
1220
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
1221
1221
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -1268,6 +1268,9 @@
1268
1268
  -ms-flex-pack: center;
1269
1269
  justify-content: center;
1270
1270
  }
1271
+ .ant-btn-icon-only .anticon-loading {
1272
+ padding: 0 !important;
1273
+ }
1271
1274
  a.ant-btn-icon-only {
1272
1275
  vertical-align: -1px;
1273
1276
  }
@@ -1332,7 +1335,7 @@ a.ant-btn-icon-only > .anticon {
1332
1335
  }
1333
1336
  .ant-btn .anticon.anticon-plus > svg,
1334
1337
  .ant-btn .anticon.anticon-minus > svg {
1335
- shape-rendering: optimizeSpeed;
1338
+ shape-rendering: optimizespeed;
1336
1339
  }
1337
1340
  .ant-btn.ant-btn-loading {
1338
1341
  position: relative;
@@ -1342,8 +1345,8 @@ a.ant-btn-icon-only > .anticon {
1342
1345
  display: block;
1343
1346
  }
1344
1347
  .ant-btn > .ant-btn-loading-icon {
1345
- -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1346
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1348
+ -webkit-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);
1349
+ 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);
1347
1350
  }
1348
1351
  .ant-btn > .ant-btn-loading-icon .anticon {
1349
1352
  padding-right: 8px;
@@ -1354,9 +1357,6 @@ a.ant-btn-icon-only > .anticon {
1354
1357
  -webkit-animation: loadingCircle 1s infinite linear;
1355
1358
  animation: loadingCircle 1s infinite linear;
1356
1359
  }
1357
- .ant-btn > .ant-btn-loading-icon:only-child .anticon {
1358
- padding-right: 0;
1359
- }
1360
1360
  .ant-btn-group {
1361
1361
  position: relative;
1362
1362
  display: -webkit-inline-box;
@@ -1382,36 +1382,6 @@ a.ant-btn-icon-only > .anticon {
1382
1382
  .ant-btn-group .ant-btn-icon-only {
1383
1383
  font-size: 14px;
1384
1384
  }
1385
- .ant-btn-group-lg > .ant-btn,
1386
- .ant-btn-group-lg > span > .ant-btn {
1387
- height: 40px;
1388
- padding: 6.4px 15px;
1389
- font-size: 16px;
1390
- border-radius: 0;
1391
- }
1392
- .ant-btn-group-lg .ant-btn.ant-btn-icon-only {
1393
- width: 40px;
1394
- height: 40px;
1395
- padding-right: 0;
1396
- padding-left: 0;
1397
- }
1398
- .ant-btn-group-sm > .ant-btn,
1399
- .ant-btn-group-sm > span > .ant-btn {
1400
- height: 24px;
1401
- padding: 0px 7px;
1402
- font-size: 14px;
1403
- border-radius: 0;
1404
- }
1405
- .ant-btn-group-sm > .ant-btn > .anticon,
1406
- .ant-btn-group-sm > span > .ant-btn > .anticon {
1407
- font-size: 14px;
1408
- }
1409
- .ant-btn-group-sm .ant-btn.ant-btn-icon-only {
1410
- width: 24px;
1411
- height: 24px;
1412
- padding-right: 0;
1413
- padding-left: 0;
1414
- }
1415
1385
  .ant-btn-group .ant-btn + .ant-btn,
1416
1386
  .ant-btn + .ant-btn-group,
1417
1387
  .ant-btn-group span + .ant-btn,
@@ -1553,7 +1523,7 @@ a.ant-btn-icon-only > .anticon {
1553
1523
  text-shadow: none;
1554
1524
  }
1555
1525
  .ant-btn-background-ghost.ant-btn-primary > a:only-child {
1556
- color: currentColor;
1526
+ color: currentcolor;
1557
1527
  }
1558
1528
  .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
1559
1529
  position: absolute;
@@ -1571,7 +1541,7 @@ a.ant-btn-icon-only > .anticon {
1571
1541
  }
1572
1542
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
1573
1543
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
1574
- color: currentColor;
1544
+ color: currentcolor;
1575
1545
  }
1576
1546
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
1577
1547
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
@@ -1588,7 +1558,7 @@ a.ant-btn-icon-only > .anticon {
1588
1558
  border-color: #1b4eab;
1589
1559
  }
1590
1560
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
1591
- color: currentColor;
1561
+ color: currentcolor;
1592
1562
  }
1593
1563
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
1594
1564
  position: absolute;
@@ -1614,7 +1584,7 @@ a.ant-btn-icon-only > .anticon {
1614
1584
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
1615
1585
  .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
1616
1586
  .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
1617
- color: currentColor;
1587
+ color: currentcolor;
1618
1588
  }
1619
1589
  .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
1620
1590
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -1634,7 +1604,7 @@ a.ant-btn-icon-only > .anticon {
1634
1604
  text-shadow: none;
1635
1605
  }
1636
1606
  .ant-btn-background-ghost.ant-btn-danger > a:only-child {
1637
- color: currentColor;
1607
+ color: currentcolor;
1638
1608
  }
1639
1609
  .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
1640
1610
  position: absolute;
@@ -1652,7 +1622,7 @@ a.ant-btn-icon-only > .anticon {
1652
1622
  }
1653
1623
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
1654
1624
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
1655
- color: currentColor;
1625
+ color: currentcolor;
1656
1626
  }
1657
1627
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
1658
1628
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
@@ -1669,7 +1639,7 @@ a.ant-btn-icon-only > .anticon {
1669
1639
  border-color: #cf1322;
1670
1640
  }
1671
1641
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
1672
- color: currentColor;
1642
+ color: currentcolor;
1673
1643
  }
1674
1644
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
1675
1645
  position: absolute;
@@ -1695,7 +1665,7 @@ a.ant-btn-icon-only > .anticon {
1695
1665
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
1696
1666
  .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
1697
1667
  .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
1698
- color: currentColor;
1668
+ color: currentcolor;
1699
1669
  }
1700
1670
  .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
1701
1671
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -1715,7 +1685,7 @@ a.ant-btn-icon-only > .anticon {
1715
1685
  text-shadow: none;
1716
1686
  }
1717
1687
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
1718
- color: currentColor;
1688
+ color: currentcolor;
1719
1689
  }
1720
1690
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
1721
1691
  position: absolute;
@@ -1733,7 +1703,7 @@ a.ant-btn-icon-only > .anticon {
1733
1703
  }
1734
1704
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
1735
1705
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
1736
- color: currentColor;
1706
+ color: currentcolor;
1737
1707
  }
1738
1708
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
1739
1709
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
@@ -1750,7 +1720,7 @@ a.ant-btn-icon-only > .anticon {
1750
1720
  border-color: #cf1322;
1751
1721
  }
1752
1722
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
1753
- color: currentColor;
1723
+ color: currentcolor;
1754
1724
  }
1755
1725
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
1756
1726
  position: absolute;
@@ -1776,7 +1746,7 @@ a.ant-btn-icon-only > .anticon {
1776
1746
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
1777
1747
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
1778
1748
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
1779
- color: currentColor;
1749
+ color: currentcolor;
1780
1750
  }
1781
1751
  .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
1782
1752
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -1796,7 +1766,7 @@ a.ant-btn-icon-only > .anticon {
1796
1766
  text-shadow: none;
1797
1767
  }
1798
1768
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
1799
- color: currentColor;
1769
+ color: currentcolor;
1800
1770
  }
1801
1771
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
1802
1772
  position: absolute;
@@ -1814,7 +1784,7 @@ a.ant-btn-icon-only > .anticon {
1814
1784
  }
1815
1785
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
1816
1786
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
1817
- color: currentColor;
1787
+ color: currentcolor;
1818
1788
  }
1819
1789
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
1820
1790
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -1831,7 +1801,7 @@ a.ant-btn-icon-only > .anticon {
1831
1801
  border-color: transparent;
1832
1802
  }
1833
1803
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
1834
- color: currentColor;
1804
+ color: currentcolor;
1835
1805
  }
1836
1806
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
1837
1807
  position: absolute;
@@ -1857,7 +1827,7 @@ a.ant-btn-icon-only > .anticon {
1857
1827
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
1858
1828
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
1859
1829
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
1860
- color: currentColor;
1830
+ color: currentcolor;
1861
1831
  }
1862
1832
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
1863
1833
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -1878,7 +1848,7 @@ a.ant-btn-icon-only > .anticon {
1878
1848
  margin-right: -0.34em;
1879
1849
  letter-spacing: 0.34em;
1880
1850
  }
1881
- .ant-btn-block {
1851
+ .ant-btn.ant-btn-block {
1882
1852
  width: 100%;
1883
1853
  }
1884
1854
  .ant-btn:empty {
@@ -1891,12 +1861,152 @@ a.ant-btn {
1891
1861
  padding-top: 0.01px !important;
1892
1862
  line-height: 30px;
1893
1863
  }
1864
+ a.ant-btn-disabled {
1865
+ cursor: not-allowed;
1866
+ }
1867
+ a.ant-btn-disabled > * {
1868
+ pointer-events: none;
1869
+ }
1870
+ a.ant-btn-disabled,
1871
+ a.ant-btn-disabled:hover,
1872
+ a.ant-btn-disabled:focus,
1873
+ a.ant-btn-disabled:active {
1874
+ color: #eeeeee;
1875
+ border-color: transparent;
1876
+ background: transparent;
1877
+ text-shadow: none;
1878
+ -webkit-box-shadow: none;
1879
+ box-shadow: none;
1880
+ }
1881
+ a.ant-btn-disabled > a:only-child,
1882
+ a.ant-btn-disabled:hover > a:only-child,
1883
+ a.ant-btn-disabled:focus > a:only-child,
1884
+ a.ant-btn-disabled:active > a:only-child {
1885
+ color: currentcolor;
1886
+ }
1887
+ a.ant-btn-disabled > a:only-child::after,
1888
+ a.ant-btn-disabled:hover > a:only-child::after,
1889
+ a.ant-btn-disabled:focus > a:only-child::after,
1890
+ a.ant-btn-disabled:active > a:only-child::after {
1891
+ position: absolute;
1892
+ top: 0;
1893
+ right: 0;
1894
+ bottom: 0;
1895
+ left: 0;
1896
+ background: transparent;
1897
+ content: '';
1898
+ }
1894
1899
  a.ant-btn-lg {
1895
1900
  line-height: 38px;
1896
1901
  }
1897
1902
  a.ant-btn-sm {
1898
1903
  line-height: 22px;
1899
1904
  }
1905
+ .ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
1906
+ margin-right: -1px;
1907
+ }
1908
+ .ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
1909
+ margin-left: -1px;
1910
+ }
1911
+ .ant-btn-compact-item:hover,
1912
+ .ant-btn-compact-item:focus,
1913
+ .ant-btn-compact-item:active {
1914
+ z-index: 2;
1915
+ }
1916
+ .ant-btn-compact-item[disabled] {
1917
+ z-index: 0;
1918
+ }
1919
+ .ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
1920
+ border-radius: 0;
1921
+ }
1922
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
1923
+ border-top-right-radius: 0;
1924
+ border-bottom-right-radius: 0;
1925
+ }
1926
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
1927
+ border-top-left-radius: 0;
1928
+ border-bottom-left-radius: 0;
1929
+ }
1930
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
1931
+ border-top-left-radius: 0;
1932
+ border-bottom-left-radius: 0;
1933
+ }
1934
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
1935
+ border-top-right-radius: 0;
1936
+ border-bottom-right-radius: 0;
1937
+ }
1938
+ .ant-btn-icon-only.ant-btn-compact-item {
1939
+ -webkit-box-flex: 0;
1940
+ -ms-flex: none;
1941
+ flex: none;
1942
+ }
1943
+ .ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
1944
+ position: relative;
1945
+ }
1946
+ .ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
1947
+ position: absolute;
1948
+ top: -1px;
1949
+ left: -1px;
1950
+ display: inline-block;
1951
+ width: 1px;
1952
+ height: calc(100% + 1px * 2);
1953
+ background-color: #9ca0a6;
1954
+ content: ' ';
1955
+ }
1956
+ .ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
1957
+ border-top-left-radius: 0;
1958
+ border-bottom-left-radius: 0;
1959
+ }
1960
+ .ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
1961
+ border-top-right-radius: 0;
1962
+ border-bottom-right-radius: 0;
1963
+ }
1964
+ .ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
1965
+ border-top-left-radius: 0;
1966
+ border-bottom-left-radius: 0;
1967
+ }
1968
+ .ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
1969
+ border-top-right-radius: 0;
1970
+ border-bottom-right-radius: 0;
1971
+ }
1972
+ .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
1973
+ right: -1px;
1974
+ }
1975
+ .ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
1976
+ margin-bottom: -1px;
1977
+ }
1978
+ .ant-btn-compact-vertical-item:hover,
1979
+ .ant-btn-compact-vertical-item:focus,
1980
+ .ant-btn-compact-vertical-item:active {
1981
+ z-index: 2;
1982
+ }
1983
+ .ant-btn-compact-vertical-item[disabled] {
1984
+ z-index: 0;
1985
+ }
1986
+ .ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
1987
+ border-radius: 0;
1988
+ }
1989
+ .ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
1990
+ border-bottom-right-radius: 0;
1991
+ border-bottom-left-radius: 0;
1992
+ }
1993
+ .ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
1994
+ border-top-left-radius: 0;
1995
+ border-top-right-radius: 0;
1996
+ }
1997
+ .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
1998
+ position: relative;
1999
+ }
2000
+ .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
2001
+ position: absolute;
2002
+ top: -1px;
2003
+ left: -1px;
2004
+ display: inline-block;
2005
+ width: calc(100% + 1px * 2);
2006
+ height: 1px;
2007
+ background-color: #9ca0a6;
2008
+ content: ' ';
2009
+ }
1900
2010
  .ant-btn-rtl {
1901
2011
  direction: rtl;
1902
2012
  }
@@ -1914,10 +2024,6 @@ a.ant-btn-sm {
1914
2024
  padding-right: 0;
1915
2025
  padding-left: 8px;
1916
2026
  }
1917
- .ant-btn > .ant-btn-loading-icon:only-child .anticon {
1918
- padding-right: 0;
1919
- padding-left: 0;
1920
- }
1921
2027
  .ant-btn-rtl.ant-btn > .anticon + span,
1922
2028
  .ant-btn-rtl.ant-btn > span + .anticon {
1923
2029
  margin-right: 8px;