@qn-pandora/pandora-component 5.1.0 → 5.1.2

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 (280) hide show
  1. package/README.md +36 -36
  2. package/es/components/AutoComplete/index.js +2 -2
  3. package/es/components/AutoComplete/style.css +127 -39
  4. package/es/components/AutoComplete/style.less +8 -8
  5. package/es/components/Breadcrumb/style.css +13 -3
  6. package/es/components/Breadcrumb/style.less +9 -9
  7. package/es/components/Button/style.css +282 -176
  8. package/es/components/Button/style.less +51 -51
  9. package/es/components/Card/RowExtra/style.css +6 -0
  10. package/es/components/Card/RowExtra/style.less +8 -8
  11. package/es/components/Card/SearchInput/style.less +8 -8
  12. package/es/components/Card/style.css +61 -66
  13. package/es/components/Card/style.less +11 -11
  14. package/es/components/CheckTransformList/style.css +345 -121
  15. package/es/components/CheckTransformList/style.less +35 -35
  16. package/es/components/Checkbox/index.js +9 -1
  17. package/es/components/Checkbox/style.css +5 -0
  18. package/es/components/Checkbox/style.less +5 -5
  19. package/es/components/CheckboxList/style.css +10 -5
  20. package/es/components/CheckboxList/style.less +11 -11
  21. package/es/components/Collapse/style.css +35 -3
  22. package/es/components/Collapse/style.less +58 -58
  23. package/es/components/CollapsiblePanel/style.less +63 -63
  24. package/es/components/DateTimePicker/Base/index.d.ts +3 -0
  25. package/es/components/DateTimePicker/Base/index.js +51 -6
  26. package/es/components/DateTimePicker/Base/style.css +508 -112
  27. package/es/components/DateTimePicker/Base/style.less +167 -160
  28. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  29. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  30. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  31. package/es/components/DateTimePicker/DisplayInput/index.js +3 -1
  32. package/es/components/DateTimePicker/DisplayInput/style.css +231 -53
  33. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  34. package/es/components/DateTimePicker/constants.d.ts +9 -3
  35. package/es/components/DateTimePicker/constants.js +1 -0
  36. package/es/components/DateTimePicker/index.js +1 -1
  37. package/es/components/DateTimePicker/style.css +77 -46
  38. package/es/components/DateTimePicker/style.less +19 -19
  39. package/es/components/DateTimePicker/time.d.ts +1 -0
  40. package/es/components/DateTimePicker/time.js +1 -0
  41. package/es/components/DateTimePicker/transform.js +4 -2
  42. package/es/components/Descriptions/style.css +77 -46
  43. package/es/components/Descriptions/style.less +16 -16
  44. package/es/components/Drawer/CloseIcon/style.less +8 -8
  45. package/es/components/Drawer/index.d.ts +6 -6
  46. package/es/components/Drawer/index.js +4 -4
  47. package/es/components/Drawer/style.css +244 -169
  48. package/es/components/Drawer/style.less +69 -61
  49. package/es/components/FileResumable/index.js +2 -3
  50. package/es/components/FileResumable/style.css +20 -50
  51. package/es/components/FileResumable/style.less +94 -94
  52. package/es/components/FlameGraph/customTooltip.d.ts +22 -0
  53. package/es/components/FlameGraph/customTooltip.js +91 -0
  54. package/es/components/FlameGraph/index.d.ts +16 -0
  55. package/es/components/FlameGraph/index.js +96 -0
  56. package/es/components/FlameGraph/style.css +8 -0
  57. package/es/components/FlameGraph/style.less +14 -0
  58. package/es/components/Input/index.d.ts +1 -1
  59. package/es/components/Input/style.css +231 -53
  60. package/es/components/Input/style.less +12 -12
  61. package/es/components/KeyValuePair/style.less +25 -25
  62. package/es/components/Menu/Option.d.ts +1 -1
  63. package/es/components/Menu/Option.js +12 -4
  64. package/es/components/Menu/style.css +31 -22
  65. package/es/components/Menu/style.less +18 -18
  66. package/es/components/Modal/style.css +11 -8
  67. package/es/components/Modal/style.less +30 -30
  68. package/es/components/NameExplainTooltip/style.css +1 -1
  69. package/es/components/NameExplainTooltip/style.less +10 -10
  70. package/es/components/NameLimiter/index.js +1 -1
  71. package/es/components/NameLimiter/style.css +83 -55
  72. package/es/components/NameLimiter/style.less +19 -19
  73. package/es/components/OptionList/InlineOptionList/style.css +22 -9
  74. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  75. package/es/components/OptionList/OptionItem/style.css +85 -57
  76. package/es/components/OptionList/OptionItem/style.less +25 -25
  77. package/es/components/OptionList/PopoverOptionList/index.js +1 -1
  78. package/es/components/OptionList/PopoverOptionList/style.css +80 -49
  79. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  80. package/es/components/OptionList/style.css +187 -115
  81. package/es/components/OptionList/style.less +3 -3
  82. package/es/components/RadioGroup/style.css +51 -40
  83. package/es/components/RadioGroup/style.less +41 -41
  84. package/es/components/RangeInput/style.css +604 -87
  85. package/es/components/RangeInput/style.less +37 -37
  86. package/es/components/RemarkName/style.css +83 -55
  87. package/es/components/RemarkName/style.less +2 -2
  88. package/es/components/Selector/style.css +127 -39
  89. package/es/components/Selector/style.less +99 -99
  90. package/es/components/Spin/style.css +10 -8
  91. package/es/components/Spin/style.less +26 -26
  92. package/es/components/Steps/ControlButton/style.less +5 -5
  93. package/es/components/Steps/style.css +59 -21
  94. package/es/components/Steps/style.less +48 -48
  95. package/es/components/Table/ColumnSetting/index.d.ts +1 -0
  96. package/es/components/Table/ColumnSetting/index.js +19 -14
  97. package/es/components/Table/ColumnSetting/style.css +2 -5
  98. package/es/components/Table/ColumnSetting/style.less +50 -51
  99. package/es/components/Table/ColumnTag/style.css +4 -4
  100. package/es/components/Table/ColumnTag/style.less +40 -40
  101. package/es/components/Table/EmptyText.d.ts +7 -0
  102. package/es/components/Table/EmptyText.js +22 -0
  103. package/es/components/Table/ResizableTitle/style.less +25 -25
  104. package/es/components/Table/index.d.ts +19 -88
  105. package/es/components/Table/index.js +142 -326
  106. package/es/components/Table/style.css +146 -98
  107. package/es/components/Table/style.less +364 -345
  108. package/es/components/Table/type.d.ts +63 -0
  109. package/es/components/Table/type.js +5 -0
  110. package/es/components/Table/util.d.ts +58 -0
  111. package/es/components/Table/util.js +218 -0
  112. package/es/components/Tabs/style.css +127 -78
  113. package/es/components/Tabs/style.less +33 -33
  114. package/es/components/TagList/Tag/style.css +5 -5
  115. package/es/components/TagList/Tag/style.less +72 -72
  116. package/es/components/TagList/TagSwitch/style.css +1 -1
  117. package/es/components/TagList/TagSwitch/style.less +28 -28
  118. package/es/components/TagList/style.css +6 -6
  119. package/es/components/TagList/style.less +28 -28
  120. package/es/components/Timeline/TimelineItem/style.css +1 -1
  121. package/es/components/Timeline/TimelineItem/style.less +49 -49
  122. package/es/components/Timeline/style.less +23 -23
  123. package/es/components/TopologyChart/index.d.ts +7 -0
  124. package/es/components/TopologyChart/index.js +19 -0
  125. package/es/components/TopologyChart/style.css +14 -0
  126. package/es/components/TopologyChart/style.less +14 -0
  127. package/es/components/Transfer/List/style.less +19 -19
  128. package/es/components/Transfer/ListBody/style.less +18 -18
  129. package/es/components/Transfer/style.less +14 -14
  130. package/es/components/TreeSelector/style.css +42 -30
  131. package/es/components/TreeSelector/style.less +56 -56
  132. package/es/constants/language/datetime/en.js +4 -2
  133. package/es/constants/language/datetime/type.d.ts +4 -2
  134. package/es/constants/language/datetime/zh.js +4 -2
  135. package/es/index.css +9067 -7963
  136. package/es/index.d.ts +2 -0
  137. package/es/index.js +2 -0
  138. package/es/index.less +56 -54
  139. package/es/style/mixin.less +45 -45
  140. package/es/style/theme.less +416 -416
  141. package/lib/components/AutoComplete/index.js +2 -2
  142. package/lib/components/AutoComplete/style.css +127 -39
  143. package/lib/components/AutoComplete/style.less +8 -8
  144. package/lib/components/Breadcrumb/style.css +13 -3
  145. package/lib/components/Breadcrumb/style.less +9 -9
  146. package/lib/components/Button/style.css +282 -176
  147. package/lib/components/Button/style.less +51 -51
  148. package/lib/components/Card/RowExtra/style.css +6 -0
  149. package/lib/components/Card/RowExtra/style.less +8 -8
  150. package/lib/components/Card/SearchInput/style.less +8 -8
  151. package/lib/components/Card/style.css +61 -66
  152. package/lib/components/Card/style.less +11 -11
  153. package/lib/components/CheckTransformList/style.css +345 -121
  154. package/lib/components/CheckTransformList/style.less +35 -35
  155. package/lib/components/Checkbox/index.js +9 -1
  156. package/lib/components/Checkbox/style.css +5 -0
  157. package/lib/components/Checkbox/style.less +5 -5
  158. package/lib/components/CheckboxList/style.css +10 -5
  159. package/lib/components/CheckboxList/style.less +11 -11
  160. package/lib/components/Collapse/style.css +35 -3
  161. package/lib/components/Collapse/style.less +58 -58
  162. package/lib/components/CollapsiblePanel/style.less +63 -63
  163. package/lib/components/DateTimePicker/Base/index.d.ts +3 -0
  164. package/lib/components/DateTimePicker/Base/index.js +51 -6
  165. package/lib/components/DateTimePicker/Base/style.css +508 -112
  166. package/lib/components/DateTimePicker/Base/style.less +167 -160
  167. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  168. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  169. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  170. package/lib/components/DateTimePicker/DisplayInput/index.js +3 -1
  171. package/lib/components/DateTimePicker/DisplayInput/style.css +231 -53
  172. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  173. package/lib/components/DateTimePicker/constants.d.ts +9 -3
  174. package/lib/components/DateTimePicker/constants.js +1 -0
  175. package/lib/components/DateTimePicker/index.js +1 -1
  176. package/lib/components/DateTimePicker/style.css +77 -46
  177. package/lib/components/DateTimePicker/style.less +19 -19
  178. package/lib/components/DateTimePicker/time.d.ts +1 -0
  179. package/lib/components/DateTimePicker/time.js +1 -0
  180. package/lib/components/DateTimePicker/transform.js +4 -2
  181. package/lib/components/Descriptions/style.css +77 -46
  182. package/lib/components/Descriptions/style.less +16 -16
  183. package/lib/components/Drawer/CloseIcon/style.less +8 -8
  184. package/lib/components/Drawer/index.d.ts +6 -6
  185. package/lib/components/Drawer/index.js +4 -4
  186. package/lib/components/Drawer/style.css +244 -169
  187. package/lib/components/Drawer/style.less +69 -61
  188. package/lib/components/FileResumable/index.js +2 -3
  189. package/lib/components/FileResumable/style.css +20 -50
  190. package/lib/components/FileResumable/style.less +94 -94
  191. package/lib/components/FlameGraph/customTooltip.d.ts +22 -0
  192. package/lib/components/FlameGraph/customTooltip.js +114 -0
  193. package/lib/components/FlameGraph/index.d.ts +16 -0
  194. package/lib/components/FlameGraph/index.js +117 -0
  195. package/lib/components/FlameGraph/style.css +8 -0
  196. package/lib/components/FlameGraph/style.less +14 -0
  197. package/lib/components/Input/index.d.ts +1 -1
  198. package/lib/components/Input/style.css +231 -53
  199. package/lib/components/Input/style.less +12 -12
  200. package/lib/components/KeyValuePair/style.less +25 -25
  201. package/lib/components/Menu/Option.d.ts +1 -1
  202. package/lib/components/Menu/Option.js +17 -25
  203. package/lib/components/Menu/style.css +31 -22
  204. package/lib/components/Menu/style.less +18 -18
  205. package/lib/components/Modal/style.css +11 -8
  206. package/lib/components/Modal/style.less +30 -30
  207. package/lib/components/NameExplainTooltip/style.css +1 -1
  208. package/lib/components/NameExplainTooltip/style.less +10 -10
  209. package/lib/components/NameLimiter/index.js +1 -1
  210. package/lib/components/NameLimiter/style.css +83 -55
  211. package/lib/components/NameLimiter/style.less +19 -19
  212. package/lib/components/OptionList/InlineOptionList/style.css +22 -9
  213. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  214. package/lib/components/OptionList/OptionItem/style.css +85 -57
  215. package/lib/components/OptionList/OptionItem/style.less +25 -25
  216. package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
  217. package/lib/components/OptionList/PopoverOptionList/style.css +80 -49
  218. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  219. package/lib/components/OptionList/style.css +187 -115
  220. package/lib/components/OptionList/style.less +3 -3
  221. package/lib/components/RadioGroup/style.css +51 -40
  222. package/lib/components/RadioGroup/style.less +41 -41
  223. package/lib/components/RangeInput/style.css +604 -87
  224. package/lib/components/RangeInput/style.less +37 -37
  225. package/lib/components/RemarkName/style.css +83 -55
  226. package/lib/components/RemarkName/style.less +2 -2
  227. package/lib/components/Selector/style.css +127 -39
  228. package/lib/components/Selector/style.less +99 -99
  229. package/lib/components/Spin/style.css +10 -8
  230. package/lib/components/Spin/style.less +26 -26
  231. package/lib/components/Steps/ControlButton/style.less +5 -5
  232. package/lib/components/Steps/style.css +59 -21
  233. package/lib/components/Steps/style.less +48 -48
  234. package/lib/components/Table/ColumnSetting/index.d.ts +1 -0
  235. package/lib/components/Table/ColumnSetting/index.js +19 -14
  236. package/lib/components/Table/ColumnSetting/style.css +2 -5
  237. package/lib/components/Table/ColumnSetting/style.less +50 -51
  238. package/lib/components/Table/ColumnTag/style.css +4 -4
  239. package/lib/components/Table/ColumnTag/style.less +40 -40
  240. package/lib/components/Table/EmptyText.d.ts +7 -0
  241. package/lib/components/Table/EmptyText.js +27 -0
  242. package/lib/components/Table/ResizableTitle/style.less +25 -25
  243. package/lib/components/Table/index.d.ts +19 -88
  244. package/lib/components/Table/index.js +145 -327
  245. package/lib/components/Table/style.css +146 -98
  246. package/lib/components/Table/style.less +364 -345
  247. package/lib/components/Table/type.d.ts +63 -0
  248. package/lib/components/Table/type.js +8 -0
  249. package/lib/components/Table/util.d.ts +58 -0
  250. package/lib/components/Table/util.js +227 -0
  251. package/lib/components/Tabs/style.css +127 -78
  252. package/lib/components/Tabs/style.less +33 -33
  253. package/lib/components/TagList/Tag/style.css +5 -5
  254. package/lib/components/TagList/Tag/style.less +72 -72
  255. package/lib/components/TagList/TagSwitch/style.css +1 -1
  256. package/lib/components/TagList/TagSwitch/style.less +28 -28
  257. package/lib/components/TagList/style.css +6 -6
  258. package/lib/components/TagList/style.less +28 -28
  259. package/lib/components/Timeline/TimelineItem/style.css +1 -1
  260. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  261. package/lib/components/Timeline/style.less +23 -23
  262. package/lib/components/TopologyChart/index.d.ts +7 -0
  263. package/lib/components/TopologyChart/index.js +28 -0
  264. package/lib/components/TopologyChart/style.css +14 -0
  265. package/lib/components/TopologyChart/style.less +14 -0
  266. package/lib/components/Transfer/List/style.less +19 -19
  267. package/lib/components/Transfer/ListBody/style.less +18 -18
  268. package/lib/components/Transfer/style.less +14 -14
  269. package/lib/components/TreeSelector/style.css +42 -30
  270. package/lib/components/TreeSelector/style.less +56 -56
  271. package/lib/constants/language/datetime/en.js +4 -2
  272. package/lib/constants/language/datetime/type.d.ts +4 -2
  273. package/lib/constants/language/datetime/zh.js +4 -2
  274. package/lib/index.css +4782 -3678
  275. package/lib/index.d.ts +2 -0
  276. package/lib/index.js +8 -1
  277. package/lib/index.less +56 -54
  278. package/lib/style/mixin.less +45 -45
  279. package/lib/style/theme.less +416 -416
  280. package/package.json +10 -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;
