@syncfusion/ej2-navigations 26.1.40 → 26.2.4
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-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +108 -16
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +116 -20
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/hotfix/26.1.35_Vol2.txt +1 -0
- package/package.json +11 -11
- package/src/stepper/stepper.d.ts +27 -0
- package/src/stepper/stepper.js +42 -5
- package/src/toolbar/toolbar.d.ts +2 -0
- package/src/toolbar/toolbar.js +8 -4
- package/src/treeview/treeview.d.ts +3 -0
- package/src/treeview/treeview.js +66 -11
- package/styles/accordion/fluent2.css +10 -10
- package/styles/appbar/fluent2.css +10 -10
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/breadcrumb/_layout.scss +4 -2
- package/styles/breadcrumb/fluent2.css +13 -12
- package/styles/carousel/fluent2.css +10 -10
- package/styles/context-menu/fluent2.css +10 -10
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/fluent2.css +16 -14
- package/styles/h-scroll/fluent2.css +10 -10
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/material3-dark.css +2 -1
- package/styles/material3.css +2 -1
- package/styles/menu/fluent2.css +10 -10
- package/styles/pager/fluent2.css +10 -10
- package/styles/sidebar/fluent2.css +11 -11
- package/styles/stepper/fluent2.css +10 -10
- package/styles/tab/fluent2.css +10 -10
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
- package/styles/toolbar/fluent2.css +10 -10
- package/styles/treeview/bootstrap-dark.css +2 -1
- package/styles/treeview/bootstrap.css +2 -1
- package/styles/treeview/bootstrap4.css +2 -1
- package/styles/treeview/bootstrap5-dark.css +2 -1
- package/styles/treeview/bootstrap5.css +2 -1
- package/styles/treeview/fabric-dark.css +2 -1
- package/styles/treeview/fabric.css +2 -1
- package/styles/treeview/fluent-dark.css +2 -1
- package/styles/treeview/fluent.css +2 -1
- package/styles/treeview/fluent2.css +12 -11
- package/styles/treeview/highcontrast-light.css +2 -1
- package/styles/treeview/highcontrast.css +2 -1
- package/styles/treeview/icons/_bds.scss +2 -1
- package/styles/treeview/icons/_bootstrap-dark.scss +2 -1
- package/styles/treeview/icons/_bootstrap.scss +2 -1
- package/styles/treeview/icons/_bootstrap4.scss +2 -1
- package/styles/treeview/icons/_bootstrap5.3.scss +2 -1
- package/styles/treeview/icons/_bootstrap5.scss +2 -1
- package/styles/treeview/icons/_fabric-dark.scss +2 -1
- package/styles/treeview/icons/_fabric.scss +2 -1
- package/styles/treeview/icons/_fluent.scss +2 -1
- package/styles/treeview/icons/_fluent2.scss +2 -1
- package/styles/treeview/icons/_fusionnew.scss +2 -1
- package/styles/treeview/icons/_highcontrast-light.scss +2 -1
- package/styles/treeview/icons/_highcontrast.scss +2 -1
- package/styles/treeview/icons/_material-dark.scss +2 -1
- package/styles/treeview/icons/_material.scss +2 -1
- package/styles/treeview/icons/_material3.scss +2 -1
- package/styles/treeview/icons/_tailwind-dark.scss +2 -1
- package/styles/treeview/icons/_tailwind.scss +2 -1
- package/styles/treeview/material-dark.css +2 -1
- package/styles/treeview/material.css +2 -1
- package/styles/treeview/material3-dark.css +2 -1
- package/styles/treeview/material3.css +2 -1
- package/styles/treeview/tailwind-dark.css +2 -1
- package/styles/treeview/tailwind.css +2 -1
- package/styles/v-scroll/fluent2.css +10 -10
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e230";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e230";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e70b";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e22e";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e22e";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
|
@@ -1215,7 +1215,8 @@
|
|
|
1215
1215
|
/*! TreeView's theme wise override definitions and variables */
|
|
1216
1216
|
/* stylelint-disable */
|
|
1217
1217
|
/*! TreeView icons */
|
|
1218
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
1218
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
1219
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
1219
1220
|
content: "\e75c";
|
|
1220
1221
|
}
|
|
1221
1222
|
.e-treeview .e-sibling::before {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e22e";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e22e";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
/* stylelint-disable */
|
|
17
17
|
/*! TreeView icons */
|
|
18
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
18
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
19
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
19
20
|
content: "\e22f";
|
|
20
21
|
}
|
|
21
22
|
.e-treeview .e-sibling::before {
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
/*! TreeView's material theme wise override definitions and variables */
|
|
37
37
|
/* stylelint-disable */
|
|
38
38
|
/*! TreeView icons */
|
|
39
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
39
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
40
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
40
41
|
content: "\e22f";
|
|
41
42
|
}
|
|
42
43
|
.e-treeview .e-sibling::before {
|
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
/*! TreeView icons */
|
|
92
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
92
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
93
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
93
94
|
content: "\e748";
|
|
94
95
|
}
|
|
95
96
|
.e-treeview .e-sibling::before {
|
|
@@ -145,7 +145,8 @@
|
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
/*! TreeView icons */
|
|
148
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
148
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
149
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
149
150
|
content: "\e748";
|
|
150
151
|
}
|
|
151
152
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|