@fle-ui/next 1.0.5-alpha.4 → 1.0.5-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@fle-ui/next.css +1859 -5161
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +6349 -6355
- package/dist/@fle-ui/next.js.map +1 -1
- package/dist/@fle-ui/next.min.css +2 -2
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +4 -4
- package/dist/@fle-ui/next.min.js.map +1 -1
- package/es/affix/style/index.css +0 -42
- package/es/alert/style/index.css +17 -59
- package/es/anchor/Anchor.d.ts +1 -1
- package/es/anchor/style/index.css +5 -47
- package/es/auto-complete/style/index.css +1 -43
- package/es/avatar/avatar.js +8 -4
- package/es/avatar/style/index.css +1 -43
- package/es/back-top/style/index.css +3 -45
- package/es/badge/style/index.css +23 -65
- package/es/breadcrumb/style/index.css +7 -49
- package/es/button/button.d.ts +1 -1
- package/es/button/button.js +11 -7
- package/es/button/style/index.css +156 -206
- package/es/calendar/style/index.css +8 -50
- package/es/card/style/index.css +17 -59
- package/es/carousel/style/index.css +1 -43
- package/es/cascader/index.d.ts +1 -1
- package/es/cascader/index.js +13 -9
- package/es/cascader/style/index.css +24 -66
- package/es/checkbox/Checkbox.js +8 -4
- package/es/checkbox/style/index.css +17 -59
- package/es/collapse/style/index.css +8 -50
- package/es/comment/style/index.css +5 -47
- package/es/config-provider/context.js +5 -1
- package/es/config-provider/style/index.css +0 -42
- package/es/date-picker/style/index.css +84 -126
- package/es/descriptions/style/index.css +8 -50
- package/es/divider/style/index.css +7 -49
- package/es/drawer/index.js +5 -1
- package/es/drawer/style/index.css +5 -47
- package/es/dropdown/style/index.css +17 -59
- package/es/empty/style/index.css +2 -44
- package/es/form/style/index.css +18 -60
- package/es/grid/col.js +5 -1
- package/es/grid/row.js +5 -1
- package/es/grid/style/index.css +0 -42
- package/es/icon/style/index.css +0 -42
- package/es/image/style/index.css +1 -43
- package/es/index.d.ts +1 -2
- package/es/index.js +1 -2
- package/es/input/Password.d.ts +1 -1
- package/es/input/Password.js +9 -5
- package/es/input/Search.js +9 -5
- package/es/input/style/index.css +65 -107
- package/es/input-number/index.js +1 -1
- package/es/input-number/style/index.css +68 -110
- package/es/layout/Sider.js +11 -7
- package/es/layout/layout.js +6 -2
- package/es/layout/style/index.css +4 -46
- package/es/list/style/index.css +17 -59
- package/es/locale-provider/index.d.ts +2 -2
- package/es/locale-provider/style/index.css +0 -42
- package/es/mentions/index.d.ts +1 -1
- package/es/mentions/index.js +8 -4
- package/es/mentions/style/index.css +32 -74
- package/es/menu/style/index.css +46 -88
- package/es/message/style/index.css +5 -47
- package/es/modal/style/confirm.less +2 -2
- package/es/modal/style/css.js +2 -1
- package/es/modal/style/index.css +3 -45
- package/es/modal/style/index.js +2 -1
- package/es/modal/style/index.less +0 -1
- package/es/modal/style/modal.less +1 -1
- package/es/modal/style/rtl.less +2 -1
- package/es/notification/style/index.css +8 -50
- package/es/page-header/style/index.css +6 -48
- package/es/pagination/style/index.css +99 -118
- package/es/pagination/style/index.less +63 -22
- package/es/popconfirm/style/index.css +0 -42
- package/es/popover/index.js +5 -1
- package/es/popover/style/index.css +17 -59
- package/es/progress/style/index.css +17 -59
- package/es/radio/radio.js +9 -5
- package/es/radio/style/index.css +49 -91
- package/es/rate/index.js +5 -1
- package/es/rate/style/index.css +2 -44
- package/es/result/style/index.css +6 -48
- package/es/segmented/index.d.ts +1 -1
- package/es/segmented/index.js +6 -2
- package/es/segmented/style/index.css +3 -45
- package/es/select/style/index.css +32 -74
- package/es/skeleton/style/index.css +10 -52
- package/es/skeleton/style/index.less +3 -3
- package/es/slider/index.d.ts +1 -1
- package/es/slider/index.js +8 -4
- package/es/slider/style/index.css +22 -56
- package/es/slider/style/index.less +9 -0
- package/es/space/style/index.css +0 -42
- package/es/spin/style/index.css +4 -46
- package/es/statistic/style/index.css +3 -45
- package/es/steps/style/index.css +44 -86
- package/es/style/color/colors.less +6 -6
- package/es/style/index.css +13 -55
- package/es/style/themes/compact.less +6 -12
- package/es/style/themes/dark.less +106 -445
- package/es/style/themes/default.less +35 -61
- package/es/style/themes/index.less +2 -3
- package/es/style/themes/variable.less +39 -80
- package/es/switch/index.js +10 -6
- package/es/switch/style/index.css +6 -48
- package/es/table/hooks/useFilter/FilterDropdown.js +2 -16
- package/es/table/style/index.css +35 -77
- package/es/table/util.d.ts +1 -1
- package/es/tabs/style/index.css +22 -64
- package/es/tag/index.d.ts +1 -1
- package/es/tag/index.js +8 -4
- package/es/tag/style/index.css +39 -81
- package/es/time-picker/index.js +5 -1
- package/es/time-picker/style/index.css +0 -42
- package/es/timeline/index.d.ts +2 -2
- package/es/timeline/style/index.css +15 -57
- package/es/tooltip/index.d.ts +3 -3
- package/es/tooltip/index.js +9 -5
- package/es/tooltip/style/index.css +12 -54
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/style/index.css +28 -70
- package/es/tree/DirectoryTree.js +5 -1
- package/es/tree/index.d.ts +2 -2
- package/es/tree/style/index.css +29 -71
- package/es/tree-select/style/index.css +27 -69
- package/es/typography/Typography.js +6 -2
- package/es/typography/style/index.css +24 -66
- package/es/upload/Dragger.js +5 -1
- package/es/upload/Upload.js +10 -6
- package/es/upload/UploadList/index.js +13 -9
- package/es/upload/index.d.ts +1 -1
- package/es/upload/style/index.css +23 -65
- package/lib/affix/style/index.css +0 -42
- package/lib/alert/style/index.css +17 -59
- package/lib/anchor/Anchor.d.ts +1 -1
- package/lib/anchor/style/index.css +5 -47
- package/lib/auto-complete/style/index.css +1 -43
- package/lib/avatar/avatar.js +9 -5
- package/lib/avatar/style/index.css +1 -43
- package/lib/back-top/style/index.css +3 -45
- package/lib/badge/style/index.css +23 -65
- package/lib/breadcrumb/style/index.css +7 -49
- package/lib/button/button.d.ts +1 -1
- package/lib/button/button.js +13 -9
- package/lib/button/style/index.css +156 -206
- package/lib/calendar/style/index.css +8 -50
- package/lib/card/style/index.css +17 -59
- package/lib/carousel/style/index.css +1 -43
- package/lib/cascader/index.d.ts +1 -1
- package/lib/cascader/index.js +16 -12
- package/lib/cascader/style/index.css +24 -66
- package/lib/checkbox/Checkbox.js +10 -6
- package/lib/checkbox/style/index.css +17 -59
- package/lib/collapse/style/index.css +8 -50
- package/lib/comment/style/index.css +5 -47
- package/lib/config-provider/context.js +5 -1
- package/lib/config-provider/style/index.css +0 -42
- package/lib/date-picker/style/index.css +84 -126
- package/lib/descriptions/style/index.css +8 -50
- package/lib/divider/style/index.css +7 -49
- package/lib/drawer/index.js +5 -1
- package/lib/drawer/style/index.css +5 -47
- package/lib/dropdown/style/index.css +17 -59
- package/lib/empty/style/index.css +2 -44
- package/lib/form/style/index.css +18 -60
- package/lib/grid/col.js +5 -1
- package/lib/grid/row.js +5 -1
- package/lib/grid/style/index.css +0 -42
- package/lib/icon/style/index.css +0 -42
- package/lib/image/style/index.css +1 -43
- package/lib/index.d.ts +1 -2
- package/lib/index.js +0 -8
- package/lib/input/Password.d.ts +1 -1
- package/lib/input/Password.js +10 -6
- package/lib/input/Search.js +11 -7
- package/lib/input/style/index.css +65 -107
- package/lib/input-number/index.js +1 -1
- package/lib/input-number/style/index.css +68 -110
- package/lib/layout/Sider.js +13 -9
- package/lib/layout/layout.js +7 -3
- package/lib/layout/style/index.css +4 -46
- package/lib/list/style/index.css +17 -59
- package/lib/locale-provider/index.d.ts +2 -2
- package/lib/locale-provider/style/index.css +0 -42
- package/lib/mentions/index.d.ts +1 -1
- package/lib/mentions/index.js +10 -6
- package/lib/mentions/style/index.css +32 -74
- package/lib/menu/style/index.css +46 -88
- package/lib/message/style/index.css +5 -47
- package/lib/modal/style/confirm.less +2 -2
- package/lib/modal/style/index.css +3 -45
- package/lib/modal/style/index.less +0 -1
- package/lib/modal/style/modal.less +1 -1
- package/lib/modal/style/rtl.less +2 -1
- package/lib/notification/style/index.css +8 -50
- package/lib/page-header/style/index.css +6 -48
- package/lib/pagination/style/index.css +99 -118
- package/lib/pagination/style/index.less +63 -22
- package/lib/popconfirm/style/index.css +0 -42
- package/lib/popover/index.js +5 -1
- package/lib/popover/style/index.css +17 -59
- package/lib/progress/style/index.css +17 -59
- package/lib/radio/radio.js +11 -7
- package/lib/radio/style/index.css +49 -91
- package/lib/rate/index.js +5 -1
- package/lib/rate/style/index.css +2 -44
- package/lib/result/style/index.css +6 -48
- package/lib/segmented/index.d.ts +1 -1
- package/lib/segmented/index.js +7 -3
- package/lib/segmented/style/index.css +3 -45
- package/lib/select/style/index.css +32 -74
- package/lib/skeleton/style/index.css +10 -52
- package/lib/skeleton/style/index.less +3 -3
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +9 -5
- package/lib/slider/style/index.css +22 -56
- package/lib/slider/style/index.less +9 -0
- package/lib/space/style/index.css +0 -42
- package/lib/spin/style/index.css +4 -46
- package/lib/statistic/style/index.css +3 -45
- package/lib/steps/style/index.css +44 -86
- package/lib/style/color/colors.less +6 -6
- package/lib/style/index.css +13 -55
- package/lib/style/themes/compact.less +6 -12
- package/lib/style/themes/dark.less +106 -445
- package/lib/style/themes/default.less +35 -61
- package/lib/style/themes/index.less +2 -3
- package/lib/style/themes/variable.less +39 -80
- package/lib/switch/index.js +12 -8
- package/lib/switch/style/index.css +6 -48
- package/lib/table/hooks/useFilter/FilterDropdown.js +2 -16
- package/lib/table/style/index.css +35 -77
- package/lib/table/util.d.ts +1 -1
- package/lib/tabs/style/index.css +22 -64
- package/lib/tag/index.d.ts +1 -1
- package/lib/tag/index.js +9 -5
- package/lib/tag/style/index.css +39 -81
- package/lib/time-picker/index.js +5 -1
- package/lib/time-picker/style/index.css +0 -42
- package/lib/timeline/index.d.ts +2 -2
- package/lib/timeline/style/index.css +15 -57
- package/lib/tooltip/index.d.ts +3 -3
- package/lib/tooltip/index.js +11 -7
- package/lib/tooltip/style/index.css +12 -54
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/style/index.css +28 -70
- package/lib/tree/DirectoryTree.js +5 -1
- package/lib/tree/index.d.ts +2 -2
- package/lib/tree/style/index.css +29 -71
- package/lib/tree-select/style/index.css +27 -69
- package/lib/typography/Typography.js +7 -3
- package/lib/typography/style/index.css +24 -66
- package/lib/upload/Dragger.js +5 -1
- package/lib/upload/Upload.js +12 -8
- package/lib/upload/UploadList/index.js +16 -12
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/style/index.css +23 -65
- package/package.json +2 -2
- package/report.html +2 -2
- package/es/config-provider/renderEmpty.d.ts +0 -4
- package/es/config-provider/renderEmpty.js +0 -41
- package/es/pagination/MiniSelect.d.ts +0 -7
- package/es/pagination/MiniSelect.js +0 -12
- package/es/typography/util.d.ts +0 -11
- package/es/typography/util.js +0 -234
- package/es/version/index.d.ts +0 -2
- package/es/version/index.js +0 -4
- package/es/version/style/css.js +0 -2
- package/es/version/style/index.d.ts +0 -1
- package/es/version/style/index.js +0 -2
- package/es/version/version.d.ts +0 -2
- package/es/version/version.js +0 -1
- package/lib/config-provider/renderEmpty.d.ts +0 -4
- package/lib/config-provider/renderEmpty.js +0 -59
- package/lib/pagination/MiniSelect.d.ts +0 -7
- package/lib/pagination/MiniSelect.js +0 -30
- package/lib/typography/util.d.ts +0 -11
- package/lib/typography/util.js +0 -254
- package/lib/version/index.d.ts +0 -2
- package/lib/version/index.js +0 -15
- package/lib/version/style/css.js +0 -3
- package/lib/version/style/index.d.ts +0 -1
- package/lib/version/style/index.js +0 -3
- package/lib/version/version.d.ts +0 -2
- package/lib/version/version.js +0 -8
@@ -2,48 +2,6 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
-
html {
|
6
|
-
--ant-primary-color: #2c68ff;
|
7
|
-
--ant-primary-color-hover: #548aff;
|
8
|
-
--ant-primary-color-active: #1a4ad9;
|
9
|
-
--ant-primary-color-outline: rgba(44, 104, 255, 0.2);
|
10
|
-
--ant-primary-1: #f0f7ff;
|
11
|
-
--ant-primary-2: #cfe3ff;
|
12
|
-
--ant-primary-3: #a6c8ff;
|
13
|
-
--ant-primary-4: #7daaff;
|
14
|
-
--ant-primary-5: #548aff;
|
15
|
-
--ant-primary-6: #2c68ff;
|
16
|
-
--ant-primary-7: #1a4ad9;
|
17
|
-
--ant-primary-color-deprecated-pure: ;
|
18
|
-
--ant-primary-color-deprecated-l-35: #dfe8ff;
|
19
|
-
--ant-primary-color-deprecated-l-20: #92b1ff;
|
20
|
-
--ant-primary-color-deprecated-t-20: #5686ff;
|
21
|
-
--ant-primary-color-deprecated-t-50: #96b4ff;
|
22
|
-
--ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
|
23
|
-
--ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
|
24
|
-
--ant-primary-color-active-deprecated-d-02: #e6f2ff;
|
25
|
-
--ant-success-color: #36c626;
|
26
|
-
--ant-success-color-hover: #5cd44a;
|
27
|
-
--ant-success-color-active: #20a116;
|
28
|
-
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
-
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
-
--ant-success-color-deprecated-border: #afed9f;
|
31
|
-
--ant-error-color: #ff5c57;
|
32
|
-
--ant-error-color-hover: #ff8880;
|
33
|
-
--ant-error-color-active: #d93f3f;
|
34
|
-
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
-
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
-
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
-
--ant-warning-color: #ffab00;
|
38
|
-
--ant-warning-color-hover: #ffbf29;
|
39
|
-
--ant-warning-color-active: #d98900;
|
40
|
-
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
-
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
-
--ant-info-color: #2c68ff;
|
44
|
-
--ant-info-color-deprecated-bg: #f0f7ff;
|
45
|
-
--ant-info-color-deprecated-border: #a6c8ff;
|
46
|
-
}
|
47
5
|
.ant-btn {
|
48
6
|
line-height: 1.5715;
|
49
7
|
position: relative;
|
@@ -65,8 +23,8 @@ html {
|
|
65
23
|
padding: 4px 15px;
|
66
24
|
font-size: 14px;
|
67
25
|
border-radius: 4px;
|
68
|
-
color:
|
69
|
-
border-color: #
|
26
|
+
color: #4c4c4c;
|
27
|
+
border-color: #d2d2d2;
|
70
28
|
background: #fff;
|
71
29
|
}
|
72
30
|
.ant-btn > .anticon {
|
@@ -116,8 +74,8 @@ html {
|
|
116
74
|
}
|
117
75
|
.ant-btn:hover,
|
118
76
|
.ant-btn:focus {
|
119
|
-
color:
|
120
|
-
border-color:
|
77
|
+
color: #548aff;
|
78
|
+
border-color: #548aff;
|
121
79
|
background: #fff;
|
122
80
|
}
|
123
81
|
.ant-btn:hover > a:only-child,
|
@@ -135,8 +93,8 @@ html {
|
|
135
93
|
content: '';
|
136
94
|
}
|
137
95
|
.ant-btn:active {
|
138
|
-
color:
|
139
|
-
border-color:
|
96
|
+
color: #1a4ad9;
|
97
|
+
border-color: #1a4ad9;
|
140
98
|
background: #fff;
|
141
99
|
}
|
142
100
|
.ant-btn:active > a:only-child {
|
@@ -155,9 +113,9 @@ html {
|
|
155
113
|
.ant-btn[disabled]:hover,
|
156
114
|
.ant-btn[disabled]:focus,
|
157
115
|
.ant-btn[disabled]:active {
|
158
|
-
color:
|
159
|
-
border-color: #
|
160
|
-
background: #
|
116
|
+
color: #a9a9a9;
|
117
|
+
border-color: #d2d2d2;
|
118
|
+
background: #f1f1f1;
|
161
119
|
text-shadow: none;
|
162
120
|
box-shadow: none;
|
163
121
|
}
|
@@ -190,8 +148,8 @@ html {
|
|
190
148
|
}
|
191
149
|
.ant-btn-primary {
|
192
150
|
color: #fff;
|
193
|
-
border-color:
|
194
|
-
background:
|
151
|
+
border-color: #2c68ff;
|
152
|
+
background: #2c68ff;
|
195
153
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
196
154
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
197
155
|
}
|
@@ -210,8 +168,8 @@ html {
|
|
210
168
|
.ant-btn-primary:hover,
|
211
169
|
.ant-btn-primary:focus {
|
212
170
|
color: #fff;
|
213
|
-
border-color:
|
214
|
-
background:
|
171
|
+
border-color: #548aff;
|
172
|
+
background: #548aff;
|
215
173
|
}
|
216
174
|
.ant-btn-primary:hover > a:only-child,
|
217
175
|
.ant-btn-primary:focus > a:only-child {
|
@@ -229,8 +187,8 @@ html {
|
|
229
187
|
}
|
230
188
|
.ant-btn-primary:active {
|
231
189
|
color: #fff;
|
232
|
-
border-color:
|
233
|
-
background:
|
190
|
+
border-color: #1a4ad9;
|
191
|
+
background: #1a4ad9;
|
234
192
|
}
|
235
193
|
.ant-btn-primary:active > a:only-child {
|
236
194
|
color: currentcolor;
|
@@ -248,9 +206,9 @@ html {
|
|
248
206
|
.ant-btn-primary[disabled]:hover,
|
249
207
|
.ant-btn-primary[disabled]:focus,
|
250
208
|
.ant-btn-primary[disabled]:active {
|
251
|
-
color:
|
252
|
-
border-color: #
|
253
|
-
background: #
|
209
|
+
color: #a9a9a9;
|
210
|
+
border-color: #d2d2d2;
|
211
|
+
background: #f1f1f1;
|
254
212
|
text-shadow: none;
|
255
213
|
box-shadow: none;
|
256
214
|
}
|
@@ -273,29 +231,29 @@ html {
|
|
273
231
|
content: '';
|
274
232
|
}
|
275
233
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
|
276
|
-
border-right-color:
|
277
|
-
border-left-color:
|
234
|
+
border-right-color: #548aff;
|
235
|
+
border-left-color: #548aff;
|
278
236
|
}
|
279
237
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
|
280
|
-
border-color: #
|
238
|
+
border-color: #d2d2d2;
|
281
239
|
}
|
282
240
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
|
283
|
-
border-right-color:
|
241
|
+
border-right-color: #548aff;
|
284
242
|
}
|
285
243
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
|
286
|
-
border-right-color: #
|
244
|
+
border-right-color: #d2d2d2;
|
287
245
|
}
|
288
246
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
289
247
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
290
|
-
border-left-color:
|
248
|
+
border-left-color: #548aff;
|
291
249
|
}
|
292
250
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
293
251
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
294
|
-
border-left-color: #
|
252
|
+
border-left-color: #d2d2d2;
|
295
253
|
}
|
296
254
|
.ant-btn-ghost {
|
297
|
-
color:
|
298
|
-
border-color: #
|
255
|
+
color: #4c4c4c;
|
256
|
+
border-color: #d2d2d2;
|
299
257
|
background: transparent;
|
300
258
|
}
|
301
259
|
.ant-btn-ghost > a:only-child {
|
@@ -312,8 +270,8 @@ html {
|
|
312
270
|
}
|
313
271
|
.ant-btn-ghost:hover,
|
314
272
|
.ant-btn-ghost:focus {
|
315
|
-
color:
|
316
|
-
border-color:
|
273
|
+
color: #548aff;
|
274
|
+
border-color: #548aff;
|
317
275
|
background: transparent;
|
318
276
|
}
|
319
277
|
.ant-btn-ghost:hover > a:only-child,
|
@@ -331,8 +289,8 @@ html {
|
|
331
289
|
content: '';
|
332
290
|
}
|
333
291
|
.ant-btn-ghost:active {
|
334
|
-
color:
|
335
|
-
border-color:
|
292
|
+
color: #1a4ad9;
|
293
|
+
border-color: #1a4ad9;
|
336
294
|
background: transparent;
|
337
295
|
}
|
338
296
|
.ant-btn-ghost:active > a:only-child {
|
@@ -351,9 +309,9 @@ html {
|
|
351
309
|
.ant-btn-ghost[disabled]:hover,
|
352
310
|
.ant-btn-ghost[disabled]:focus,
|
353
311
|
.ant-btn-ghost[disabled]:active {
|
354
|
-
color:
|
355
|
-
border-color: #
|
356
|
-
background: #
|
312
|
+
color: #a9a9a9;
|
313
|
+
border-color: #d2d2d2;
|
314
|
+
background: #f1f1f1;
|
357
315
|
text-shadow: none;
|
358
316
|
box-shadow: none;
|
359
317
|
}
|
@@ -376,8 +334,8 @@ html {
|
|
376
334
|
content: '';
|
377
335
|
}
|
378
336
|
.ant-btn-dashed {
|
379
|
-
color:
|
380
|
-
border-color: #
|
337
|
+
color: #4c4c4c;
|
338
|
+
border-color: #d2d2d2;
|
381
339
|
background: #fff;
|
382
340
|
border-style: dashed;
|
383
341
|
}
|
@@ -395,8 +353,8 @@ html {
|
|
395
353
|
}
|
396
354
|
.ant-btn-dashed:hover,
|
397
355
|
.ant-btn-dashed:focus {
|
398
|
-
color:
|
399
|
-
border-color:
|
356
|
+
color: #548aff;
|
357
|
+
border-color: #548aff;
|
400
358
|
background: #fff;
|
401
359
|
}
|
402
360
|
.ant-btn-dashed:hover > a:only-child,
|
@@ -414,8 +372,8 @@ html {
|
|
414
372
|
content: '';
|
415
373
|
}
|
416
374
|
.ant-btn-dashed:active {
|
417
|
-
color:
|
418
|
-
border-color:
|
375
|
+
color: #1a4ad9;
|
376
|
+
border-color: #1a4ad9;
|
419
377
|
background: #fff;
|
420
378
|
}
|
421
379
|
.ant-btn-dashed:active > a:only-child {
|
@@ -434,9 +392,9 @@ html {
|
|
434
392
|
.ant-btn-dashed[disabled]:hover,
|
435
393
|
.ant-btn-dashed[disabled]:focus,
|
436
394
|
.ant-btn-dashed[disabled]:active {
|
437
|
-
color:
|
438
|
-
border-color: #
|
439
|
-
background: #
|
395
|
+
color: #a9a9a9;
|
396
|
+
border-color: #d2d2d2;
|
397
|
+
background: #f1f1f1;
|
440
398
|
text-shadow: none;
|
441
399
|
box-shadow: none;
|
442
400
|
}
|
@@ -460,8 +418,8 @@ html {
|
|
460
418
|
}
|
461
419
|
.ant-btn-danger {
|
462
420
|
color: #fff;
|
463
|
-
border-color:
|
464
|
-
background:
|
421
|
+
border-color: #f42d2d;
|
422
|
+
background: #f42d2d;
|
465
423
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
466
424
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
467
425
|
}
|
@@ -480,8 +438,8 @@ html {
|
|
480
438
|
.ant-btn-danger:hover,
|
481
439
|
.ant-btn-danger:focus {
|
482
440
|
color: #fff;
|
483
|
-
border-color:
|
484
|
-
background:
|
441
|
+
border-color: #ff5c57;
|
442
|
+
background: #ff5c57;
|
485
443
|
}
|
486
444
|
.ant-btn-danger:hover > a:only-child,
|
487
445
|
.ant-btn-danger:focus > a:only-child {
|
@@ -499,8 +457,8 @@ html {
|
|
499
457
|
}
|
500
458
|
.ant-btn-danger:active {
|
501
459
|
color: #fff;
|
502
|
-
border-color:
|
503
|
-
background:
|
460
|
+
border-color: #cf1b21;
|
461
|
+
background: #cf1b21;
|
504
462
|
}
|
505
463
|
.ant-btn-danger:active > a:only-child {
|
506
464
|
color: currentcolor;
|
@@ -518,9 +476,9 @@ html {
|
|
518
476
|
.ant-btn-danger[disabled]:hover,
|
519
477
|
.ant-btn-danger[disabled]:focus,
|
520
478
|
.ant-btn-danger[disabled]:active {
|
521
|
-
color:
|
522
|
-
border-color: #
|
523
|
-
background: #
|
479
|
+
color: #a9a9a9;
|
480
|
+
border-color: #d2d2d2;
|
481
|
+
background: #f1f1f1;
|
524
482
|
text-shadow: none;
|
525
483
|
box-shadow: none;
|
526
484
|
}
|
@@ -543,7 +501,7 @@ html {
|
|
543
501
|
content: '';
|
544
502
|
}
|
545
503
|
.ant-btn-link {
|
546
|
-
color:
|
504
|
+
color: #2c68ff;
|
547
505
|
border-color: transparent;
|
548
506
|
background: transparent;
|
549
507
|
box-shadow: none;
|
@@ -562,8 +520,8 @@ html {
|
|
562
520
|
}
|
563
521
|
.ant-btn-link:hover,
|
564
522
|
.ant-btn-link:focus {
|
565
|
-
color:
|
566
|
-
border-color:
|
523
|
+
color: #548aff;
|
524
|
+
border-color: #548aff;
|
567
525
|
background: transparent;
|
568
526
|
}
|
569
527
|
.ant-btn-link:hover > a:only-child,
|
@@ -581,8 +539,8 @@ html {
|
|
581
539
|
content: '';
|
582
540
|
}
|
583
541
|
.ant-btn-link:active {
|
584
|
-
color:
|
585
|
-
border-color:
|
542
|
+
color: #1a4ad9;
|
543
|
+
border-color: #1a4ad9;
|
586
544
|
background: transparent;
|
587
545
|
}
|
588
546
|
.ant-btn-link:active > a:only-child {
|
@@ -601,9 +559,9 @@ html {
|
|
601
559
|
.ant-btn-link[disabled]:hover,
|
602
560
|
.ant-btn-link[disabled]:focus,
|
603
561
|
.ant-btn-link[disabled]:active {
|
604
|
-
color:
|
605
|
-
border-color: #
|
606
|
-
background: #
|
562
|
+
color: #a9a9a9;
|
563
|
+
border-color: #d2d2d2;
|
564
|
+
background: #f1f1f1;
|
607
565
|
text-shadow: none;
|
608
566
|
box-shadow: none;
|
609
567
|
}
|
@@ -637,7 +595,7 @@ html {
|
|
637
595
|
.ant-btn-link[disabled]:hover,
|
638
596
|
.ant-btn-link[disabled]:focus,
|
639
597
|
.ant-btn-link[disabled]:active {
|
640
|
-
color:
|
598
|
+
color: #a9a9a9;
|
641
599
|
border-color: transparent;
|
642
600
|
background: transparent;
|
643
601
|
text-shadow: none;
|
@@ -662,7 +620,7 @@ html {
|
|
662
620
|
content: '';
|
663
621
|
}
|
664
622
|
.ant-btn-text {
|
665
|
-
color:
|
623
|
+
color: #4c4c4c;
|
666
624
|
border-color: transparent;
|
667
625
|
background: transparent;
|
668
626
|
box-shadow: none;
|
@@ -681,8 +639,8 @@ html {
|
|
681
639
|
}
|
682
640
|
.ant-btn-text:hover,
|
683
641
|
.ant-btn-text:focus {
|
684
|
-
color:
|
685
|
-
border-color:
|
642
|
+
color: #548aff;
|
643
|
+
border-color: #548aff;
|
686
644
|
background: transparent;
|
687
645
|
}
|
688
646
|
.ant-btn-text:hover > a:only-child,
|
@@ -700,8 +658,8 @@ html {
|
|
700
658
|
content: '';
|
701
659
|
}
|
702
660
|
.ant-btn-text:active {
|
703
|
-
color:
|
704
|
-
border-color:
|
661
|
+
color: #1a4ad9;
|
662
|
+
border-color: #1a4ad9;
|
705
663
|
background: transparent;
|
706
664
|
}
|
707
665
|
.ant-btn-text:active > a:only-child {
|
@@ -720,9 +678,9 @@ html {
|
|
720
678
|
.ant-btn-text[disabled]:hover,
|
721
679
|
.ant-btn-text[disabled]:focus,
|
722
680
|
.ant-btn-text[disabled]:active {
|
723
|
-
color:
|
724
|
-
border-color: #
|
725
|
-
background: #
|
681
|
+
color: #a9a9a9;
|
682
|
+
border-color: #d2d2d2;
|
683
|
+
background: #f1f1f1;
|
726
684
|
text-shadow: none;
|
727
685
|
box-shadow: none;
|
728
686
|
}
|
@@ -746,12 +704,12 @@ html {
|
|
746
704
|
}
|
747
705
|
.ant-btn-text:hover,
|
748
706
|
.ant-btn-text:focus {
|
749
|
-
color:
|
707
|
+
color: #4c4c4c;
|
750
708
|
background: rgba(0, 0, 0, 0.018);
|
751
709
|
border-color: transparent;
|
752
710
|
}
|
753
711
|
.ant-btn-text:active {
|
754
|
-
color:
|
712
|
+
color: #4c4c4c;
|
755
713
|
background: rgba(0, 0, 0, 0.028);
|
756
714
|
border-color: transparent;
|
757
715
|
}
|
@@ -759,7 +717,7 @@ html {
|
|
759
717
|
.ant-btn-text[disabled]:hover,
|
760
718
|
.ant-btn-text[disabled]:focus,
|
761
719
|
.ant-btn-text[disabled]:active {
|
762
|
-
color:
|
720
|
+
color: #a9a9a9;
|
763
721
|
border-color: transparent;
|
764
722
|
background: transparent;
|
765
723
|
text-shadow: none;
|
@@ -784,8 +742,8 @@ html {
|
|
784
742
|
content: '';
|
785
743
|
}
|
786
744
|
.ant-btn-dangerous {
|
787
|
-
color:
|
788
|
-
border-color:
|
745
|
+
color: #f42d2d;
|
746
|
+
border-color: #f42d2d;
|
789
747
|
background: #fff;
|
790
748
|
}
|
791
749
|
.ant-btn-dangerous > a:only-child {
|
@@ -802,8 +760,8 @@ html {
|
|
802
760
|
}
|
803
761
|
.ant-btn-dangerous:hover,
|
804
762
|
.ant-btn-dangerous:focus {
|
805
|
-
color:
|
806
|
-
border-color:
|
763
|
+
color: #ff5c57;
|
764
|
+
border-color: #ff5c57;
|
807
765
|
background: #fff;
|
808
766
|
}
|
809
767
|
.ant-btn-dangerous:hover > a:only-child,
|
@@ -821,8 +779,8 @@ html {
|
|
821
779
|
content: '';
|
822
780
|
}
|
823
781
|
.ant-btn-dangerous:active {
|
824
|
-
color:
|
825
|
-
border-color:
|
782
|
+
color: #cf1b21;
|
783
|
+
border-color: #cf1b21;
|
826
784
|
background: #fff;
|
827
785
|
}
|
828
786
|
.ant-btn-dangerous:active > a:only-child {
|
@@ -841,9 +799,9 @@ html {
|
|
841
799
|
.ant-btn-dangerous[disabled]:hover,
|
842
800
|
.ant-btn-dangerous[disabled]:focus,
|
843
801
|
.ant-btn-dangerous[disabled]:active {
|
844
|
-
color:
|
845
|
-
border-color: #
|
846
|
-
background: #
|
802
|
+
color: #a9a9a9;
|
803
|
+
border-color: #d2d2d2;
|
804
|
+
background: #f1f1f1;
|
847
805
|
text-shadow: none;
|
848
806
|
box-shadow: none;
|
849
807
|
}
|
@@ -867,8 +825,8 @@ html {
|
|
867
825
|
}
|
868
826
|
.ant-btn-dangerous.ant-btn-primary {
|
869
827
|
color: #fff;
|
870
|
-
border-color:
|
871
|
-
background:
|
828
|
+
border-color: #f42d2d;
|
829
|
+
background: #f42d2d;
|
872
830
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
873
831
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
874
832
|
}
|
@@ -887,8 +845,8 @@ html {
|
|
887
845
|
.ant-btn-dangerous.ant-btn-primary:hover,
|
888
846
|
.ant-btn-dangerous.ant-btn-primary:focus {
|
889
847
|
color: #fff;
|
890
|
-
border-color:
|
891
|
-
background:
|
848
|
+
border-color: #ff5c57;
|
849
|
+
background: #ff5c57;
|
892
850
|
}
|
893
851
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
|
894
852
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
|
@@ -906,8 +864,8 @@ html {
|
|
906
864
|
}
|
907
865
|
.ant-btn-dangerous.ant-btn-primary:active {
|
908
866
|
color: #fff;
|
909
|
-
border-color:
|
910
|
-
background:
|
867
|
+
border-color: #cf1b21;
|
868
|
+
background: #cf1b21;
|
911
869
|
}
|
912
870
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
|
913
871
|
color: currentcolor;
|
@@ -925,9 +883,9 @@ html {
|
|
925
883
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
|
926
884
|
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
|
927
885
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
|
928
|
-
color:
|
929
|
-
border-color: #
|
930
|
-
background: #
|
886
|
+
color: #a9a9a9;
|
887
|
+
border-color: #d2d2d2;
|
888
|
+
background: #f1f1f1;
|
931
889
|
text-shadow: none;
|
932
890
|
box-shadow: none;
|
933
891
|
}
|
@@ -950,7 +908,7 @@ html {
|
|
950
908
|
content: '';
|
951
909
|
}
|
952
910
|
.ant-btn-dangerous.ant-btn-link {
|
953
|
-
color:
|
911
|
+
color: #f42d2d;
|
954
912
|
border-color: transparent;
|
955
913
|
background: transparent;
|
956
914
|
box-shadow: none;
|
@@ -969,8 +927,8 @@ html {
|
|
969
927
|
}
|
970
928
|
.ant-btn-dangerous.ant-btn-link:hover,
|
971
929
|
.ant-btn-dangerous.ant-btn-link:focus {
|
972
|
-
color:
|
973
|
-
border-color:
|
930
|
+
color: #548aff;
|
931
|
+
border-color: #548aff;
|
974
932
|
background: transparent;
|
975
933
|
}
|
976
934
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
@@ -988,8 +946,8 @@ html {
|
|
988
946
|
content: '';
|
989
947
|
}
|
990
948
|
.ant-btn-dangerous.ant-btn-link:active {
|
991
|
-
color:
|
992
|
-
border-color:
|
949
|
+
color: #1a4ad9;
|
950
|
+
border-color: #1a4ad9;
|
993
951
|
background: transparent;
|
994
952
|
}
|
995
953
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
@@ -1008,9 +966,9 @@ html {
|
|
1008
966
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
|
1009
967
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
|
1010
968
|
.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
1011
|
-
color:
|
1012
|
-
border-color: #
|
1013
|
-
background: #
|
969
|
+
color: #a9a9a9;
|
970
|
+
border-color: #d2d2d2;
|
971
|
+
background: #f1f1f1;
|
1014
972
|
text-shadow: none;
|
1015
973
|
box-shadow: none;
|
1016
974
|
}
|
@@ -1034,7 +992,7 @@ html {
|
|
1034
992
|
}
|
1035
993
|
.ant-btn-dangerous.ant-btn-link:hover,
|
1036
994
|
.ant-btn-dangerous.ant-btn-link:focus {
|
1037
|
-
color:
|
995
|
+
color: #ff5c57;
|
1038
996
|
border-color: transparent;
|
1039
997
|
background: transparent;
|
1040
998
|
}
|
@@ -1053,7 +1011,7 @@ html {
|
|
1053
1011
|
content: '';
|
1054
1012
|
}
|
1055
1013
|
.ant-btn-dangerous.ant-btn-link:active {
|
1056
|
-
color:
|
1014
|
+
color: #cf1b21;
|
1057
1015
|
border-color: transparent;
|
1058
1016
|
background: transparent;
|
1059
1017
|
}
|
@@ -1073,7 +1031,7 @@ html {
|
|
1073
1031
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
|
1074
1032
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
|
1075
1033
|
.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
1076
|
-
color:
|
1034
|
+
color: #a9a9a9;
|
1077
1035
|
border-color: transparent;
|
1078
1036
|
background: transparent;
|
1079
1037
|
text-shadow: none;
|
@@ -1098,7 +1056,7 @@ html {
|
|
1098
1056
|
content: '';
|
1099
1057
|
}
|
1100
1058
|
.ant-btn-dangerous.ant-btn-text {
|
1101
|
-
color:
|
1059
|
+
color: #f42d2d;
|
1102
1060
|
border-color: transparent;
|
1103
1061
|
background: transparent;
|
1104
1062
|
box-shadow: none;
|
@@ -1117,8 +1075,8 @@ html {
|
|
1117
1075
|
}
|
1118
1076
|
.ant-btn-dangerous.ant-btn-text:hover,
|
1119
1077
|
.ant-btn-dangerous.ant-btn-text:focus {
|
1120
|
-
color:
|
1121
|
-
border-color:
|
1078
|
+
color: #548aff;
|
1079
|
+
border-color: #548aff;
|
1122
1080
|
background: transparent;
|
1123
1081
|
}
|
1124
1082
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
@@ -1136,8 +1094,8 @@ html {
|
|
1136
1094
|
content: '';
|
1137
1095
|
}
|
1138
1096
|
.ant-btn-dangerous.ant-btn-text:active {
|
1139
|
-
color:
|
1140
|
-
border-color:
|
1097
|
+
color: #1a4ad9;
|
1098
|
+
border-color: #1a4ad9;
|
1141
1099
|
background: transparent;
|
1142
1100
|
}
|
1143
1101
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
@@ -1156,9 +1114,9 @@ html {
|
|
1156
1114
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
|
1157
1115
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
|
1158
1116
|
.ant-btn-dangerous.ant-btn-text[disabled]:active {
|
1159
|
-
color:
|
1160
|
-
border-color: #
|
1161
|
-
background: #
|
1117
|
+
color: #a9a9a9;
|
1118
|
+
border-color: #d2d2d2;
|
1119
|
+
background: #f1f1f1;
|
1162
1120
|
text-shadow: none;
|
1163
1121
|
box-shadow: none;
|
1164
1122
|
}
|
@@ -1182,7 +1140,7 @@ html {
|
|
1182
1140
|
}
|
1183
1141
|
.ant-btn-dangerous.ant-btn-text:hover,
|
1184
1142
|
.ant-btn-dangerous.ant-btn-text:focus {
|
1185
|
-
color:
|
1143
|
+
color: #ff5c57;
|
1186
1144
|
border-color: transparent;
|
1187
1145
|
background: rgba(0, 0, 0, 0.018);
|
1188
1146
|
}
|
@@ -1201,7 +1159,7 @@ html {
|
|
1201
1159
|
content: '';
|
1202
1160
|
}
|
1203
1161
|
.ant-btn-dangerous.ant-btn-text:active {
|
1204
|
-
color:
|
1162
|
+
color: #cf1b21;
|
1205
1163
|
border-color: transparent;
|
1206
1164
|
background: rgba(0, 0, 0, 0.028);
|
1207
1165
|
}
|
@@ -1221,7 +1179,7 @@ html {
|
|
1221
1179
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
|
1222
1180
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
|
1223
1181
|
.ant-btn-dangerous.ant-btn-text[disabled]:active {
|
1224
|
-
color:
|
1182
|
+
color: #a9a9a9;
|
1225
1183
|
border-color: transparent;
|
1226
1184
|
background: transparent;
|
1227
1185
|
text-shadow: none;
|
@@ -1512,21 +1470,21 @@ a.ant-btn-icon-only > .anticon {
|
|
1512
1470
|
}
|
1513
1471
|
.ant-btn.ant-btn-background-ghost:hover,
|
1514
1472
|
.ant-btn.ant-btn-background-ghost:focus {
|
1515
|
-
color:
|
1516
|
-
border-color:
|
1473
|
+
color: #548aff;
|
1474
|
+
border-color: #548aff;
|
1517
1475
|
}
|
1518
1476
|
.ant-btn.ant-btn-background-ghost:active {
|
1519
|
-
color:
|
1520
|
-
border-color:
|
1477
|
+
color: #1a4ad9;
|
1478
|
+
border-color: #1a4ad9;
|
1521
1479
|
}
|
1522
1480
|
.ant-btn.ant-btn-background-ghost[disabled] {
|
1523
|
-
color:
|
1481
|
+
color: #a9a9a9;
|
1524
1482
|
background: transparent;
|
1525
|
-
border-color: #
|
1483
|
+
border-color: #d2d2d2;
|
1526
1484
|
}
|
1527
1485
|
.ant-btn-background-ghost.ant-btn-primary {
|
1528
|
-
color:
|
1529
|
-
border-color:
|
1486
|
+
color: #2c68ff;
|
1487
|
+
border-color: #2c68ff;
|
1530
1488
|
text-shadow: none;
|
1531
1489
|
}
|
1532
1490
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
|
@@ -1543,9 +1501,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1543
1501
|
}
|
1544
1502
|
.ant-btn-background-ghost.ant-btn-primary:hover,
|
1545
1503
|
.ant-btn-background-ghost.ant-btn-primary:focus {
|
1546
|
-
color:
|
1547
|
-
border-color:
|
1548
|
-
background: transparent;
|
1504
|
+
color: #548aff;
|
1505
|
+
border-color: #548aff;
|
1549
1506
|
}
|
1550
1507
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
|
1551
1508
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
|
@@ -1562,9 +1519,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1562
1519
|
content: '';
|
1563
1520
|
}
|
1564
1521
|
.ant-btn-background-ghost.ant-btn-primary:active {
|
1565
|
-
color:
|
1566
|
-
border-color:
|
1567
|
-
background: transparent;
|
1522
|
+
color: #1a4ad9;
|
1523
|
+
border-color: #1a4ad9;
|
1568
1524
|
}
|
1569
1525
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
|
1570
1526
|
color: currentcolor;
|
@@ -1582,9 +1538,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1582
1538
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
|
1583
1539
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
|
1584
1540
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
|
1585
|
-
color:
|
1586
|
-
border-color: #
|
1587
|
-
background: #
|
1541
|
+
color: #a9a9a9;
|
1542
|
+
border-color: #d2d2d2;
|
1543
|
+
background: #f1f1f1;
|
1588
1544
|
text-shadow: none;
|
1589
1545
|
box-shadow: none;
|
1590
1546
|
}
|
@@ -1607,8 +1563,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1607
1563
|
content: '';
|
1608
1564
|
}
|
1609
1565
|
.ant-btn-background-ghost.ant-btn-danger {
|
1610
|
-
color:
|
1611
|
-
border-color:
|
1566
|
+
color: #f42d2d;
|
1567
|
+
border-color: #f42d2d;
|
1612
1568
|
text-shadow: none;
|
1613
1569
|
}
|
1614
1570
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
|
@@ -1625,9 +1581,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1625
1581
|
}
|
1626
1582
|
.ant-btn-background-ghost.ant-btn-danger:hover,
|
1627
1583
|
.ant-btn-background-ghost.ant-btn-danger:focus {
|
1628
|
-
color:
|
1629
|
-
border-color:
|
1630
|
-
background: transparent;
|
1584
|
+
color: #ff5c57;
|
1585
|
+
border-color: #ff5c57;
|
1631
1586
|
}
|
1632
1587
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
|
1633
1588
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
|
@@ -1644,9 +1599,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1644
1599
|
content: '';
|
1645
1600
|
}
|
1646
1601
|
.ant-btn-background-ghost.ant-btn-danger:active {
|
1647
|
-
color:
|
1648
|
-
border-color:
|
1649
|
-
background: transparent;
|
1602
|
+
color: #cf1b21;
|
1603
|
+
border-color: #cf1b21;
|
1650
1604
|
}
|
1651
1605
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
|
1652
1606
|
color: currentcolor;
|
@@ -1664,9 +1618,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1664
1618
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
|
1665
1619
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
|
1666
1620
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
|
1667
|
-
color:
|
1668
|
-
border-color: #
|
1669
|
-
background: #
|
1621
|
+
color: #a9a9a9;
|
1622
|
+
border-color: #d2d2d2;
|
1623
|
+
background: #f1f1f1;
|
1670
1624
|
text-shadow: none;
|
1671
1625
|
box-shadow: none;
|
1672
1626
|
}
|
@@ -1689,8 +1643,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1689
1643
|
content: '';
|
1690
1644
|
}
|
1691
1645
|
.ant-btn-background-ghost.ant-btn-dangerous {
|
1692
|
-
color:
|
1693
|
-
border-color:
|
1646
|
+
color: #f42d2d;
|
1647
|
+
border-color: #f42d2d;
|
1694
1648
|
text-shadow: none;
|
1695
1649
|
}
|
1696
1650
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
|
@@ -1707,9 +1661,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1707
1661
|
}
|
1708
1662
|
.ant-btn-background-ghost.ant-btn-dangerous:hover,
|
1709
1663
|
.ant-btn-background-ghost.ant-btn-dangerous:focus {
|
1710
|
-
color:
|
1711
|
-
border-color:
|
1712
|
-
background: transparent;
|
1664
|
+
color: #ff5c57;
|
1665
|
+
border-color: #ff5c57;
|
1713
1666
|
}
|
1714
1667
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
|
1715
1668
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
|
@@ -1726,9 +1679,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1726
1679
|
content: '';
|
1727
1680
|
}
|
1728
1681
|
.ant-btn-background-ghost.ant-btn-dangerous:active {
|
1729
|
-
color:
|
1730
|
-
border-color:
|
1731
|
-
background: transparent;
|
1682
|
+
color: #cf1b21;
|
1683
|
+
border-color: #cf1b21;
|
1732
1684
|
}
|
1733
1685
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
|
1734
1686
|
color: currentcolor;
|
@@ -1746,9 +1698,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1746
1698
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
|
1747
1699
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
|
1748
1700
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
|
1749
|
-
color:
|
1750
|
-
border-color: #
|
1751
|
-
background: #
|
1701
|
+
color: #a9a9a9;
|
1702
|
+
border-color: #d2d2d2;
|
1703
|
+
background: #f1f1f1;
|
1752
1704
|
text-shadow: none;
|
1753
1705
|
box-shadow: none;
|
1754
1706
|
}
|
@@ -1771,7 +1723,7 @@ a.ant-btn-icon-only > .anticon {
|
|
1771
1723
|
content: '';
|
1772
1724
|
}
|
1773
1725
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
|
1774
|
-
color:
|
1726
|
+
color: #f42d2d;
|
1775
1727
|
border-color: transparent;
|
1776
1728
|
text-shadow: none;
|
1777
1729
|
}
|
@@ -1789,9 +1741,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1789
1741
|
}
|
1790
1742
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
|
1791
1743
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
|
1792
|
-
color:
|
1744
|
+
color: #ff5c57;
|
1793
1745
|
border-color: transparent;
|
1794
|
-
background: transparent;
|
1795
1746
|
}
|
1796
1747
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
1797
1748
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
@@ -1808,9 +1759,8 @@ a.ant-btn-icon-only > .anticon {
|
|
1808
1759
|
content: '';
|
1809
1760
|
}
|
1810
1761
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
|
1811
|
-
color:
|
1762
|
+
color: #cf1b21;
|
1812
1763
|
border-color: transparent;
|
1813
|
-
background: transparent;
|
1814
1764
|
}
|
1815
1765
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
1816
1766
|
color: currentcolor;
|
@@ -1828,9 +1778,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1828
1778
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
|
1829
1779
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
|
1830
1780
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
1831
|
-
color:
|
1832
|
-
border-color: #
|
1833
|
-
background: #
|
1781
|
+
color: #a9a9a9;
|
1782
|
+
border-color: #d2d2d2;
|
1783
|
+
background: #f1f1f1;
|
1834
1784
|
text-shadow: none;
|
1835
1785
|
box-shadow: none;
|
1836
1786
|
}
|
@@ -1882,7 +1832,7 @@ a.ant-btn-disabled,
|
|
1882
1832
|
a.ant-btn-disabled:hover,
|
1883
1833
|
a.ant-btn-disabled:focus,
|
1884
1834
|
a.ant-btn-disabled:active {
|
1885
|
-
color:
|
1835
|
+
color: #a9a9a9;
|
1886
1836
|
border-color: transparent;
|
1887
1837
|
background: transparent;
|
1888
1838
|
text-shadow: none;
|
@@ -1917,13 +1867,13 @@ a.ant-btn-sm {
|
|
1917
1867
|
}
|
1918
1868
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
1919
1869
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
1920
|
-
border-right-color:
|
1921
|
-
border-left-color: #
|
1870
|
+
border-right-color: #548aff;
|
1871
|
+
border-left-color: #d2d2d2;
|
1922
1872
|
}
|
1923
1873
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
1924
1874
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
1925
|
-
border-right-color: #
|
1926
|
-
border-left-color:
|
1875
|
+
border-right-color: #d2d2d2;
|
1876
|
+
border-left-color: #548aff;
|
1927
1877
|
}
|
1928
1878
|
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
|
1929
1879
|
padding-right: 0;
|