@@ -78,13 +78,13 @@
78
78
  }
79
79
  .ant-btn:hover,
80
80
  .ant-btn:focus {
81
- color: #528cde;
82
- border-color: #528cde;
81
+ color: #6b90ff;
82
+ border-color: #6b90ff;
83
83
  background: #ffffff;
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 {
@@ -97,12 +97,12 @@
97
97
  content: '';
98
98
  }
99
99
  .ant-btn:active {
100
- color: #1b4eab;
101
- border-color: #1b4eab;
100
+ color: #2e4dd9;
101
+ border-color: #2e4dd9;
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;
@@ -119,7 +119,7 @@
119
119
  .ant-btn[disabled]:active {
120
120
  color: #eeeeee;
121
121
  border-color: #e5e5e5;
122
- background: rgba(44, 109, 210, 0.7);
122
+ background: rgba(67, 107, 255, 0.7);
123
123
  text-shadow: none;
124
124
  -webkit-box-shadow: none;
125
125
  box-shadow: none;
@@ -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,
@@ -153,14 +153,14 @@
153
153
  }
154
154
  .ant-btn-primary {
155
155
  color: #ffffff;
156
- border-color: #2c6dd2;
157
- background: #2c6dd2;
156
+ border-color: #436bff;
157
+ background: #436bff;
158
158
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
159
159
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
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;
@@ -174,12 +174,12 @@
174
174
  .ant-btn-primary:hover,
175
175
  .ant-btn-primary:focus {
176
176
  color: #ffffff;
177
- border-color: #528cde;
178
- background: #528cde;
177
+ border-color: #6b90ff;
178
+ background: #6b90ff;
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 {
@@ -193,11 +193,11 @@
193
193
  }
194
194
  .ant-btn-primary:active {
195
195
  color: #ffffff;
196
- border-color: #1b4eab;
197
- background: #1b4eab;
196
+ border-color: #2e4dd9;
197
+ background: #2e4dd9;
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;
@@ -214,7 +214,7 @@
214
214
  .ant-btn-primary[disabled]:active {
215
215
  color: #eeeeee;
216
216
  border-color: #e5e5e5;
217
- background: rgba(44, 109, 210, 0.7);
217
+ background: rgba(67, 107, 255, 0.7);
218
218
  text-shadow: none;
219
219
  -webkit-box-shadow: none;
220
220
  box-shadow: none;
@@ -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,
@@ -238,21 +238,21 @@
238
238
  content: '';
239
239
  }
240
240
  .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
241
- border-right-color: #9ca0a6;
242
- border-left-color: #9ca0a6;
241
+ border-right-color: #6b90ff;
242
+ border-left-color: #6b90ff;
243
243
  }
244
244
  .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
245
245
  border-color: #e5e5e5;
246
246
  }
247
247
  .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
248
- border-right-color: #9ca0a6;
248
+ border-right-color: #6b90ff;
249
249
  }
250
250
  .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
251
251
  border-right-color: #e5e5e5;
252
252
  }
253
253
  .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
254
254
  .ant-btn-group .ant-btn-primary + .ant-btn-primary {
255
- border-left-color: #9ca0a6;
255
+ border-left-color: #6b90ff;
256
256
  }
257
257
  .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
258
258
  .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
@@ -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;
@@ -277,13 +277,13 @@
277
277
  }
