@syncfusion/ej2-splitbuttons 24.1.45 → 24.2.3
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/CHANGELOG.md +17 -1
- package/dist/ej2-splitbuttons.min.js +1 -1
- package/dist/ej2-splitbuttons.umd.min.js +1 -1
- package/dist/global/ej2-splitbuttons.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +5 -6
- package/styles/bootstrap.css +5 -6
- package/styles/bootstrap4.css +44 -63
- package/styles/bootstrap5-dark.css +6 -5
- package/styles/bootstrap5.css +6 -5
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_theme.scss +13 -13
- package/styles/button-group/bootstrap-dark.css +0 -1
- package/styles/button-group/bootstrap.css +0 -1
- package/styles/button-group/bootstrap4.css +39 -58
- package/styles/button-group/bootstrap5-dark.css +1 -0
- package/styles/button-group/bootstrap5.css +1 -0
- package/styles/button-group/fabric-dark.css +0 -1
- package/styles/button-group/fabric.css +0 -1
- package/styles/button-group/highcontrast-light.css +0 -1
- package/styles/button-group/highcontrast.css +0 -1
- package/styles/button-group/material-dark.css +0 -1
- package/styles/button-group/material.css +0 -1
- package/styles/button-group/material3-dark.css +0 -1
- package/styles/button-group/material3.css +0 -1
- package/styles/button-group/tailwind-dark.css +1 -1
- package/styles/button-group/tailwind.css +1 -1
- package/styles/drop-down-button/_fluent-definition.scss +1 -1
- package/styles/drop-down-button/_theme.scss +8 -6
- package/styles/drop-down-button/bootstrap-dark.css +5 -5
- package/styles/drop-down-button/bootstrap.css +5 -5
- package/styles/drop-down-button/bootstrap4.css +5 -5
- package/styles/drop-down-button/bootstrap5-dark.css +5 -5
- package/styles/drop-down-button/bootstrap5.css +5 -5
- package/styles/drop-down-button/fabric-dark.css +5 -5
- package/styles/drop-down-button/fabric.css +5 -5
- package/styles/drop-down-button/fluent-dark.css +5 -6
- package/styles/drop-down-button/fluent.css +5 -6
- package/styles/drop-down-button/highcontrast-light.css +5 -5
- package/styles/drop-down-button/highcontrast.css +5 -5
- package/styles/drop-down-button/material-dark.css +5 -5
- package/styles/drop-down-button/material.css +5 -5
- package/styles/drop-down-button/material3-dark.css +4 -4
- package/styles/drop-down-button/material3.css +4 -4
- package/styles/drop-down-button/tailwind-dark.css +5 -5
- package/styles/drop-down-button/tailwind.css +5 -5
- package/styles/fabric-dark.css +5 -6
- package/styles/fabric.css +5 -6
- package/styles/fluent-dark.css +5 -6
- package/styles/fluent.css +5 -6
- package/styles/highcontrast-light.css +5 -6
- package/styles/highcontrast.css +5 -6
- package/styles/material-dark.css +5 -6
- package/styles/material.css +5 -6
- package/styles/material3-dark.css +4 -5
- package/styles/material3.css +4 -5
- package/styles/tailwind-dark.css +6 -6
- package/styles/tailwind.css +6 -6
package/styles/fluent-dark.css
CHANGED
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
|
|
184
184
|
/*! drop-down button theme */
|
|
185
185
|
.e-dropdown-popup {
|
|
186
|
-
background
|
|
186
|
+
background: #252423;
|
|
187
187
|
color: #fff;
|
|
188
188
|
}
|
|
189
189
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -193,15 +193,14 @@
|
|
|
193
193
|
color: #a19f9d;
|
|
194
194
|
}
|
|
195
195
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
196
|
-
|
|
197
|
-
box-shadow: none;
|
|
196
|
+
box-shadow: inset 0 0 0 1px #f3f2f1;
|
|
198
197
|
}
|
|
199
198
|
.e-dropdown-popup ul .e-item:hover {
|
|
200
|
-
background
|
|
199
|
+
background: #323130;
|
|
201
200
|
color: #f3f2f1;
|
|
202
201
|
}
|
|
203
202
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
204
|
-
background
|
|
203
|
+
background: #3b3a39;
|
|
205
204
|
color: #f3f2f1;
|
|
206
205
|
}
|
|
207
206
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -226,7 +225,7 @@
|
|
|
226
225
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
227
226
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
228
227
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
229
|
-
background
|
|
228
|
+
background: rgba(0, 0, 0, 0.056);
|
|
230
229
|
border-color: transparent;
|
|
231
230
|
box-shadow: none;
|
|
232
231
|
color: inherit;
|
package/styles/fluent.css
CHANGED
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
|
|
184
184
|
/*! drop-down button theme */
|
|
185
185
|
.e-dropdown-popup {
|
|
186
|
-
background
|
|
186
|
+
background: #fff;
|
|
187
187
|
color: #323130;
|
|
188
188
|
}
|
|
189
189
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -193,15 +193,14 @@
|
|
|
193
193
|
color: #605e5c;
|
|
194
194
|
}
|
|
195
195
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
196
|
-
|
|
197
|
-
box-shadow: none;
|
|
196
|
+
box-shadow: inset 0 0 0 1px #201f1e;
|
|
198
197
|
}
|
|
199
198
|
.e-dropdown-popup ul .e-item:hover {
|
|
200
|
-
background
|
|
199
|
+
background: #f3f2f1;
|
|
201
200
|
color: #201f1e;
|
|
202
201
|
}
|
|
203
202
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
204
|
-
background
|
|
203
|
+
background: #edebe9;
|
|
205
204
|
color: #201f1e;
|
|
206
205
|
}
|
|
207
206
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -226,7 +225,7 @@
|
|
|
226
225
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
227
226
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
228
227
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
229
|
-
background
|
|
228
|
+
background: rgba(0, 0, 0, 0.056);
|
|
230
229
|
border-color: transparent;
|
|
231
230
|
box-shadow: none;
|
|
232
231
|
color: inherit;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #fff;
|
|
185
185
|
color: #000;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #000;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: transparent;
|
|
195
195
|
box-shadow: 0 0 0 1px #000 inset;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #ecf;
|
|
199
199
|
color: #000;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #400074;
|
|
203
203
|
color: #fff;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -936,7 +936,6 @@
|
|
|
936
936
|
color: #fff;
|
|
937
937
|
outline: #000 0 solid;
|
|
938
938
|
outline-offset: 0;
|
|
939
|
-
box-shadow: none;
|
|
940
939
|
}
|
|
941
940
|
.e-btn-group .e-btn:active.e-primary,
|
|
942
941
|
.e-btn-group input:active + label.e-btn.e-primary,
|
package/styles/highcontrast.css
CHANGED
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
|
|
183
183
|
/*! drop-down button theme */
|
|
184
184
|
.e-dropdown-popup {
|
|
185
|
-
background
|
|
185
|
+
background: #000;
|
|
186
186
|
color: #fff;
|
|
187
187
|
}
|
|
188
188
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -192,15 +192,15 @@
|
|
|
192
192
|
color: #fff;
|
|
193
193
|
}
|
|
194
194
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
195
|
-
background
|
|
195
|
+
background: transparent;
|
|
196
196
|
box-shadow: 0 0 0 1px #fff inset;
|
|
197
197
|
}
|
|
198
198
|
.e-dropdown-popup ul .e-item:hover {
|
|
199
|
-
background
|
|
199
|
+
background: #685708;
|
|
200
200
|
color: #fff;
|
|
201
201
|
}
|
|
202
202
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
203
|
-
background
|
|
203
|
+
background: #ffd939;
|
|
204
204
|
color: #000;
|
|
205
205
|
}
|
|
206
206
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
227
227
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
228
|
-
background
|
|
228
|
+
background: rgba(0, 0, 0, 0.056);
|
|
229
229
|
border-color: transparent;
|
|
230
230
|
box-shadow: none;
|
|
231
231
|
color: inherit;
|
|
@@ -938,7 +938,6 @@
|
|
|
938
938
|
color: #000;
|
|
939
939
|
outline: #fff 0 solid;
|
|
940
940
|
outline-offset: 0;
|
|
941
|
-
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
942
941
|
}
|
|
943
942
|
.e-btn-group .e-btn:active.e-primary,
|
|
944
943
|
.e-btn-group input:active + label.e-btn.e-primary,
|
package/styles/material-dark.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #424242;
|
|
185
185
|
color: #fff;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #fff;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: rgba(255, 255, 255, 0.1);
|
|
195
195
|
box-shadow: none;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: rgba(255, 255, 255, 0.1);
|
|
199
199
|
color: #fff;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: rgba(255, 255, 255, 0.18);
|
|
203
203
|
color: #fff;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -936,7 +936,6 @@
|
|
|
936
936
|
color: #fff;
|
|
937
937
|
outline: #616161 0 solid;
|
|
938
938
|
outline-offset: 0;
|
|
939
|
-
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
940
939
|
}
|
|
941
940
|
.e-btn-group .e-btn:active.e-primary,
|
|
942
941
|
.e-btn-group input:active + label.e-btn.e-primary,
|
package/styles/material.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #fff;
|
|
185
185
|
color: rgba(0, 0, 0, 0.87);
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: rgba(0, 0, 0, 0.87);
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: #e0e0e0;
|
|
195
195
|
box-shadow: none;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #e0e0e0;
|
|
199
199
|
color: rgba(0, 0, 0, 0.87);
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #bdbdbd;
|
|
203
203
|
color: rgba(0, 0, 0, 0.87);
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -937,7 +937,6 @@
|
|
|
937
937
|
color: rgba(0, 0, 0, 0.87);
|
|
938
938
|
outline: #fafafa 0 solid;
|
|
939
939
|
outline-offset: 0;
|
|
940
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
941
940
|
}
|
|
942
941
|
.e-btn-group .e-btn:active.e-primary,
|
|
943
942
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -252,15 +252,15 @@
|
|
|
252
252
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
253
253
|
}
|
|
254
254
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
255
|
-
background
|
|
255
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
256
256
|
box-shadow: none;
|
|
257
257
|
}
|
|
258
258
|
.e-dropdown-popup ul .e-item:hover {
|
|
259
|
-
background
|
|
259
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
260
260
|
color: rgba(var(--color-sf-on-surface));
|
|
261
261
|
}
|
|
262
262
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
263
|
-
background
|
|
263
|
+
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
264
264
|
color: rgba(var(--color-sf-on-surface));
|
|
265
265
|
}
|
|
266
266
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
286
286
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
287
287
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
288
|
-
background
|
|
288
|
+
background: rgba(0, 0, 0, 0.056);
|
|
289
289
|
border-color: transparent;
|
|
290
290
|
box-shadow: none;
|
|
291
291
|
color: inherit;
|
|
@@ -1091,7 +1091,6 @@
|
|
|
1091
1091
|
color: rgba(var(--color-sf-on-surface));
|
|
1092
1092
|
outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
|
|
1093
1093
|
outline-offset: 0;
|
|
1094
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1095
1094
|
box-shadow: none;
|
|
1096
1095
|
}
|
|
1097
1096
|
.e-btn-group .e-btn:active.e-primary,
|
package/styles/material3.css
CHANGED
|
@@ -308,15 +308,15 @@
|
|
|
308
308
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
309
309
|
}
|
|
310
310
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
311
|
-
background
|
|
311
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
312
312
|
box-shadow: none;
|
|
313
313
|
}
|
|
314
314
|
.e-dropdown-popup ul .e-item:hover {
|
|
315
|
-
background
|
|
315
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
316
316
|
color: rgba(var(--color-sf-on-surface));
|
|
317
317
|
}
|
|
318
318
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
319
|
-
background
|
|
319
|
+
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
320
320
|
color: rgba(var(--color-sf-on-surface));
|
|
321
321
|
}
|
|
322
322
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
342
342
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
343
343
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
344
|
-
background
|
|
344
|
+
background: rgba(0, 0, 0, 0.056);
|
|
345
345
|
border-color: transparent;
|
|
346
346
|
box-shadow: none;
|
|
347
347
|
color: inherit;
|
|
@@ -1141,7 +1141,6 @@
|
|
|
1141
1141
|
color: rgba(var(--color-sf-on-surface));
|
|
1142
1142
|
outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
|
|
1143
1143
|
outline-offset: 0;
|
|
1144
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1145
1144
|
box-shadow: none;
|
|
1146
1145
|
}
|
|
1147
1146
|
.e-btn-group .e-btn:active.e-primary,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
/*! drop-down button theme */
|
|
193
193
|
.e-dropdown-popup {
|
|
194
|
-
background
|
|
194
|
+
background: #374151;
|
|
195
195
|
color: #fff;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -201,15 +201,15 @@
|
|
|
201
201
|
color: #fff;
|
|
202
202
|
}
|
|
203
203
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
204
|
-
background
|
|
204
|
+
background: #4b5563;
|
|
205
205
|
box-shadow: none;
|
|
206
206
|
}
|
|
207
207
|
.e-dropdown-popup ul .e-item:hover {
|
|
208
|
-
background
|
|
208
|
+
background: #4b5563;
|
|
209
209
|
color: #fff;
|
|
210
210
|
}
|
|
211
211
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
212
|
-
background
|
|
212
|
+
background: #6b7280;
|
|
213
213
|
color: #fff;
|
|
214
214
|
}
|
|
215
215
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
235
235
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
236
236
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
237
|
-
background
|
|
237
|
+
background: rgba(0, 0, 0, 0.056);
|
|
238
238
|
border-color: transparent;
|
|
239
239
|
box-shadow: none;
|
|
240
240
|
color: inherit;
|
|
@@ -919,6 +919,7 @@
|
|
|
919
919
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
920
920
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
921
921
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
922
|
+
box-shadow: none;
|
|
922
923
|
}
|
|
923
924
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
924
925
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
@@ -961,7 +962,6 @@
|
|
|
961
962
|
color: #fff;
|
|
962
963
|
outline: #1f2937 0 solid;
|
|
963
964
|
outline-offset: 0;
|
|
964
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
965
965
|
}
|
|
966
966
|
.e-btn-group .e-btn:active.e-primary,
|
|
967
967
|
.e-btn-group input:active + label.e-btn.e-primary,
|
package/styles/tailwind.css
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
/*! drop-down button theme */
|
|
193
193
|
.e-dropdown-popup {
|
|
194
|
-
background
|
|
194
|
+
background: #fff;
|
|
195
195
|
color: #374151;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -201,15 +201,15 @@
|
|
|
201
201
|
color: #374151;
|
|
202
202
|
}
|
|
203
203
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
204
|
-
background
|
|
204
|
+
background: #f3f4f6;
|
|
205
205
|
box-shadow: none;
|
|
206
206
|
}
|
|
207
207
|
.e-dropdown-popup ul .e-item:hover {
|
|
208
|
-
background
|
|
208
|
+
background: #f3f4f6;
|
|
209
209
|
color: #111827;
|
|
210
210
|
}
|
|
211
211
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
212
|
-
background
|
|
212
|
+
background: #e5e7eb;
|
|
213
213
|
color: #111827;
|
|
214
214
|
}
|
|
215
215
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
235
235
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
236
236
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
237
|
-
background
|
|
237
|
+
background: rgba(0, 0, 0, 0.056);
|
|
238
238
|
border-color: transparent;
|
|
239
239
|
box-shadow: none;
|
|
240
240
|
color: inherit;
|
|
@@ -919,6 +919,7 @@
|
|
|
919
919
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
920
920
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
921
921
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
922
|
+
box-shadow: none;
|
|
922
923
|
}
|
|
923
924
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
924
925
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
@@ -961,7 +962,6 @@
|
|
|
961
962
|
color: #374151;
|
|
962
963
|
outline: #fff 0 solid;
|
|
963
964
|
outline-offset: 0;
|
|
964
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
965
965
|
}
|
|
966
966
|
.e-btn-group .e-btn:active.e-primary,
|
|
967
967
|
.e-btn-group input:active + label.e-btn.e-primary,
|