@syncfusion/ej2-react-navigations 26.1.35 → 26.1.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/dist/ej2-react-navigations.min.js +1 -1
- package/dist/ej2-react-navigations.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/accordion/bootstrap-dark.css +3 -3
- package/styles/accordion/bootstrap.css +3 -3
- package/styles/accordion/bootstrap4.css +3 -3
- package/styles/accordion/bootstrap5-dark.css +3 -3
- package/styles/accordion/bootstrap5.css +3 -3
- package/styles/accordion/fabric-dark.css +3 -3
- package/styles/accordion/fabric.css +3 -3
- package/styles/accordion/fluent-dark.css +3 -3
- package/styles/accordion/fluent.css +3 -3
- package/styles/accordion/fluent2.css +12 -4
- package/styles/accordion/highcontrast-light.css +3 -3
- package/styles/accordion/highcontrast.css +3 -3
- package/styles/accordion/material-dark.css +3 -3
- package/styles/accordion/material.css +3 -3
- package/styles/accordion/material3-dark.css +3 -3
- package/styles/accordion/material3.css +3 -3
- package/styles/accordion/tailwind-dark.css +3 -3
- package/styles/accordion/tailwind.css +3 -3
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5.css +3 -3
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/fluent2.css +24 -10
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/material3-dark.css +3 -3
- package/styles/material3.css +3 -3
- package/styles/tailwind-dark.css +3 -3
- package/styles/tailwind.css +3 -3
- package/styles/treeview/fluent2.css +12 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-navigations.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-navigations.umd.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-navigations@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-navigations@26.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-p87/RarC6GiCUoD9TO+6Q37vltQABtE/agSYHuIjbALQsP3P/00U9Y0ZBX3PaUazPDmTb4Crt/RtrXDS7zL/3A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-26.1.35.tgz",
|
|
23
|
+
"_shasum": "2f5ac7b2541ffdee0fdade6b6d905c55ba50831b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~26.1.
|
|
35
|
-
"@syncfusion/ej2-navigations": "26.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
+
"@syncfusion/ej2-navigations": "26.1.38",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "26.1.
|
|
70
|
+
"version": "26.1.38",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: transparent;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: transparent;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #3e98ff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #505050;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: transparent;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: transparent;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #333;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #ddd;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #f8f9fa;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f8f9fa;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #007bff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: none;
|
|
421
422
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
422
423
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
423
|
-
background: none;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #6ea8fe;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
501
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
503
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #444c54;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: none;
|
|
421
422
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
422
423
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
423
|
-
background: none;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #0c63e4;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
501
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
503
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #dee2e6;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #414040;
|
|
421
|
+
background: #414040;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #414040;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #dadada;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #414040;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #f4f4f4;
|
|
421
|
+
background: #f4f4f4;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f4f4f4;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #333;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #eaeaea;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #f3f2f1;
|
|
421
|
+
background: #252423;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #252423;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #a19f9d;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #292827;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #201f1e;
|
|
421
|
+
background: #f3f2f1;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f3f2f1;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #605e5c;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #edebe9;
|
|
@@ -1452,15 +1452,19 @@
|
|
|
1452
1452
|
}
|
|
1453
1453
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
1454
1454
|
border: 0;
|
|
1455
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1456
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1457
1455
|
background: transparent;
|
|
1456
|
+
-webkit-box-shadow: none;
|
|
1457
|
+
box-shadow: none;
|
|
1458
1458
|
}
|
|
1459
1459
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
1460
1460
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
1461
1461
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
1462
1462
|
color: var(--color-sf-content-text-color);
|
|
1463
1463
|
}
|
|
1464
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
|
|
1465
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1466
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1467
|
+
}
|
|
1464
1468
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
1465
1469
|
color: var(--color-sf-content-text-color);
|
|
1466
1470
|
}
|
|
@@ -1531,10 +1535,14 @@
|
|
|
1531
1535
|
color: var(--color-sf-icon-color);
|
|
1532
1536
|
}
|
|
1533
1537
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
1534
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1535
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1536
1538
|
position: relative;
|
|
1537
1539
|
z-index: 2;
|
|
1540
|
+
-webkit-box-shadow: none;
|
|
1541
|
+
box-shadow: none;
|
|
1542
|
+
}
|
|
1543
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
|
|
1544
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1545
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1538
1546
|
}
|
|
1539
1547
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
1540
1548
|
border-color: transparent;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 2px dashed #000;
|
|
421
|
+
background: inherit;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: inherit;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #000;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #757575;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 2px dashed #fff;
|
|
421
|
+
background: inherit;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: inherit;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #fff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #969696;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: rgba(255, 255, 255, 0.05);
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: rgba(255, 255, 255, 0.05);
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: rgba(255, 255, 255, 0.7);
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: transparent transparent #616161;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #eee;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #eee;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: rgba(0, 0, 0, 0.54);
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -531,9 +531,9 @@
|
|
|
531
531
|
}
|
|
532
532
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
533
533
|
border: 0;
|
|
534
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
534
535
|
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
535
536
|
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
536
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
537
537
|
}
|
|
538
538
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
539
539
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -610,10 +610,10 @@
|
|
|
610
610
|
color: rgba(var(--color-sf-primary));
|
|
611
611
|
}
|
|
612
612
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
613
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
614
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
615
613
|
position: relative;
|
|
616
614
|
z-index: 2;
|
|
615
|
+
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
616
|
+
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
617
617
|
}
|
|
618
618
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
619
619
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -643,9 +643,9 @@
|
|
|
643
643
|
}
|
|
644
644
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
645
645
|
border: 0;
|
|
646
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
646
647
|
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
647
648
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
648
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
649
649
|
}
|
|
650
650
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
651
651
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -722,10 +722,10 @@
|
|
|
722
722
|
color: rgba(var(--color-sf-primary));
|
|
723
723
|
}
|
|
724
724
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
725
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
726
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
727
725
|
position: relative;
|
|
728
726
|
z-index: 2;
|
|
727
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
728
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
729
729
|
}
|
|
730
730
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
731
731
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #4b5563;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #4b5563;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #d1d5db;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #4b5563;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #f3f4f6;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f3f4f6;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #6b7280;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #e5e7eb;
|
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2821
2821
|
border: 0;
|
|
2822
|
+
background: transparent;
|
|
2822
2823
|
-webkit-box-shadow: none;
|
|
2823
2824
|
box-shadow: none;
|
|
2824
|
-
background: transparent;
|
|
2825
2825
|
}
|
|
2826
2826
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2827
2827
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2898,10 +2898,10 @@
|
|
|
2898
2898
|
color: #3e98ff;
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2901
|
-
-webkit-box-shadow: none;
|
|
2902
|
-
box-shadow: none;
|
|
2903
2901
|
position: relative;
|
|
2904
2902
|
z-index: 2;
|
|
2903
|
+
-webkit-box-shadow: none;
|
|
2904
|
+
box-shadow: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2907
2907
|
border-color: #505050;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2825
2825
|
border: 0;
|
|
2826
|
+
background: transparent;
|
|
2826
2827
|
-webkit-box-shadow: none;
|
|
2827
2828
|
box-shadow: none;
|
|
2828
|
-
background: transparent;
|
|
2829
2829
|
}
|
|
2830
2830
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2831
2831
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2902,10 +2902,10 @@
|
|
|
2902
2902
|
color: #333;
|
|
2903
2903
|
}
|
|
2904
2904
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2905
|
-
-webkit-box-shadow: none;
|
|
2906
|
-
box-shadow: none;
|
|
2907
2905
|
position: relative;
|
|
2908
2906
|
z-index: 2;
|
|
2907
|
+
-webkit-box-shadow: none;
|
|
2908
|
+
box-shadow: none;
|
|
2909
2909
|
}
|
|
2910
2910
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2911
2911
|
border-color: #ddd;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2825
2825
|
border: 0;
|
|
2826
|
+
background: #f8f9fa;
|
|
2826
2827
|
-webkit-box-shadow: none;
|
|
2827
2828
|
box-shadow: none;
|
|
2828
|
-
background: #f8f9fa;
|
|
2829
2829
|
}
|
|
2830
2830
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2831
2831
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2902,10 +2902,10 @@
|
|
|
2902
2902
|
color: #007bff;
|
|
2903
2903
|
}
|
|
2904
2904
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2905
|
-
-webkit-box-shadow: none;
|
|
2906
|
-
box-shadow: none;
|
|
2907
2905
|
position: relative;
|
|
2908
2906
|
z-index: 2;
|
|
2907
|
+
-webkit-box-shadow: none;
|
|
2908
|
+
box-shadow: none;
|
|
2909
2909
|
}
|
|
2910
2910
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2911
2911
|
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
@@ -2899,9 +2899,9 @@
|
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2901
2901
|
border: 0;
|
|
2902
|
+
background: none;
|
|
2902
2903
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2903
2904
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2904
|
-
background: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2907
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2978,10 +2978,10 @@
|
|
|
2978
2978
|
color: #6ea8fe;
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2981
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2982
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2983
2981
|
position: relative;
|
|
2984
2982
|
z-index: 2;
|
|
2983
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2984
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2987
2987
|
border-color: #444c54;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2899,9 +2899,9 @@
|
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2901
2901
|
border: 0;
|
|
2902
|
+
background: none;
|
|
2902
2903
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2903
2904
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2904
|
-
background: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2907
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2978,10 +2978,10 @@
|
|
|
2978
2978
|
color: #0c63e4;
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2981
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2982
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2983
2981
|
position: relative;
|
|
2984
2982
|
z-index: 2;
|
|
2983
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2984
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2987
2987
|
border-color: #dee2e6;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2821
2821
|
border: 1px solid #414040;
|
|
2822
|
+
background: #414040;
|
|
2822
2823
|
-webkit-box-shadow: none;
|
|
2823
2824
|
box-shadow: none;
|
|
2824
|
-
background: #414040;
|
|
2825
2825
|
}
|
|
2826
2826
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2827
2827
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2898,10 +2898,10 @@
|
|
|
2898
2898
|
color: #dadada;
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2901
|
-
-webkit-box-shadow: none;
|
|
2902
|
-
box-shadow: none;
|
|
2903
2901
|
position: relative;
|
|
2904
2902
|
z-index: 2;
|
|
2903
|
+
-webkit-box-shadow: none;
|
|
2904
|
+
box-shadow: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2907
2907
|
border-color: #414040;
|
package/styles/fabric.css
CHANGED
|
@@ -2821,9 +2821,9 @@
|
|
|
2821
2821
|
}
|
|
2822
2822
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2823
2823
|
border: 1px solid #f4f4f4;
|
|
2824
|
+
background: #f4f4f4;
|
|
2824
2825
|
-webkit-box-shadow: none;
|
|
2825
2826
|
box-shadow: none;
|
|
2826
|
-
background: #f4f4f4;
|
|
2827
2827
|
}
|
|
2828
2828
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2829
2829
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2900,10 +2900,10 @@
|
|
|
2900
2900
|
color: #333;
|
|
2901
2901
|
}
|
|
2902
2902
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2903
|
-
-webkit-box-shadow: none;
|
|
2904
|
-
box-shadow: none;
|
|
2905
2903
|
position: relative;
|
|
2906
2904
|
z-index: 2;
|
|
2905
|
+
-webkit-box-shadow: none;
|
|
2906
|
+
box-shadow: none;
|
|
2907
2907
|
}
|
|
2908
2908
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2909
2909
|
border-color: #eaeaea;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2872,9 +2872,9 @@
|
|
|
2872
2872
|
}
|
|
2873
2873
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2874
2874
|
border: 1px solid #f3f2f1;
|
|
2875
|
+
background: #252423;
|
|
2875
2876
|
-webkit-box-shadow: none;
|
|
2876
2877
|
box-shadow: none;
|
|
2877
|
-
background: #252423;
|
|
2878
2878
|
}
|
|
2879
2879
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2880
2880
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2951,10 +2951,10 @@
|
|
|
2951
2951
|
color: #a19f9d;
|
|
2952
2952
|
}
|
|
2953
2953
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2954
|
-
-webkit-box-shadow: none;
|
|
2955
|
-
box-shadow: none;
|
|
2956
2954
|
position: relative;
|
|
2957
2955
|
z-index: 2;
|
|
2956
|
+
-webkit-box-shadow: none;
|
|
2957
|
+
box-shadow: none;
|
|
2958
2958
|
}
|
|
2959
2959
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2960
2960
|
border-color: #292827;
|
package/styles/fluent.css
CHANGED
|
@@ -2872,9 +2872,9 @@
|
|
|
2872
2872
|
}
|
|
2873
2873
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2874
2874
|
border: 1px solid #201f1e;
|
|
2875
|
+
background: #f3f2f1;
|
|
2875
2876
|
-webkit-box-shadow: none;
|
|
2876
2877
|
box-shadow: none;
|
|
2877
|
-
background: #f3f2f1;
|
|
2878
2878
|
}
|
|
2879
2879
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2880
2880
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2951,10 +2951,10 @@
|
|
|
2951
2951
|
color: #605e5c;
|
|
2952
2952
|
}
|
|
2953
2953
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2954
|
-
-webkit-box-shadow: none;
|
|
2955
|
-
box-shadow: none;
|
|
2956
2954
|
position: relative;
|
|
2957
2955
|
z-index: 2;
|
|
2956
|
+
-webkit-box-shadow: none;
|
|
2957
|
+
box-shadow: none;
|
|
2958
2958
|
}
|
|
2959
2959
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2960
2960
|
border-color: #edebe9;
|
package/styles/fluent2.css
CHANGED
|
@@ -8120,15 +8120,19 @@
|
|
|
8120
8120
|
}
|
|
8121
8121
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
8122
8122
|
border: 0;
|
|
8123
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8124
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8125
8123
|
background: transparent;
|
|
8124
|
+
-webkit-box-shadow: none;
|
|
8125
|
+
box-shadow: none;
|
|
8126
8126
|
}
|
|
8127
8127
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
8128
8128
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
8129
8129
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
8130
8130
|
color: var(--color-sf-content-text-color);
|
|
8131
8131
|
}
|
|
8132
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
|
|
8133
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8134
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8135
|
+
}
|
|
8132
8136
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
8133
8137
|
color: var(--color-sf-content-text-color);
|
|
8134
8138
|
}
|
|
@@ -8199,10 +8203,14 @@
|
|
|
8199
8203
|
color: var(--color-sf-icon-color);
|
|
8200
8204
|
}
|
|
8201
8205
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
8202
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8203
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8204
8206
|
position: relative;
|
|
8205
8207
|
z-index: 2;
|
|
8208
|
+
-webkit-box-shadow: none;
|
|
8209
|
+
box-shadow: none;
|
|
8210
|
+
}
|
|
8211
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
|
|
8212
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8213
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8206
8214
|
}
|
|
8207
8215
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
8208
8216
|
border-color: transparent;
|
|
@@ -17682,7 +17690,7 @@
|
|
|
17682
17690
|
}
|
|
17683
17691
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
17684
17692
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
17685
|
-
padding: 0
|
|
17693
|
+
padding: 0 8px;
|
|
17686
17694
|
}
|
|
17687
17695
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
17688
17696
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
@@ -17754,7 +17762,7 @@
|
|
|
17754
17762
|
.e-treeview.e-bigger .e-list-text {
|
|
17755
17763
|
line-height: 38px;
|
|
17756
17764
|
min-height: 38px;
|
|
17757
|
-
padding: 0
|
|
17765
|
+
padding: 0 16px;
|
|
17758
17766
|
}
|
|
17759
17767
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
17760
17768
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -17777,7 +17785,13 @@
|
|
|
17777
17785
|
.e-bigger .e-treeview .e-list-img,
|
|
17778
17786
|
.e-treeview.e-bigger .e-list-icon,
|
|
17779
17787
|
.e-treeview.e-bigger .e-list-img {
|
|
17780
|
-
margin: 0 0 0
|
|
17788
|
+
margin: 0 0 0 16px;
|
|
17789
|
+
}
|
|
17790
|
+
.e-bigger .e-treeview .e-list-icon + .e-list-text,
|
|
17791
|
+
.e-bigger .e-treeview .e-list-img + .e-list-text,
|
|
17792
|
+
.e-treeview.e-bigger .e-list-icon + .e-list-text,
|
|
17793
|
+
.e-treeview.e-bigger .e-list-img + .e-list-text {
|
|
17794
|
+
padding: 0 16px;
|
|
17781
17795
|
}
|
|
17782
17796
|
.e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
17783
17797
|
.e-bigger .e-treeview .e-list-img + .e-list-icon,
|
|
@@ -17837,7 +17851,7 @@
|
|
|
17837
17851
|
.e-bigger .e-treeview.e-rtl .e-list-img,
|
|
17838
17852
|
.e-treeview.e-bigger.e-rtl .e-list-icon,
|
|
17839
17853
|
.e-treeview.e-bigger.e-rtl .e-list-img {
|
|
17840
|
-
margin: 0
|
|
17854
|
+
margin: 0 16px 0 0;
|
|
17841
17855
|
}
|
|
17842
17856
|
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
17843
17857
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
@@ -17986,7 +18000,7 @@
|
|
|
17986
18000
|
margin: 0 0 0 4px;
|
|
17987
18001
|
}
|
|
17988
18002
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
17989
|
-
padding: 0
|
|
18003
|
+
padding: 0 4px;
|
|
17990
18004
|
}
|
|
17991
18005
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
17992
18006
|
bottom: -7px;
|
|
@@ -18020,7 +18034,7 @@
|
|
|
18020
18034
|
.e-treeview .e-list-img {
|
|
18021
18035
|
display: inline-block;
|
|
18022
18036
|
height: 18px;
|
|
18023
|
-
margin: 0 0 0
|
|
18037
|
+
margin: 0 0 0 12px;
|
|
18024
18038
|
vertical-align: middle;
|
|
18025
18039
|
width: 18px;
|
|
18026
18040
|
}
|
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2821
2821
|
border: 2px dashed #000;
|
|
2822
|
+
background: inherit;
|
|
2822
2823
|
-webkit-box-shadow: none;
|
|
2823
2824
|
box-shadow: none;
|
|
2824
|
-
background: inherit;
|
|
2825
2825
|
}
|
|
2826
2826
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2827
2827
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2898,10 +2898,10 @@
|
|
|
2898
2898
|
color: #000;
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2901
|
-
-webkit-box-shadow: none;
|
|
2902
|
-
box-shadow: none;
|
|
2903
2901
|
position: relative;
|
|
2904
2902
|
z-index: 2;
|
|
2903
|
+
-webkit-box-shadow: none;
|
|
2904
|
+
box-shadow: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2907
2907
|
border-color: #757575;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2821,9 +2821,9 @@
|
|
|
2821
2821
|
}
|
|
2822
2822
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2823
2823
|
border: 2px dashed #fff;
|
|
2824
|
+
background: inherit;
|
|
2824
2825
|
-webkit-box-shadow: none;
|
|
2825
2826
|
box-shadow: none;
|
|
2826
|
-
background: inherit;
|
|
2827
2827
|
}
|
|
2828
2828
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2829
2829
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2900,10 +2900,10 @@
|
|
|
2900
2900
|
color: #fff;
|
|
2901
2901
|
}
|
|
2902
2902
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2903
|
-
-webkit-box-shadow: none;
|
|
2904
|
-
box-shadow: none;
|
|
2905
2903
|
position: relative;
|
|
2906
2904
|
z-index: 2;
|
|
2905
|
+
-webkit-box-shadow: none;
|
|
2906
|
+
box-shadow: none;
|
|
2907
2907
|
}
|
|
2908
2908
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2909
2909
|
border-color: #969696;
|
package/styles/material-dark.css
CHANGED
|
@@ -2948,9 +2948,9 @@
|
|
|
2948
2948
|
}
|
|
2949
2949
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2950
2950
|
border: 0;
|
|
2951
|
+
background: rgba(255, 255, 255, 0.05);
|
|
2951
2952
|
-webkit-box-shadow: none;
|
|
2952
2953
|
box-shadow: none;
|
|
2953
|
-
background: rgba(255, 255, 255, 0.05);
|
|
2954
2954
|
}
|
|
2955
2955
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2956
2956
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3027,10 +3027,10 @@
|
|
|
3027
3027
|
color: rgba(255, 255, 255, 0.7);
|
|
3028
3028
|
}
|
|
3029
3029
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3030
|
-
-webkit-box-shadow: none;
|
|
3031
|
-
box-shadow: none;
|
|
3032
3030
|
position: relative;
|
|
3033
3031
|
z-index: 2;
|
|
3032
|
+
-webkit-box-shadow: none;
|
|
3033
|
+
box-shadow: none;
|
|
3034
3034
|
}
|
|
3035
3035
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3036
3036
|
border-color: transparent transparent #616161;
|
package/styles/material.css
CHANGED
|
@@ -2950,9 +2950,9 @@
|
|
|
2950
2950
|
}
|
|
2951
2951
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2952
2952
|
border: 0;
|
|
2953
|
+
background: #eee;
|
|
2953
2954
|
-webkit-box-shadow: none;
|
|
2954
2955
|
box-shadow: none;
|
|
2955
|
-
background: #eee;
|
|
2956
2956
|
}
|
|
2957
2957
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2958
2958
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3029,10 +3029,10 @@
|
|
|
3029
3029
|
color: rgba(0, 0, 0, 0.54);
|
|
3030
3030
|
}
|
|
3031
3031
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3032
|
-
-webkit-box-shadow: none;
|
|
3033
|
-
box-shadow: none;
|
|
3034
3032
|
position: relative;
|
|
3035
3033
|
z-index: 2;
|
|
3034
|
+
-webkit-box-shadow: none;
|
|
3035
|
+
box-shadow: none;
|
|
3036
3036
|
}
|
|
3037
3037
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3038
3038
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -3477,9 +3477,9 @@
|
|
|
3477
3477
|
}
|
|
3478
3478
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
3479
3479
|
border: 0;
|
|
3480
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
3480
3481
|
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3481
3482
|
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3482
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
3483
3483
|
}
|
|
3484
3484
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3485
3485
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3556,10 +3556,10 @@
|
|
|
3556
3556
|
color: rgba(var(--color-sf-primary));
|
|
3557
3557
|
}
|
|
3558
3558
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3559
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3560
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3561
3559
|
position: relative;
|
|
3562
3560
|
z-index: 2;
|
|
3561
|
+
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3562
|
+
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3563
3563
|
}
|
|
3564
3564
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3565
3565
|
border-color: rgba(var(--color-sf-outline-variant));
|
package/styles/material3.css
CHANGED
|
@@ -4037,9 +4037,9 @@
|
|
|
4037
4037
|
}
|
|
4038
4038
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
4039
4039
|
border: 0;
|
|
4040
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
4040
4041
|
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4041
4042
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4042
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
4043
4043
|
}
|
|
4044
4044
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
4045
4045
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -4116,10 +4116,10 @@
|
|
|
4116
4116
|
color: rgba(var(--color-sf-primary));
|
|
4117
4117
|
}
|
|
4118
4118
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
4119
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4120
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4121
4119
|
position: relative;
|
|
4122
4120
|
z-index: 2;
|
|
4121
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4122
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4123
4123
|
}
|
|
4124
4124
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
4125
4125
|
border-color: rgba(var(--color-sf-outline-variant));
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2979,9 +2979,9 @@
|
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2981
2981
|
border: 0;
|
|
2982
|
+
background: #4b5563;
|
|
2982
2983
|
-webkit-box-shadow: none;
|
|
2983
2984
|
box-shadow: none;
|
|
2984
|
-
background: #4b5563;
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2987
2987
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3058,10 +3058,10 @@
|
|
|
3058
3058
|
color: #d1d5db;
|
|
3059
3059
|
}
|
|
3060
3060
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3061
|
-
-webkit-box-shadow: none;
|
|
3062
|
-
box-shadow: none;
|
|
3063
3061
|
position: relative;
|
|
3064
3062
|
z-index: 2;
|
|
3063
|
+
-webkit-box-shadow: none;
|
|
3064
|
+
box-shadow: none;
|
|
3065
3065
|
}
|
|
3066
3066
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3067
3067
|
border-color: #4b5563;
|
package/styles/tailwind.css
CHANGED
|
@@ -2979,9 +2979,9 @@
|
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2981
2981
|
border: 0;
|
|
2982
|
+
background: #f3f4f6;
|
|
2982
2983
|
-webkit-box-shadow: none;
|
|
2983
2984
|
box-shadow: none;
|
|
2984
|
-
background: #f3f4f6;
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2987
2987
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3058,10 +3058,10 @@
|
|
|
3058
3058
|
color: #6b7280;
|
|
3059
3059
|
}
|
|
3060
3060
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3061
|
-
-webkit-box-shadow: none;
|
|
3062
|
-
box-shadow: none;
|
|
3063
3061
|
position: relative;
|
|
3064
3062
|
z-index: 2;
|
|
3063
|
+
-webkit-box-shadow: none;
|
|
3064
|
+
box-shadow: none;
|
|
3065
3065
|
}
|
|
3066
3066
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3067
3067
|
border-color: #e5e7eb;
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
}
|
|
1295
1295
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
1296
1296
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
1297
|
-
padding: 0
|
|
1297
|
+
padding: 0 8px;
|
|
1298
1298
|
}
|
|
1299
1299
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
1300
1300
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
.e-treeview.e-bigger .e-list-text {
|
|
1367
1367
|
line-height: 38px;
|
|
1368
1368
|
min-height: 38px;
|
|
1369
|
-
padding: 0
|
|
1369
|
+
padding: 0 16px;
|
|
1370
1370
|
}
|
|
1371
1371
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
1372
1372
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -1389,7 +1389,13 @@
|
|
|
1389
1389
|
.e-bigger .e-treeview .e-list-img,
|
|
1390
1390
|
.e-treeview.e-bigger .e-list-icon,
|
|
1391
1391
|
.e-treeview.e-bigger .e-list-img {
|
|
1392
|
-
margin: 0 0 0
|
|
1392
|
+
margin: 0 0 0 16px;
|
|
1393
|
+
}
|
|
1394
|
+
.e-bigger .e-treeview .e-list-icon + .e-list-text,
|
|
1395
|
+
.e-bigger .e-treeview .e-list-img + .e-list-text,
|
|
1396
|
+
.e-treeview.e-bigger .e-list-icon + .e-list-text,
|
|
1397
|
+
.e-treeview.e-bigger .e-list-img + .e-list-text {
|
|
1398
|
+
padding: 0 16px;
|
|
1393
1399
|
}
|
|
1394
1400
|
.e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
1395
1401
|
.e-bigger .e-treeview .e-list-img + .e-list-icon,
|
|
@@ -1449,7 +1455,7 @@
|
|
|
1449
1455
|
.e-bigger .e-treeview.e-rtl .e-list-img,
|
|
1450
1456
|
.e-treeview.e-bigger.e-rtl .e-list-icon,
|
|
1451
1457
|
.e-treeview.e-bigger.e-rtl .e-list-img {
|
|
1452
|
-
margin: 0
|
|
1458
|
+
margin: 0 16px 0 0;
|
|
1453
1459
|
}
|
|
1454
1460
|
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
1455
1461
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
@@ -1598,7 +1604,7 @@
|
|
|
1598
1604
|
margin: 0 0 0 4px;
|
|
1599
1605
|
}
|
|
1600
1606
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
1601
|
-
padding: 0
|
|
1607
|
+
padding: 0 4px;
|
|
1602
1608
|
}
|
|
1603
1609
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
1604
1610
|
bottom: -7px;
|
|
@@ -1632,7 +1638,7 @@
|
|
|
1632
1638
|
.e-treeview .e-list-img {
|
|
1633
1639
|
display: inline-block;
|
|
1634
1640
|
height: 18px;
|
|
1635
|
-
margin: 0 0 0
|
|
1641
|
+
margin: 0 0 0 12px;
|
|
1636
1642
|
vertical-align: middle;
|
|
1637
1643
|
width: 18px;
|
|
1638
1644
|
}
|