@syncfusion/ej2-vue-splitbuttons 20.1.55 → 20.2.38
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 +0 -6
- package/dist/ej2-vue-splitbuttons.umd.min.js +2 -11
- package/dist/es6/ej2-vue-splitbuttons.es2015.js +3 -3
- package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js +3 -3
- package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
- package/package.json +8 -8
- package/src/drop-down-button/dropdownbutton.component.js +1 -1
- package/src/progress-button/progressbutton.component.js +1 -1
- package/src/split-button/splitbutton.component.js +1 -1
- package/styles/bootstrap-dark.css +0 -8
- package/styles/bootstrap.css +0 -8
- package/styles/bootstrap4.css +0 -8
- package/styles/bootstrap5-dark.css +14 -0
- package/styles/bootstrap5.css +14 -0
- package/styles/button-group/bootstrap-dark.css +0 -8
- package/styles/button-group/bootstrap.css +0 -8
- package/styles/button-group/bootstrap4.css +0 -8
- package/styles/button-group/bootstrap5-dark.css +12 -0
- package/styles/button-group/bootstrap5.css +12 -0
- package/styles/button-group/fabric-dark.css +0 -8
- package/styles/button-group/fabric.css +0 -8
- package/styles/button-group/fluent-dark.css +15 -23
- package/styles/button-group/fluent.css +0 -8
- package/styles/button-group/highcontrast-light.css +0 -8
- package/styles/button-group/highcontrast.css +0 -8
- package/styles/button-group/material-dark.css +0 -8
- package/styles/button-group/material.css +0 -8
- package/styles/button-group/tailwind-dark.css +8 -12
- package/styles/button-group/tailwind.css +8 -12
- package/styles/drop-down-button/bootstrap5-dark.css +2 -0
- package/styles/drop-down-button/bootstrap5.css +2 -0
- package/styles/drop-down-button/tailwind-dark.css +2 -0
- package/styles/drop-down-button/tailwind.css +2 -0
- package/styles/fabric-dark.css +0 -8
- package/styles/fabric.css +0 -8
- package/styles/fluent-dark.css +41 -49
- package/styles/fluent.css +1 -9
- package/styles/highcontrast-light.css +0 -8
- package/styles/highcontrast.css +0 -8
- package/styles/material-dark.css +0 -8
- package/styles/material.css +0 -8
- package/styles/progress-button/fluent-dark.css +26 -26
- package/styles/progress-button/fluent.css +1 -1
- package/styles/tailwind-dark.css +10 -12
- package/styles/tailwind.css +10 -12
|
@@ -7,14 +7,6 @@
|
|
|
7
7
|
flex-direction: row;
|
|
8
8
|
position: relative;
|
|
9
9
|
}
|
|
10
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
11
|
-
*.e-btn-group .e-btn:focus,
|
|
12
|
-
*.e-btn-group .e-btn:hover,
|
|
13
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
14
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
15
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
16
|
-
z-index: 2;
|
|
17
|
-
}
|
|
18
10
|
*.e-btn-group input + label.e-btn,
|
|
19
11
|
*.e-css.e-btn-group input + label.e-btn {
|
|
20
12
|
margin-bottom: 0;
|
|
@@ -269,7 +261,7 @@
|
|
|
269
261
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
270
262
|
background-color: #006cbf;
|
|
271
263
|
border-color: #0078d4;
|
|
272
|
-
color: #
|
|
264
|
+
color: #1b1a19;
|
|
273
265
|
outline: 1px solid;
|
|
274
266
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
275
267
|
box-shadow: none;
|
|
@@ -281,7 +273,7 @@
|
|
|
281
273
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
282
274
|
background-color: #0a5f0a;
|
|
283
275
|
border-color: #0b6a0b;
|
|
284
|
-
color: #
|
|
276
|
+
color: #1b1a19;
|
|
285
277
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
286
278
|
box-shadow: none;
|
|
287
279
|
outline-color: inherit;
|
|
@@ -292,7 +284,7 @@
|
|
|
292
284
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
293
285
|
background-color: #03767a;
|
|
294
286
|
border-color: #038387;
|
|
295
|
-
color: #
|
|
287
|
+
color: #1b1a19;
|
|
296
288
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
297
289
|
box-shadow: none;
|
|
298
290
|
outline-color: inherit;
|
|
@@ -303,7 +295,7 @@
|
|
|
303
295
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
304
296
|
background-color: #cf6228;
|
|
305
297
|
border-color: #ca5010;
|
|
306
|
-
color: #
|
|
298
|
+
color: #1b1a19;
|
|
307
299
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
308
300
|
box-shadow: none;
|
|
309
301
|
outline-color: inherit;
|
|
@@ -314,7 +306,7 @@
|
|
|
314
306
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
315
307
|
background-color: #bc2f32;
|
|
316
308
|
border-color: #d13438;
|
|
317
|
-
color: #
|
|
309
|
+
color: #1b1a19;
|
|
318
310
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
319
311
|
box-shadow: none;
|
|
320
312
|
outline-color: inherit;
|
|
@@ -387,7 +379,7 @@
|
|
|
387
379
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
388
380
|
background-color: #0060aa;
|
|
389
381
|
border-color: #0060aa;
|
|
390
|
-
color: #
|
|
382
|
+
color: #1b1a19;
|
|
391
383
|
box-shadow: none;
|
|
392
384
|
}
|
|
393
385
|
.e-btn-group .e-btn:active.e-success,
|
|
@@ -398,7 +390,7 @@
|
|
|
398
390
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
399
391
|
background-color: #095509;
|
|
400
392
|
border-color: #095509;
|
|
401
|
-
color: #
|
|
393
|
+
color: #1b1a19;
|
|
402
394
|
box-shadow: none;
|
|
403
395
|
}
|
|
404
396
|
.e-btn-group .e-btn:active.e-info,
|
|
@@ -408,7 +400,7 @@
|
|
|
408
400
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
409
401
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
410
402
|
background-color: #359c9f;
|
|
411
|
-
color: #
|
|
403
|
+
color: #1b1a19;
|
|
412
404
|
border-color: #359c9f;
|
|
413
405
|
box-shadow: none;
|
|
414
406
|
}
|
|
@@ -420,7 +412,7 @@
|
|
|
420
412
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
421
413
|
background-color: #d57340;
|
|
422
414
|
border-color: #d57340;
|
|
423
|
-
color: #
|
|
415
|
+
color: #1b1a19;
|
|
424
416
|
box-shadow: none;
|
|
425
417
|
}
|
|
426
418
|
.e-btn-group .e-btn:active.e-danger,
|
|
@@ -431,7 +423,7 @@
|
|
|
431
423
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
432
424
|
background-color: #a72a2d;
|
|
433
425
|
border-color: #a72a2d;
|
|
434
|
-
color: #
|
|
426
|
+
color: #1b1a19;
|
|
435
427
|
box-shadow: none;
|
|
436
428
|
}
|
|
437
429
|
.e-btn-group .e-btn:active.e-outline,
|
|
@@ -454,7 +446,7 @@
|
|
|
454
446
|
background-color: #0060aa;
|
|
455
447
|
border-color: #0078d4;
|
|
456
448
|
box-shadow: none;
|
|
457
|
-
color: #
|
|
449
|
+
color: #1b1a19;
|
|
458
450
|
}
|
|
459
451
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
460
452
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
@@ -465,7 +457,7 @@
|
|
|
465
457
|
background-color: #095509;
|
|
466
458
|
border-color: #095509;
|
|
467
459
|
box-shadow: none;
|
|
468
|
-
color: #
|
|
460
|
+
color: #1b1a19;
|
|
469
461
|
}
|
|
470
462
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
471
463
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
@@ -476,7 +468,7 @@
|
|
|
476
468
|
background-color: #359c9f;
|
|
477
469
|
border-color: #359c9f;
|
|
478
470
|
box-shadow: none;
|
|
479
|
-
color: #
|
|
471
|
+
color: #1b1a19;
|
|
480
472
|
}
|
|
481
473
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
482
474
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
@@ -487,7 +479,7 @@
|
|
|
487
479
|
background-color: #d57340;
|
|
488
480
|
border-color: #d57340;
|
|
489
481
|
box-shadow: none;
|
|
490
|
-
color: #
|
|
482
|
+
color: #1b1a19;
|
|
491
483
|
}
|
|
492
484
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
493
485
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
@@ -498,7 +490,7 @@
|
|
|
498
490
|
background-color: #a72a2d;
|
|
499
491
|
border-color: #a72a2d;
|
|
500
492
|
box-shadow: none;
|
|
501
|
-
color: #
|
|
493
|
+
color: #1b1a19;
|
|
502
494
|
}
|
|
503
495
|
.e-btn-group .e-btn:disabled,
|
|
504
496
|
.e-btn-group input:disabled + label.e-btn,
|
|
@@ -7,14 +7,6 @@
|
|
|
7
7
|
flex-direction: row;
|
|
8
8
|
position: relative;
|
|
9
9
|
}
|
|
10
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
11
|
-
*.e-btn-group .e-btn:focus,
|
|
12
|
-
*.e-btn-group .e-btn:hover,
|
|
13
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
14
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
15
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
16
|
-
z-index: 2;
|
|
17
|
-
}
|
|
18
10
|
*.e-btn-group input + label.e-btn,
|
|
19
11
|
*.e-css.e-btn-group input + label.e-btn {
|
|
20
12
|
margin-bottom: 0;
|
|
@@ -7,14 +7,6 @@
|
|
|
7
7
|
flex-direction: row;
|
|
8
8
|
position: relative;
|
|
9
9
|
}
|
|
10
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
11
|
-
*.e-btn-group .e-btn:focus,
|
|
12
|
-
*.e-btn-group .e-btn:hover,
|
|
13
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
14
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
15
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
16
|
-
z-index: 2;
|
|
17
|
-
}
|
|
18
10
|
*.e-btn-group input + label.e-btn,
|
|
19
11
|
*.e-css.e-btn-group input + label.e-btn {
|
|
20
12
|
margin-bottom: 0;
|
|
@@ -7,14 +7,6 @@
|
|
|
7
7
|
flex-direction: row;
|
|
8
8
|
position: relative;
|
|
9
9
|
}
|
|
10
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
11
|
-
*.e-btn-group .e-btn:focus,
|
|
12
|
-
*.e-btn-group .e-btn:hover,
|
|
13
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
14
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
15
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
16
|
-
z-index: 2;
|
|
17
|
-
}
|
|
18
10
|
*.e-btn-group input + label.e-btn,
|
|
19
11
|
*.e-css.e-btn-group input + label.e-btn {
|
|
20
12
|
margin-bottom: 0;
|
|
@@ -8,14 +8,6 @@
|
|
|
8
8
|
flex-direction: row;
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
12
|
-
*.e-btn-group .e-btn:focus,
|
|
13
|
-
*.e-btn-group .e-btn:hover,
|
|
14
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
15
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
16
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
17
|
-
z-index: 2;
|
|
18
|
-
}
|
|
19
11
|
*.e-btn-group input + label.e-btn,
|
|
20
12
|
*.e-css.e-btn-group input + label.e-btn {
|
|
21
13
|
margin-bottom: 0;
|
|
@@ -8,14 +8,6 @@
|
|
|
8
8
|
flex-direction: row;
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
12
|
-
*.e-btn-group .e-btn:focus,
|
|
13
|
-
*.e-btn-group .e-btn:hover,
|
|
14
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
15
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
16
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
17
|
-
z-index: 2;
|
|
18
|
-
}
|
|
19
11
|
*.e-btn-group input + label.e-btn,
|
|
20
12
|
*.e-css.e-btn-group input + label.e-btn {
|
|
21
13
|
margin-bottom: 0;
|
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
flex-direction: row;
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
|
+
*.e-btn-group input:focus + label.e-btn,
|
|
12
|
+
*.e-btn-group .e-btn:focus,
|
|
13
|
+
*.e-btn-group .e-btn:hover,
|
|
14
|
+
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
15
|
+
*.e-css.e-btn-group .e-btn:focus,
|
|
16
|
+
*.e-css.e-btn-group .e-btn:hover {
|
|
17
|
+
z-index: 2;
|
|
18
|
+
}
|
|
11
19
|
*.e-btn-group input + label.e-btn,
|
|
12
20
|
*.e-css.e-btn-group input + label.e-btn {
|
|
13
21
|
margin-bottom: 0;
|
|
@@ -253,7 +261,6 @@
|
|
|
253
261
|
outline: #1f2937 0 solid;
|
|
254
262
|
outline-offset: 0;
|
|
255
263
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
256
|
-
box-shadow: none;
|
|
257
264
|
outline-color: inherit;
|
|
258
265
|
}
|
|
259
266
|
.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -265,7 +272,6 @@
|
|
|
265
272
|
color: #000;
|
|
266
273
|
outline: #1f2937 0 solid;
|
|
267
274
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
268
|
-
box-shadow: none;
|
|
269
275
|
outline-color: inherit;
|
|
270
276
|
}
|
|
271
277
|
.e-btn-group .e-btn:focus.e-success,
|
|
@@ -276,7 +282,6 @@
|
|
|
276
282
|
border-color: #22c55e;
|
|
277
283
|
color: #000;
|
|
278
284
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
279
|
-
box-shadow: none;
|
|
280
285
|
outline-color: inherit;
|
|
281
286
|
}
|
|
282
287
|
.e-btn-group .e-btn:focus.e-info,
|
|
@@ -287,7 +292,6 @@
|
|
|
287
292
|
border-color: #0ea5e9;
|
|
288
293
|
color: #fff;
|
|
289
294
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
290
|
-
box-shadow: none;
|
|
291
295
|
outline-color: inherit;
|
|
292
296
|
}
|
|
293
297
|
.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -298,7 +302,6 @@
|
|
|
298
302
|
border-color: #ea580c;
|
|
299
303
|
color: #fff;
|
|
300
304
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
301
|
-
box-shadow: none;
|
|
302
305
|
outline-color: inherit;
|
|
303
306
|
}
|
|
304
307
|
.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -309,7 +312,6 @@
|
|
|
309
312
|
border-color: #f87171;
|
|
310
313
|
color: #000;
|
|
311
314
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
312
|
-
box-shadow: none;
|
|
313
315
|
outline-color: inherit;
|
|
314
316
|
}
|
|
315
317
|
.e-btn-group .e-btn:focus.e-link,
|
|
@@ -329,42 +331,36 @@
|
|
|
329
331
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
330
332
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
331
333
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
332
|
-
box-shadow: none;
|
|
333
334
|
}
|
|
334
335
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
335
336
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
336
337
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
337
338
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
338
339
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
339
|
-
box-shadow: none;
|
|
340
340
|
}
|
|
341
341
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
342
342
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
343
343
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
344
344
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
345
345
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
346
|
-
box-shadow: none;
|
|
347
346
|
}
|
|
348
347
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
349
348
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
350
349
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
351
350
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
352
351
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
353
|
-
box-shadow: none;
|
|
354
352
|
}
|
|
355
353
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
356
354
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
357
355
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
358
356
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
359
357
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
360
|
-
box-shadow: none;
|
|
361
358
|
}
|
|
362
359
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
363
360
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
364
361
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
365
362
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
366
363
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
367
|
-
box-shadow: none;
|
|
368
364
|
}
|
|
369
365
|
.e-btn-group .e-btn:active,
|
|
370
366
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
flex-direction: row;
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
|
+
*.e-btn-group input:focus + label.e-btn,
|
|
12
|
+
*.e-btn-group .e-btn:focus,
|
|
13
|
+
*.e-btn-group .e-btn:hover,
|
|
14
|
+
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
15
|
+
*.e-css.e-btn-group .e-btn:focus,
|
|
16
|
+
*.e-css.e-btn-group .e-btn:hover {
|
|
17
|
+
z-index: 2;
|
|
18
|
+
}
|
|
11
19
|
*.e-btn-group input + label.e-btn,
|
|
12
20
|
*.e-css.e-btn-group input + label.e-btn {
|
|
13
21
|
margin-bottom: 0;
|
|
@@ -253,7 +261,6 @@
|
|
|
253
261
|
outline: #fff 0 solid;
|
|
254
262
|
outline-offset: 0;
|
|
255
263
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
256
|
-
box-shadow: none;
|
|
257
264
|
outline-color: inherit;
|
|
258
265
|
}
|
|
259
266
|
.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -265,7 +272,6 @@
|
|
|
265
272
|
color: #fff;
|
|
266
273
|
outline: #fff 0 solid;
|
|
267
274
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
268
|
-
box-shadow: none;
|
|
269
275
|
outline-color: inherit;
|
|
270
276
|
}
|
|
271
277
|
.e-btn-group .e-btn:focus.e-success,
|
|
@@ -276,7 +282,6 @@
|
|
|
276
282
|
border-color: #15803d;
|
|
277
283
|
color: #fff;
|
|
278
284
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
279
|
-
box-shadow: none;
|
|
280
285
|
outline-color: inherit;
|
|
281
286
|
}
|
|
282
287
|
.e-btn-group .e-btn:focus.e-info,
|
|
@@ -287,7 +292,6 @@
|
|
|
287
292
|
border-color: #0e7490;
|
|
288
293
|
color: #fff;
|
|
289
294
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
290
|
-
box-shadow: none;
|
|
291
295
|
outline-color: inherit;
|
|
292
296
|
}
|
|
293
297
|
.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -298,7 +302,6 @@
|
|
|
298
302
|
border-color: #c2410c;
|
|
299
303
|
color: #fff;
|
|
300
304
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
301
|
-
box-shadow: none;
|
|
302
305
|
outline-color: inherit;
|
|
303
306
|
}
|
|
304
307
|
.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -309,7 +312,6 @@
|
|
|
309
312
|
border-color: #dc2626;
|
|
310
313
|
color: #fff;
|
|
311
314
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
312
|
-
box-shadow: none;
|
|
313
315
|
outline-color: inherit;
|
|
314
316
|
}
|
|
315
317
|
.e-btn-group .e-btn:focus.e-link,
|
|
@@ -329,42 +331,36 @@
|
|
|
329
331
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
330
332
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
331
333
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
332
|
-
box-shadow: none;
|
|
333
334
|
}
|
|
334
335
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
335
336
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
336
337
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
337
338
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
338
339
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
339
|
-
box-shadow: none;
|
|
340
340
|
}
|
|
341
341
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
342
342
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
343
343
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
344
344
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
345
345
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
346
|
-
box-shadow: none;
|
|
347
346
|
}
|
|
348
347
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
349
348
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
350
349
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
351
350
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
352
351
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
353
|
-
box-shadow: none;
|
|
354
352
|
}
|
|
355
353
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
356
354
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
357
355
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
358
356
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
359
357
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
360
|
-
box-shadow: none;
|
|
361
358
|
}
|
|
362
359
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
363
360
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
364
361
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
365
362
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
366
363
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
367
|
-
box-shadow: none;
|
|
368
364
|
}
|
|
369
365
|
.e-btn-group .e-btn:active,
|
|
370
366
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
.e-dropdown-popup {
|
|
71
71
|
position: absolute;
|
|
72
|
+
border-radius: 4px;
|
|
72
73
|
margin-top: 2px;
|
|
73
74
|
}
|
|
74
75
|
.e-dropdown-popup ul {
|
|
@@ -148,6 +149,7 @@
|
|
|
148
149
|
|
|
149
150
|
*.e-bigger .e-dropdown-popup {
|
|
150
151
|
background-color: transparent;
|
|
152
|
+
border-radius: 4px;
|
|
151
153
|
}
|
|
152
154
|
|
|
153
155
|
*.e-bigger .e-dropdown-popup ul,
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
.e-dropdown-popup {
|
|
71
71
|
position: absolute;
|
|
72
|
+
border-radius: 4px;
|
|
72
73
|
margin-top: 2px;
|
|
73
74
|
}
|
|
74
75
|
.e-dropdown-popup ul {
|
|
@@ -148,6 +149,7 @@
|
|
|
148
149
|
|
|
149
150
|
*.e-bigger .e-dropdown-popup {
|
|
150
151
|
background-color: transparent;
|
|
152
|
+
border-radius: 4px;
|
|
151
153
|
}
|
|
152
154
|
|
|
153
155
|
*.e-bigger .e-dropdown-popup ul,
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
.e-dropdown-popup {
|
|
77
77
|
position: absolute;
|
|
78
|
+
border-radius: 4px;
|
|
78
79
|
margin-top: 4px;
|
|
79
80
|
}
|
|
80
81
|
.e-dropdown-popup ul {
|
|
@@ -154,6 +155,7 @@
|
|
|
154
155
|
|
|
155
156
|
*.e-bigger .e-dropdown-popup {
|
|
156
157
|
background-color: transparent;
|
|
158
|
+
border-radius: 4px;
|
|
157
159
|
}
|
|
158
160
|
|
|
159
161
|
*.e-bigger .e-dropdown-popup ul,
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
.e-dropdown-popup {
|
|
77
77
|
position: absolute;
|
|
78
|
+
border-radius: 4px;
|
|
78
79
|
margin-top: 4px;
|
|
79
80
|
}
|
|
80
81
|
.e-dropdown-popup ul {
|
|
@@ -154,6 +155,7 @@
|
|
|
154
155
|
|
|
155
156
|
*.e-bigger .e-dropdown-popup {
|
|
156
157
|
background-color: transparent;
|
|
158
|
+
border-radius: 4px;
|
|
157
159
|
}
|
|
158
160
|
|
|
159
161
|
*.e-bigger .e-dropdown-popup ul,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -531,14 +531,6 @@
|
|
|
531
531
|
flex-direction: row;
|
|
532
532
|
position: relative;
|
|
533
533
|
}
|
|
534
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
535
|
-
*.e-btn-group .e-btn:focus,
|
|
536
|
-
*.e-btn-group .e-btn:hover,
|
|
537
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
538
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
539
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
540
|
-
z-index: 2;
|
|
541
|
-
}
|
|
542
534
|
*.e-btn-group input + label.e-btn,
|
|
543
535
|
*.e-css.e-btn-group input + label.e-btn {
|
|
544
536
|
margin-bottom: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -528,14 +528,6 @@
|
|
|
528
528
|
flex-direction: row;
|
|
529
529
|
position: relative;
|
|
530
530
|
}
|
|
531
|
-
*.e-btn-group input:focus + label.e-btn,
|
|
532
|
-
*.e-btn-group .e-btn:focus,
|
|
533
|
-
*.e-btn-group .e-btn:hover,
|
|
534
|
-
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
535
|
-
*.e-css.e-btn-group .e-btn:focus,
|
|
536
|
-
*.e-css.e-btn-group .e-btn:hover {
|
|
537
|
-
z-index: 2;
|
|
538
|
-
}
|
|
539
531
|
*.e-btn-group input + label.e-btn,
|
|
540
532
|
*.e-css.e-btn-group input + label.e-btn {
|
|
541
533
|
margin-bottom: 0;
|