278
278
  .ant-btn-ghost:hover,
279
279
  .ant-btn-ghost:focus {
280
- color: #528cde;
281
- border-color: #528cde;
280
+ color: #6b90ff;
281
+ border-color: #6b90ff;
282
282
  background: transparent;
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 {
@@ -296,12 +296,12 @@
296
296
  content: '';
297
297
  }
298
298
  .ant-btn-ghost:active {
299
- color: #1b4eab;
300
- border-color: #1b4eab;
299
+ color: #2e4dd9;
300
+ border-color: #2e4dd9;
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;
@@ -318,7 +318,7 @@
318
318
  .ant-btn-ghost[disabled]:active {
319
319
  color: #eeeeee;
320
320
  border-color: #e5e5e5;
321
- background: rgba(44, 109, 210, 0.7);
321
+ background: rgba(67, 107, 255, 0.7);
322
322
  text-shadow: none;
323
323
  -webkit-box-shadow: none;
324
324
  box-shadow: none;
@@ -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;
@@ -361,13 +361,13 @@
361
361
  }
362
362
  .ant-btn-dashed:hover,
363
363
  .ant-btn-dashed:focus {
364
- color: #528cde;
365
- border-color: #528cde;
364
+ color: #6b90ff;
365
+ border-color: #6b90ff;
366
366
  background: #ffffff;
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 {
@@ -380,12 +380,12 @@
380
380
  content: '';
381
381
  }
382
382
  .ant-btn-dashed:active {
383
- color: #1b4eab;
384
- border-color: #1b4eab;
383
+ color: #2e4dd9;
384
+ border-color: #2e4dd9;
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;
@@ -402,7 +402,7 @@
402
402
  .ant-btn-dashed[disabled]:active {
403
403
  color: #eeeeee;
404
404
  border-color: #e5e5e5;
405
- background: rgba(44, 109, 210, 0.7);
405
+ background: rgba(67, 107, 255, 0.7);
406
406
  text-shadow: none;
407
407
  -webkit-box-shadow: none;
408
408
  box-shadow: none;
@@ -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;
@@ -488,7 +488,7 @@
488
488
  .ant-btn-danger[disabled]:active {
489
489
  color: #eeeeee;
490
490
  border-color: #e5e5e5;
491
- background: rgba(44, 109, 210, 0.7);
491
+ background: rgba(67, 107, 255, 0.7);
492
492
  text-shadow: none;
493
493
  -webkit-box-shadow: none;
494
494
  box-shadow: none;
@@ -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,
@@ -512,14 +512,14 @@
512
512
  content: '';
513
513
  }
514
514
  .ant-btn-link {
515
- color: #7a869a;
515
+ color: #436bff;
516
516
  border-color: transparent;
517
517
  background: transparent;
518
518
  -webkit-box-shadow: none;
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;
@@ -532,13 +532,13 @@
532
532
  }
533
533
  .ant-btn-link:hover,
534
534
  .ant-btn-link:focus {
535
- color: #528cde;
536
- border-color: #528cde;
535
+ color: #6b90ff;
536
+ border-color: #6b90ff;
537
537
  background: transparent;
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 {
@@ -551,12 +551,12 @@
551
551
  content: '';
552
552
  }
553
553
  .ant-btn-link:active {
554
- color: #1b4eab;
555
- border-color: #1b4eab;
554
+ color: #2e4dd9;
555
+ border-color: #2e4dd9;
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;
@@ -573,7 +573,7 @@
573
573
  .ant-btn-link[disabled]:active {
574
574
  color: #eeeeee;
575
575
  border-color: #e5e5e5;
576
- background: rgba(44, 109, 210, 0.7);
576
+ background: rgba(67, 107, 255, 0.7);
577
577
  text-shadow: none;
578
578
  -webkit-box-shadow: none;
579
579
  box-shadow: none;
@@ -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;
@@ -654,13 +654,13 @@
654
654
  }
655
655
  .ant-btn-text:hover,
656
656
  .ant-btn-text:focus {
657
- color: #528cde;
658
- border-color: #528cde;
657
+ color: #6b90ff;
658
+ border-color: #6b90ff;
659
659
  background: transparent;
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 {
@@ -673,12 +673,12 @@
673
673
  content: '';
674
674
  }
675
675
  .ant-btn-text:active {
676
- color: #1b4eab;
677
- border-color: #1b4eab;
676
+ color: #2e4dd9;
677
+ border-color: #2e4dd9;
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;
@@ -695,7 +695,7 @@
695
695
  .ant-btn-text[disabled]:active {
696
696
  color: #eeeeee;
697
697
  border-color: #e5e5e5;
698
- background: rgba(44, 109, 210, 0.7);
698
+ background: rgba(67, 107, 255, 0.7);
699
699
  text-shadow: none;
700
700
  -webkit-box-shadow: none;
701
701
  box-shadow: none;
@@ -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;
@@ -818,7 +818,7 @@
818
818
  .ant-btn-dangerous[disabled]:active {
819
819
  color: #eeeeee;
820
820
  border-color: #e5e5e5;
821
- background: rgba(44, 109, 210, 0.7);
821
+ background: rgba(67, 107, 255, 0.7);
822
822
  text-shadow: none;
823
823
  -webkit-box-shadow: none;
824
824
  box-shadow: none;
@@ -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;
@@ -904,7 +904,7 @@
904
904
  .ant-btn-dangerous.ant-btn-primary[disabled]:active {
905
905
  color: #eeeeee;
906
906
  border-color: #e5e5e5;
907
- background: rgba(44, 109, 210, 0.7);
907
+ background: rgba(67, 107, 255, 0.7);
908
908
  text-shadow: none;
909
909
  -webkit-box-shadow: none;
910
910
  box-shadow: none;
@@ -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;
@@ -948,13 +948,13 @@
948
948
  }
949
949
  .ant-btn-dangerous.ant-btn-link:hover,
950
950
  .ant-btn-dangerous.ant-btn-link:focus {
951
- color: #528cde;
952
- border-color: #528cde;
951
+ color: #6b90ff;
952
+ border-color: #6b90ff;
953
953
  background: transparent;
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 {
@@ -967,12 +967,12 @@
967
967
  content: '';
968
968
  }
969
969
  .ant-btn-dangerous.ant-btn-link:active {
970
- color: #1b4eab;
971
- border-color: #1b4eab;
970
+ color: #2e4dd9;
971
+ border-color: #2e4dd9;
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;
@@ -989,7 +989,7 @@
989
989
  .ant-btn-dangerous.ant-btn-link[disabled]:active {
990
990
  color: #eeeeee;
991
991
  border-color: #e5e5e5;
992
- background: rgba(44, 109, 210, 0.7);
992
+ background: rgba(67, 107, 255, 0.7);
993
993
  text-shadow: none;
994
994
  -webkit-box-shadow: none;
995
995
  box-shadow: none;
@@ -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;
@@ -1099,13 +1099,13 @@
1099
1099
  }
1100
1100
  .ant-btn-dangerous.ant-btn-text:hover,
1101
1101
  .ant-btn-dangerous.ant-btn-text:focus {
1102
- color: #528cde;
1103
- border-color: #528cde;
1102
+ color: #6b90ff;
1103
+ border-color: #6b90ff;
1104
1104
  background: transparent;
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 {
@@ -1118,12 +1118,12 @@
1118
1118
  content: '';
1119
1119
  }
1120
1120
  .ant-btn-dangerous.ant-btn-text:active {
1121
- color: #1b4eab;
1122
- border-color: #1b4eab;
1121
+ color: #2e4dd9;
1122
+ border-color: #2e4dd9;
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;
@@ -1140,7 +1140,7 @@
1140
1140
  .ant-btn-dangerous.ant-btn-text[disabled]:active {
1141
1141
  color: #eeeeee;
1142
1142
  border-color: #e5e5e5;
1143
- background: rgba(44, 109, 210, 0.7);
1143
+ background: rgba(67, 107, 255, 0.7);
1144
1144
  text-shadow: none;
1145
1145
  -webkit-box-shadow: none;
1146
1146
  box-shadow: none;
@@ -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,
@@ -1535,12 +1505,12 @@ a.ant-btn-icon-only > .anticon {
1535
1505
  }
1536
1506
  .ant-btn.ant-btn-background-ghost:hover,
1537
1507
  .ant-btn.ant-btn-background-ghost:focus {
1538
- color: #9ca0a6;
1539
- border-color: #9ca0a6;
1508
+ color: #6b90ff;
1509
+ border-color: #6b90ff;
1540
1510
  }
1541
1511
  .ant-btn.ant-btn-background-ghost:active {
1542
- color: #555f73;
1543
- border-color: #555f73;
1512
+ color: #2e4dd9;
1513
+ border-color: #2e4dd9;
1544
1514
  }
1545
1515
  .ant-btn.ant-btn-background-ghost[disabled] {
1546
1516
  color: rgba(0, 0, 0, 0.25);
@@ -1548,12 +1518,12 @@ a.ant-btn-icon-only > .anticon {
1548
1518
  border-color: #e5e5e5;
1549
1519
  }
1550
1520
  .ant-btn-background-ghost.ant-btn-primary {
1551
- color: #2c6dd2;
1552
- border-color: #2c6dd2;
1521
+ color: #436bff;
1522
+ border-color: #436bff;
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;
@@ -1566,12 +1536,12 @@ a.ant-btn-icon-only > .anticon {
1566
1536
  }
1567
1537
  .ant-btn-background-ghost.ant-btn-primary:hover,
1568
1538
  .ant-btn-background-ghost.ant-btn-primary:focus {
1569
- color: #528cde;
1570
- border-color: #528cde;
1539
+ color: #6b90ff;
1540
+ border-color: #6b90ff;
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 {
@@ -1584,11 +1554,11 @@ a.ant-btn-icon-only > .anticon {
1584
1554
  content: '';
1585
1555
  }
1586
1556
  .ant-btn-background-ghost.ant-btn-primary:active {
1587
- color: #1b4eab;
1588
- border-color: #1b4eab;
1557
+ color: #2e4dd9;
1558
+ border-color: #2e4dd9;
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;
@@ -1605,7 +1575,7 @@ a.ant-btn-icon-only > .anticon {
1605
1575
  .ant-btn-background-ghost.ant-btn-primary[disabled]:active {
1606
1576
  color: #eeeeee;
1607
1577
  border-color: #e5e5e5;
1608
- background: rgba(44, 109, 210, 0.7);
1578
+ background: rgba(67, 107, 255, 0.7);
1609
1579
  text-shadow: none;
1610
1580
  -webkit-box-shadow: none;
1611
1581
  box-shadow: none;
@@ -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;
@@ -1686,7 +1656,7 @@ a.ant-btn-icon-only > .anticon {
1686
1656
  .ant-btn-background-ghost.ant-btn-danger[disabled]:active {
1687
1657
  color: #eeeeee;
1688
1658
  border-color: #e5e5e5;
1689
- background: rgba(44, 109, 210, 0.7);
1659
+ background: rgba(67, 107, 255, 0.7);
1690
1660
  text-shadow: none;
1691
1661
  -webkit-box-shadow: none;
1692
1662
  box-shadow: none;
@@ -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;
@@ -1767,7 +1737,7 @@ a.ant-btn-icon-only > .anticon {
1767
1737
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
1768
1738
  color: #eeeeee;
1769
1739
  border-color: #e5e5e5;
1770
- background: rgba(44, 109, 210, 0.7);
1740
+ background: rgba(67, 107, 255, 0.7);
1771
1741
  text-shadow: none;
1772
1742
  -webkit-box-shadow: none;
1773
1743
  box-shadow: none;
@@ -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;
@@ -1848,7 +1818,7 @@ a.ant-btn-icon-only > .anticon {
1848
1818
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
1849
1819
  color: #eeeeee;
1850
1820
  border-color: #e5e5e5;
1851
- background: rgba(44, 109, 210, 0.7);
1821
+ background: rgba(67, 107, 255, 0.7);
1852
1822
  text-shadow: none;
1853
1823
  -webkit-box-shadow: none;
1854
1824
  box-shadow: none;
@@ -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,33 +1861,169 @@ 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: #6b90ff;
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: #6b90ff;
2008
+ content: ' ';
2009
+ }
1900
2010
  .ant-btn-rtl {
1901
2011
  direction: rtl;
1902
2012
  }
1903
2013
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
1904
2014
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
1905
- border-right-color: #9ca0a6;
2015
+ border-right-color: #6b90ff;
1906
2016
  border-left-color: #e5e5e5;
1907
2017
  }
1908
2018
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
1909
2019
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
1910
2020
  border-right-color: #e5e5e5;
1911
- border-left-color: #9ca0a6;
2021
+ border-left-color: #6b90ff;
1912
2022
  }
1913
2023
  .ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
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;
@@ -1956,7 +2062,7 @@ a.ant-btn-sm {
1956
2062
  }
1957
2063
  .pandora-sdk-button.pandora-sdk-size-small {
1958
2064
  font-size: 12px;
1959
- padding: 4px 14px;
2065
+ padding: 0px 7px;
1960
2066
  }
1961
2067
  .pandora-sdk-button.pandora-sdk-size-mini {
1962
2068
  font-size: 10px;