@syncfusion/ej2-navigations 20.4.53 → 21.1.37
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 +22 -0
- package/README.md +213 -143
- 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 +90 -25
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +94 -29
- 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/package.json +13 -12
- package/src/accordion/accordion-model.d.ts +4 -4
- package/src/accordion/accordion.d.ts +8 -4
- package/src/appbar/appbar-model.d.ts +9 -9
- package/src/appbar/appbar.d.ts +24 -21
- package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
- package/src/breadcrumb/breadcrumb.d.ts +32 -3
- package/src/breadcrumb/breadcrumb.js +32 -0
- package/src/carousel/carousel-model.d.ts +7 -7
- package/src/carousel/carousel.d.ts +24 -20
- package/src/carousel/carousel.js +25 -11
- package/src/common/menu-base.d.ts +13 -2
- package/src/menu/menu.d.ts +5 -1
- package/src/sidebar/sidebar.d.ts +26 -2
- package/src/sidebar/sidebar.js +1 -1
- package/src/tab/tab-model.d.ts +20 -20
- package/src/tab/tab.d.ts +38 -21
- package/src/tab/tab.js +22 -10
- package/src/toolbar/toolbar-model.d.ts +22 -16
- package/src/toolbar/toolbar.d.ts +48 -16
- package/src/toolbar/toolbar.js +10 -4
- package/src/treeview/treeview-model.d.ts +4 -4
- package/src/treeview/treeview.d.ts +32 -4
- package/src/treeview/treeview.js +3 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
- package/styles/accordion/_bootstrap-definition.scss +0 -1
- package/styles/accordion/_bootstrap4-definition.scss +0 -1
- package/styles/accordion/_bootstrap5-definition.scss +6 -7
- package/styles/accordion/_fabric-dark-definition.scss +0 -1
- package/styles/accordion/_fabric-definition.scss +0 -1
- package/styles/accordion/_fluent-definition.scss +5 -6
- package/styles/accordion/_fusionnew-definition.scss +0 -1
- package/styles/accordion/_highcontrast-definition.scss +0 -1
- package/styles/accordion/_highcontrast-light-definition.scss +0 -1
- package/styles/accordion/_layout.scss +0 -1
- package/styles/accordion/_material-dark-definition.scss +0 -1
- package/styles/accordion/_material-definition.scss +0 -1
- package/styles/accordion/_tailwind-definition.scss +5 -6
- package/styles/accordion/bootstrap-dark.css +0 -1
- package/styles/accordion/bootstrap.css +0 -1
- package/styles/accordion/bootstrap4.css +0 -1
- package/styles/accordion/bootstrap5-dark.css +3 -4
- package/styles/accordion/bootstrap5.css +3 -4
- package/styles/accordion/fabric-dark.css +0 -1
- package/styles/accordion/fabric.css +0 -1
- package/styles/accordion/fluent-dark.css +3 -4
- package/styles/accordion/fluent.css +3 -4
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +0 -1
- package/styles/accordion/material.css +0 -1
- package/styles/accordion/tailwind-dark.css +3 -4
- package/styles/accordion/tailwind.css +3 -4
- package/styles/appbar/_bootstrap5-definition.scss +2 -2
- package/styles/appbar/_fluent-definition.scss +2 -2
- package/styles/appbar/_layout.scss +3 -0
- package/styles/appbar/_tailwind-definition.scss +2 -2
- package/styles/appbar/bootstrap-dark.css +3 -0
- package/styles/appbar/bootstrap.css +3 -0
- package/styles/appbar/bootstrap4.css +3 -0
- package/styles/appbar/bootstrap5-dark.css +3 -0
- package/styles/appbar/bootstrap5.css +3 -0
- package/styles/appbar/fabric-dark.css +3 -0
- package/styles/appbar/fabric.css +3 -0
- package/styles/appbar/fluent-dark.css +3 -0
- package/styles/appbar/fluent.css +3 -0
- package/styles/appbar/highcontrast-light.css +3 -0
- package/styles/appbar/highcontrast.css +3 -0
- package/styles/appbar/material-dark.css +3 -0
- package/styles/appbar/material.css +3 -0
- package/styles/appbar/tailwind-dark.css +3 -0
- package/styles/appbar/tailwind.css +3 -0
- package/styles/bootstrap-dark.css +669 -938
- package/styles/bootstrap.css +658 -927
- package/styles/bootstrap4.css +724 -993
- package/styles/bootstrap5-dark.css +685 -954
- package/styles/bootstrap5.css +686 -955
- package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
- package/styles/breadcrumb/_fluent-definition.scss +2 -2
- package/styles/breadcrumb/_layout.scss +2 -2
- package/styles/breadcrumb/_tailwind-definition.scss +2 -2
- package/styles/breadcrumb/_theme.scss +18 -2
- package/styles/carousel/_layout.scss +7 -0
- package/styles/carousel/bootstrap-dark.css +4 -0
- package/styles/carousel/bootstrap.css +4 -0
- package/styles/carousel/bootstrap4.css +4 -0
- package/styles/carousel/bootstrap5-dark.css +4 -0
- package/styles/carousel/bootstrap5.css +4 -0
- package/styles/carousel/fabric-dark.css +4 -0
- package/styles/carousel/fabric.css +4 -0
- package/styles/carousel/fluent-dark.css +4 -0
- package/styles/carousel/fluent.css +4 -0
- package/styles/carousel/highcontrast-light.css +4 -0
- package/styles/carousel/highcontrast.css +4 -0
- package/styles/carousel/material-dark.css +4 -0
- package/styles/carousel/material.css +4 -0
- package/styles/carousel/tailwind-dark.css +4 -0
- package/styles/carousel/tailwind.css +4 -0
- package/styles/context-menu/_bootstrap5-definition.scss +3 -3
- package/styles/context-menu/_fluent-definition.scss +2 -2
- package/styles/context-menu/_tailwind-definition.scss +3 -3
- package/styles/fabric-dark.css +669 -938
- package/styles/fabric.css +669 -938
- package/styles/fluent-dark.css +677 -946
- package/styles/fluent.css +677 -946
- package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
- package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
- package/styles/h-scroll/_fabric-definition.scss +0 -1
- package/styles/h-scroll/_fluent-definition.scss +0 -1
- package/styles/h-scroll/_fusionnew-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/h-scroll/_layout.scss +1 -0
- package/styles/h-scroll/_material-dark-definition.scss +0 -1
- package/styles/h-scroll/_material-definition.scss +0 -1
- package/styles/h-scroll/_tailwind-definition.scss +0 -1
- package/styles/h-scroll/_theme.scss +0 -1
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/fluent-dark.css +1 -1
- package/styles/h-scroll/fluent.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +668 -937
- package/styles/highcontrast.css +675 -944
- package/styles/material-dark.css +669 -938
- package/styles/material.css +661 -930
- package/styles/menu/_bootstrap5-definition.scss +2 -2
- package/styles/menu/_layout.scss +1 -1
- package/styles/menu/_tailwind-definition.scss +2 -2
- package/styles/menu/_theme.scss +31 -15
- package/styles/menu/bootstrap-dark.css +7 -7
- package/styles/menu/bootstrap.css +7 -7
- package/styles/menu/bootstrap4.css +10 -10
- package/styles/menu/bootstrap5-dark.css +7 -7
- package/styles/menu/bootstrap5.css +7 -7
- package/styles/menu/fabric-dark.css +7 -7
- package/styles/menu/fabric.css +7 -7
- package/styles/menu/fluent-dark.css +7 -7
- package/styles/menu/fluent.css +7 -7
- package/styles/menu/highcontrast-light.css +7 -7
- package/styles/menu/highcontrast.css +7 -7
- package/styles/menu/icons/_material3.scss +12 -12
- package/styles/menu/material-dark.css +7 -7
- package/styles/menu/material.css +7 -7
- package/styles/menu/tailwind-dark.css +7 -7
- package/styles/menu/tailwind.css +7 -7
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +1 -3
- package/styles/tab/_bootstrap5-definition.scss +12 -14
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +4 -6
- package/styles/tab/_fusionnew-definition.scss +2 -4
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_layout.scss +8 -6
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +3 -5
- package/styles/tab/_theme.scss +0 -1
- package/styles/tab/bootstrap-dark.css +5 -2
- package/styles/tab/bootstrap.css +5 -2
- package/styles/tab/bootstrap4.css +12 -9
- package/styles/tab/bootstrap5-dark.css +11 -8
- package/styles/tab/bootstrap5.css +11 -8
- package/styles/tab/fabric-dark.css +7 -4
- package/styles/tab/fabric.css +7 -4
- package/styles/tab/fluent-dark.css +8 -5
- package/styles/tab/fluent.css +8 -5
- package/styles/tab/highcontrast-light.css +10 -7
- package/styles/tab/highcontrast.css +10 -7
- package/styles/tab/material-dark.css +4 -1
- package/styles/tab/material.css +4 -1
- package/styles/tab/tailwind-dark.css +8 -5
- package/styles/tab/tailwind.css +8 -5
- package/styles/tailwind-dark.css +668 -937
- package/styles/tailwind.css +668 -937
- package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
- package/styles/toolbar/_bootstrap-definition.scss +13 -41
- package/styles/toolbar/_bootstrap4-definition.scss +15 -43
- package/styles/toolbar/_bootstrap5-definition.scss +21 -49
- package/styles/toolbar/_fabric-dark-definition.scss +14 -43
- package/styles/toolbar/_fabric-definition.scss +15 -43
- package/styles/toolbar/_fluent-definition.scss +22 -50
- package/styles/toolbar/_fusionnew-definition.scss +17 -45
- package/styles/toolbar/_highcontrast-definition.scss +15 -43
- package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
- package/styles/toolbar/_layout.scss +684 -977
- package/styles/toolbar/_material-dark-definition.scss +19 -49
- package/styles/toolbar/_material-definition.scss +21 -49
- package/styles/toolbar/_tailwind-definition.scss +21 -49
- package/styles/toolbar/_theme.scss +205 -294
- package/styles/toolbar/bootstrap-dark.css +647 -925
- package/styles/toolbar/bootstrap.css +638 -916
- package/styles/toolbar/bootstrap4.css +657 -935
- package/styles/toolbar/bootstrap5-dark.css +658 -936
- package/styles/toolbar/bootstrap5.css +658 -936
- package/styles/toolbar/fabric-dark.css +645 -923
- package/styles/toolbar/fabric.css +651 -929
- package/styles/toolbar/fluent-dark.css +650 -928
- package/styles/toolbar/fluent.css +650 -928
- package/styles/toolbar/highcontrast-light.css +642 -920
- package/styles/toolbar/highcontrast.css +647 -925
- package/styles/toolbar/material-dark.css +649 -927
- package/styles/toolbar/material.css +646 -924
- package/styles/toolbar/tailwind-dark.css +647 -925
- package/styles/toolbar/tailwind.css +645 -923
- package/styles/treeview/_bootstrap5-definition.scss +5 -5
- package/styles/treeview/_fluent-definition.scss +5 -5
- package/styles/treeview/_layout.scss +8 -4
- package/styles/treeview/_tailwind-definition.scss +5 -5
- package/styles/treeview/_theme.scss +6 -3
- package/styles/accordion/_material3-definition.scss +0 -181
- package/styles/appbar/_material3-definition.scss +0 -8
- package/styles/breadcrumb/_material3-definition.scss +0 -59
- package/styles/carousel/_material3-definition.scss +0 -22
- package/styles/context-menu/_material3-definition.scss +0 -52
- package/styles/h-scroll/_material3-definition.scss +0 -84
- package/styles/menu/_material3-definition.scss +0 -67
- package/styles/pager/_material3-definition.scss +0 -146
- package/styles/sidebar/_material3-definition.scss +0 -6
- package/styles/tab/_material3-definition.scss +0 -658
- package/styles/toolbar/_material3-definition.scss +0 -248
- package/styles/treeview/_material3-definition.scss +0 -120
- package/styles/v-scroll/_material3-definition.scss +0 -49
|
@@ -896,11 +896,11 @@
|
|
|
896
896
|
/*! menu theme */
|
|
897
897
|
.e-menu-wrapper,
|
|
898
898
|
.e-menu-container {
|
|
899
|
-
background
|
|
899
|
+
background: #fff;
|
|
900
900
|
}
|
|
901
901
|
.e-menu-wrapper .e-menu,
|
|
902
902
|
.e-menu-container .e-menu {
|
|
903
|
-
background
|
|
903
|
+
background: inherit;
|
|
904
904
|
color: #000;
|
|
905
905
|
}
|
|
906
906
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
color: inherit;
|
|
933
933
|
outline: 0 solid #757575;
|
|
934
934
|
outline-offset: 0;
|
|
935
|
-
background
|
|
935
|
+
background: #ecf;
|
|
936
936
|
}
|
|
937
937
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
938
938
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
color: #fff;
|
|
948
948
|
outline: 0 solid #808080;
|
|
949
949
|
outline-offset: 0;
|
|
950
|
-
background
|
|
950
|
+
background: #808080;
|
|
951
951
|
}
|
|
952
952
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
953
953
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
|
|
982
982
|
.e-menu-wrapper .e-ul,
|
|
983
983
|
.e-menu-container .e-ul {
|
|
984
|
-
background
|
|
984
|
+
background: inherit;
|
|
985
985
|
color: #000;
|
|
986
986
|
}
|
|
987
987
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -1009,11 +1009,11 @@
|
|
|
1009
1009
|
|
|
1010
1010
|
.e-menu-wrapper.e-menu-popup,
|
|
1011
1011
|
.e-menu-container.e-menu-popup {
|
|
1012
|
-
background
|
|
1012
|
+
background: #fff;
|
|
1013
1013
|
}
|
|
1014
1014
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
1015
1015
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
1016
|
-
background
|
|
1016
|
+
background: inherit;
|
|
1017
1017
|
}
|
|
1018
1018
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
1019
1019
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
@@ -897,11 +897,11 @@
|
|
|
897
897
|
/*! menu theme */
|
|
898
898
|
.e-menu-wrapper,
|
|
899
899
|
.e-menu-container {
|
|
900
|
-
background
|
|
900
|
+
background: #000;
|
|
901
901
|
}
|
|
902
902
|
.e-menu-wrapper .e-menu,
|
|
903
903
|
.e-menu-container .e-menu {
|
|
904
|
-
background
|
|
904
|
+
background: inherit;
|
|
905
905
|
color: #fff;
|
|
906
906
|
}
|
|
907
907
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
color: inherit;
|
|
934
934
|
outline: 0 solid #fff;
|
|
935
935
|
outline-offset: 0;
|
|
936
|
-
background
|
|
936
|
+
background: #685708;
|
|
937
937
|
}
|
|
938
938
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
939
939
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
color: #000;
|
|
949
949
|
outline: 0 solid #ffd939;
|
|
950
950
|
outline-offset: 0;
|
|
951
|
-
background
|
|
951
|
+
background: #ffd939;
|
|
952
952
|
}
|
|
953
953
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
954
954
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
|
|
983
983
|
.e-menu-wrapper .e-ul,
|
|
984
984
|
.e-menu-container .e-ul {
|
|
985
|
-
background
|
|
985
|
+
background: inherit;
|
|
986
986
|
color: #fff;
|
|
987
987
|
}
|
|
988
988
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -1010,11 +1010,11 @@
|
|
|
1010
1010
|
|
|
1011
1011
|
.e-menu-wrapper.e-menu-popup,
|
|
1012
1012
|
.e-menu-container.e-menu-popup {
|
|
1013
|
-
background
|
|
1013
|
+
background: #000;
|
|
1014
1014
|
}
|
|
1015
1015
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
1016
1016
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
1017
|
-
background
|
|
1017
|
+
background: inherit;
|
|
1018
1018
|
}
|
|
1019
1019
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
1020
1020
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
&.e-vertical .e-menu-item {
|
|
9
9
|
& .e-caret {
|
|
10
10
|
&::before {
|
|
11
|
-
content: '\
|
|
11
|
+
content: '\e87e';
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
& .e-menu-item {
|
|
17
17
|
& .e-caret {
|
|
18
18
|
&::before {
|
|
19
|
-
content: '\
|
|
19
|
+
content: '\e70d';
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
& .e-ul .e-menu-item {
|
|
26
26
|
& .e-caret {
|
|
27
27
|
&::before {
|
|
28
|
-
content: '\
|
|
28
|
+
content: '\e87e';
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
& .e-vertical .e-menu-item .e-caret,
|
|
53
53
|
& .e-menu-item .e-caret {
|
|
54
54
|
&::before {
|
|
55
|
-
content: '\
|
|
55
|
+
content: '\e70d';
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
&.e-ul {
|
|
62
62
|
& .e-caret {
|
|
63
63
|
&::before {
|
|
64
|
-
content: '\
|
|
64
|
+
content: '\e70d';
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
|
|
70
70
|
& .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before,
|
|
71
71
|
& .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before {
|
|
72
|
-
content: '\
|
|
72
|
+
content: '\e87e';
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
& .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before,
|
|
76
76
|
& .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before {
|
|
77
|
-
content: '\
|
|
77
|
+
content: '\e70d';
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
&.e-vertical {
|
|
84
84
|
& .e-caret {
|
|
85
85
|
&::before {
|
|
86
|
-
content: '\
|
|
86
|
+
content: '\e87d';
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
}
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
&.e-ul {
|
|
92
92
|
& .e-caret {
|
|
93
93
|
&::before {
|
|
94
|
-
content: '\
|
|
94
|
+
content: '\e87d';
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
&.e-vertical {
|
|
105
105
|
& .e-caret {
|
|
106
106
|
&::before {
|
|
107
|
-
content: '\
|
|
107
|
+
content: '\e87d';
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
&.e-ul {
|
|
113
113
|
& .e-caret {
|
|
114
114
|
&::before {
|
|
115
|
-
content: '\
|
|
115
|
+
content: '\e87d';
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
&.e-ul {
|
|
127
127
|
& .e-caret {
|
|
128
128
|
&::before {
|
|
129
|
-
content: '\
|
|
129
|
+
content: '\e70d';
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
}
|
|
@@ -915,11 +915,11 @@
|
|
|
915
915
|
/*! menu theme */
|
|
916
916
|
.e-menu-wrapper,
|
|
917
917
|
.e-menu-container {
|
|
918
|
-
background
|
|
918
|
+
background: #212121;
|
|
919
919
|
}
|
|
920
920
|
.e-menu-wrapper .e-menu,
|
|
921
921
|
.e-menu-container .e-menu {
|
|
922
|
-
background
|
|
922
|
+
background: inherit;
|
|
923
923
|
color: #fff;
|
|
924
924
|
}
|
|
925
925
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
color: inherit;
|
|
952
952
|
outline: 0 solid #616161;
|
|
953
953
|
outline-offset: 0;
|
|
954
|
-
background
|
|
954
|
+
background: rgba(255, 255, 255, 0.1);
|
|
955
955
|
}
|
|
956
956
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
957
957
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
color: #fff;
|
|
967
967
|
outline: 0 solid rgba(255, 255, 255, 0.18);
|
|
968
968
|
outline-offset: 0;
|
|
969
|
-
background
|
|
969
|
+
background: rgba(255, 255, 255, 0.18);
|
|
970
970
|
}
|
|
971
971
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
972
972
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
|
|
1001
1001
|
.e-menu-wrapper .e-ul,
|
|
1002
1002
|
.e-menu-container .e-ul {
|
|
1003
|
-
background
|
|
1003
|
+
background: inherit;
|
|
1004
1004
|
color: #fff;
|
|
1005
1005
|
}
|
|
1006
1006
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
|
|
1029
1029
|
.e-menu-wrapper.e-menu-popup,
|
|
1030
1030
|
.e-menu-container.e-menu-popup {
|
|
1031
|
-
background
|
|
1031
|
+
background: #424242;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
1034
1034
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
1035
|
-
background
|
|
1035
|
+
background: inherit;
|
|
1036
1036
|
}
|
|
1037
1037
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
1038
1038
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
package/styles/menu/material.css
CHANGED
|
@@ -917,11 +917,11 @@
|
|
|
917
917
|
/*! menu theme */
|
|
918
918
|
.e-menu-wrapper,
|
|
919
919
|
.e-menu-container {
|
|
920
|
-
background
|
|
920
|
+
background: #fafafa;
|
|
921
921
|
}
|
|
922
922
|
.e-menu-wrapper .e-menu,
|
|
923
923
|
.e-menu-container .e-menu {
|
|
924
|
-
background
|
|
924
|
+
background: inherit;
|
|
925
925
|
color: rgba(0, 0, 0, 0.87);
|
|
926
926
|
}
|
|
927
927
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
color: initial;
|
|
954
954
|
outline: 0 solid rgba(0, 0, 0, 0.12);
|
|
955
955
|
outline-offset: 0;
|
|
956
|
-
background
|
|
956
|
+
background: #eee;
|
|
957
957
|
}
|
|
958
958
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
959
959
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
color: rgba(0, 0, 0, 0.87);
|
|
969
969
|
outline: 0 solid #e0e0e0;
|
|
970
970
|
outline-offset: 0;
|
|
971
|
-
background
|
|
971
|
+
background: #e0e0e0;
|
|
972
972
|
}
|
|
973
973
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
974
974
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -1002,7 +1002,7 @@
|
|
|
1002
1002
|
|
|
1003
1003
|
.e-menu-wrapper .e-ul,
|
|
1004
1004
|
.e-menu-container .e-ul {
|
|
1005
|
-
background
|
|
1005
|
+
background: inherit;
|
|
1006
1006
|
color: rgba(0, 0, 0, 0.87);
|
|
1007
1007
|
}
|
|
1008
1008
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -1030,11 +1030,11 @@
|
|
|
1030
1030
|
|
|
1031
1031
|
.e-menu-wrapper.e-menu-popup,
|
|
1032
1032
|
.e-menu-container.e-menu-popup {
|
|
1033
|
-
background
|
|
1033
|
+
background: #fff;
|
|
1034
1034
|
}
|
|
1035
1035
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
1036
1036
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
1037
|
-
background
|
|
1037
|
+
background: inherit;
|
|
1038
1038
|
}
|
|
1039
1039
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
1040
1040
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
@@ -910,11 +910,11 @@
|
|
|
910
910
|
/*! menu theme */
|
|
911
911
|
.e-menu-wrapper,
|
|
912
912
|
.e-menu-container {
|
|
913
|
-
background
|
|
913
|
+
background: #374151;
|
|
914
914
|
}
|
|
915
915
|
.e-menu-wrapper .e-menu,
|
|
916
916
|
.e-menu-container .e-menu {
|
|
917
|
-
background
|
|
917
|
+
background: inherit;
|
|
918
918
|
color: #fff;
|
|
919
919
|
}
|
|
920
920
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
color: #fff;
|
|
947
947
|
outline: 0 solid #4b5563;
|
|
948
948
|
outline-offset: 0;
|
|
949
|
-
background
|
|
949
|
+
background: #4b5563;
|
|
950
950
|
}
|
|
951
951
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
952
952
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
color: #fff;
|
|
962
962
|
outline: 0 solid #4b5563;
|
|
963
963
|
outline-offset: 0;
|
|
964
|
-
background
|
|
964
|
+
background: #4b5563;
|
|
965
965
|
}
|
|
966
966
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
967
967
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
|
|
996
996
|
.e-menu-wrapper .e-ul,
|
|
997
997
|
.e-menu-container .e-ul {
|
|
998
|
-
background
|
|
998
|
+
background: inherit;
|
|
999
999
|
color: #fff;
|
|
1000
1000
|
}
|
|
1001
1001
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -1023,11 +1023,11 @@
|
|
|
1023
1023
|
|
|
1024
1024
|
.e-menu-wrapper.e-menu-popup,
|
|
1025
1025
|
.e-menu-container.e-menu-popup {
|
|
1026
|
-
background
|
|
1026
|
+
background: #374151;
|
|
1027
1027
|
}
|
|
1028
1028
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
1029
1029
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
1030
|
-
background
|
|
1030
|
+
background: inherit;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
1033
1033
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
package/styles/menu/tailwind.css
CHANGED
|
@@ -910,11 +910,11 @@
|
|
|
910
910
|
/*! menu theme */
|
|
911
911
|
.e-menu-wrapper,
|
|
912
912
|
.e-menu-container {
|
|
913
|
-
background
|
|
913
|
+
background: #f3f4f6;
|
|
914
914
|
}
|
|
915
915
|
.e-menu-wrapper .e-menu,
|
|
916
916
|
.e-menu-container .e-menu {
|
|
917
|
-
background
|
|
917
|
+
background: inherit;
|
|
918
918
|
color: #111827;
|
|
919
919
|
}
|
|
920
920
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
color: #111827;
|
|
947
947
|
outline: 0 solid #e5e7eb;
|
|
948
948
|
outline-offset: 0;
|
|
949
|
-
background
|
|
949
|
+
background: #e5e7eb;
|
|
950
950
|
}
|
|
951
951
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
952
952
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
color: #111827;
|
|
962
962
|
outline: 0 solid #e5e7eb;
|
|
963
963
|
outline-offset: 0;
|
|
964
|
-
background
|
|
964
|
+
background: #e5e7eb;
|
|
965
965
|
}
|
|
966
966
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
967
967
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
|
|
996
996
|
.e-menu-wrapper .e-ul,
|
|
997
997
|
.e-menu-container .e-ul {
|
|
998
|
-
background
|
|
998
|
+
background: inherit;
|
|
999
999
|
color: #111827;
|
|
1000
1000
|
}
|
|
1001
1001
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -1023,11 +1023,11 @@
|
|
|
1023
1023
|
|
|
1024
1024
|
.e-menu-wrapper.e-menu-popup,
|
|
1025
1025
|
.e-menu-container.e-menu-popup {
|
|
1026
|
-
background
|
|
1026
|
+
background: #fff;
|
|
1027
1027
|
}
|
|
1028
1028
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
1029
1029
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
1030
|
-
background
|
|
1030
|
+
background: inherit;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
1033
1033
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
background-color: $sidebar-overlay;
|
|
129
129
|
height: 100%;
|
|
130
130
|
left: 0;
|
|
131
|
-
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
|
|
131
|
+
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
132
132
|
opacity: .5;
|
|
133
133
|
}
|
|
134
134
|
pointer-events: auto;
|
|
@@ -386,7 +386,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
386
386
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
387
387
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
388
388
|
$tab-bgr-hor-pop-lineheight: 42px !default;
|
|
389
|
-
$tab-bgr-hor-pop-hover-top: .5px !default;
|
|
390
389
|
$tab-bgr-hor-focus-pop-hover-top: -2px !default;
|
|
391
390
|
$tab-bgr-bottom-active-close-top: .5px !default;
|
|
392
391
|
$tab-bgr-bottom-active-itop-close-top: 1.5px !default;
|
|
@@ -482,7 +481,6 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
482
481
|
$tab-active-wrap-before-width: unset !default;
|
|
483
482
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
484
483
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
485
|
-
$tab-content-line-height: 18px !default;
|
|
486
484
|
$tab-content-font-size: 12px !default;
|
|
487
485
|
$tab-item-active-tabwrap-border: 0 !default;
|
|
488
486
|
$tab-item-left-icon-before-top: 2px !default;
|
|
@@ -359,7 +359,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
359
359
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
360
360
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
361
361
|
$tab-bgr-hor-pop-lineheight: 42px !default;
|
|
362
|
-
$tab-bgr-hor-pop-hover-top: .5px !default;
|
|
363
362
|
$tab-bgr-hor-focus-pop-hover-top: -2px !default;
|
|
364
363
|
$tab-bgr-bottom-active-close-top: .5px !default;
|
|
365
364
|
$tab-bgr-bottom-active-itop-close-top: 1.5px !default;
|
|
@@ -502,7 +501,6 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
502
501
|
$tab-active-wrap-before-width: unset !default;
|
|
503
502
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
504
503
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
505
|
-
$tab-content-line-height: 18px !default;
|
|
506
504
|
$tab-content-font-size: 12px !default;
|
|
507
505
|
$tab-item-active-tabwrap-border: 0 !default;
|
|
508
506
|
$tab-item-left-icon-before-top: 2px !default;
|
|
@@ -337,7 +337,7 @@ $tab-hover-nav-icon-color: $primary-font !default;
|
|
|
337
337
|
$tab-alt-hover-nav-icon-color: $gray-900 !default;
|
|
338
338
|
$tab-disable-nav-icon-color: rgba($gray-600, .65) !default;
|
|
339
339
|
$tab-nav-focus-bg-color: $gray-600 !default;
|
|
340
|
-
$tab-nav-focus-icon-color: $
|
|
340
|
+
$tab-nav-focus-icon-color: $gray-900 !default;
|
|
341
341
|
$tab-bg-nav-focus-icon-color: $primary-font !default;
|
|
342
342
|
$tab-pop-icon-color: $gray-900 !default;
|
|
343
343
|
$tab-pop-icon-hover-bg-color: darken($gray-600, 7.5%) !default;
|
|
@@ -363,7 +363,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
363
363
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
364
364
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
365
365
|
$tab-bgr-hor-pop-lineheight: 38px !default;
|
|
366
|
-
$tab-bgr-hor-pop-hover-top: .5px !default;
|
|
367
366
|
$tab-bgr-hor-focus-pop-hover-top: -2px !default;
|
|
368
367
|
$tab-bgr-bottom-active-close-top: .5px !default;
|
|
369
368
|
$tab-bgr-bottom-active-itop-close-top: 1.5px !default;
|
|
@@ -506,7 +505,6 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
506
505
|
$tab-active-wrap-before-width: unset !default;
|
|
507
506
|
$tab-focused-wrap-focus-border: $tab-vscroll-nav-border !default;
|
|
508
507
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
509
|
-
$tab-content-line-height: 18px !default;
|
|
510
508
|
$tab-content-font-size: 12px !default;
|
|
511
509
|
$tab-item-active-tabwrap-border: 1px solid transparent !default;
|
|
512
510
|
$tab-item-left-icon-before-top: 0 !default;
|
|
@@ -5,14 +5,14 @@ $tab-skin: 'bootstrap5' !default;
|
|
|
5
5
|
|
|
6
6
|
// font definitions
|
|
7
7
|
$tab-font-family: $font-family !default;
|
|
8
|
-
$tab-big-vertical-nav-arrow-font-size:
|
|
9
|
-
$tab-nrml-vertical-nav-arrow-font-size:
|
|
8
|
+
$tab-big-vertical-nav-arrow-font-size: $text-xs !default;
|
|
9
|
+
$tab-nrml-vertical-nav-arrow-font-size: $text-xxs !default;
|
|
10
10
|
$tab-content-font-color: $content-text-color !default;
|
|
11
|
-
$tab-big-font-size:
|
|
12
|
-
$tab-nrml-font-size:
|
|
13
|
-
$tab-font-weight:
|
|
14
|
-
$tab-semi-font-weight:
|
|
15
|
-
$tab-light-font-weight:
|
|
11
|
+
$tab-big-font-size: $text-base !default;
|
|
12
|
+
$tab-nrml-font-size: $text-sm !default;
|
|
13
|
+
$tab-font-weight: $font-weight-normal !default;
|
|
14
|
+
$tab-semi-font-weight: $font-weight-normal !default;
|
|
15
|
+
$tab-light-font-weight: $font-weight-normal !default;
|
|
16
16
|
|
|
17
17
|
// dimension definitions
|
|
18
18
|
$tab-big-height: 42px !default;
|
|
@@ -356,7 +356,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
356
356
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
357
357
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
358
358
|
$tab-bgr-hor-pop-lineheight: 38px !default;
|
|
359
|
-
$tab-bgr-hor-pop-hover-top: .5px !default;
|
|
360
359
|
$tab-bgr-hor-focus-pop-hover-top: -2px !default;
|
|
361
360
|
$tab-bgr-bottom-active-close-top: .5px !default;
|
|
362
361
|
$tab-bgr-bottom-active-itop-close-top: 1.5px !default;
|
|
@@ -406,7 +405,7 @@ $tab-nrml-item-active-before-transition: unset !default;
|
|
|
406
405
|
$tab-nrml-item-active-after-font: unset !default;
|
|
407
406
|
$tab-nrml-item-active-after-content: unset !default;
|
|
408
407
|
$tab-nrml-item-active-after-display: unset !default;
|
|
409
|
-
$tab-nrml-item-active-after-font-weight:
|
|
408
|
+
$tab-nrml-item-active-after-font-weight: $font-weight-normal !default;
|
|
410
409
|
$tab-nrml-item-active-after-height: unset !default;
|
|
411
410
|
$tab-nrml-item-active-after-overflow: unset !default;
|
|
412
411
|
$tab-nrml-hscroll-bar-padding: 0 !default;
|
|
@@ -477,7 +476,7 @@ $tab-vscroll-nav-border-color: rgba($content-bg-color-alt3, .12) !default;
|
|
|
477
476
|
$tab-v-nav-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
478
477
|
$tab-v-nav-hover-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
479
478
|
|
|
480
|
-
$tab-header-font-weight:
|
|
479
|
+
$tab-header-font-weight: $font-weight-normal !default;
|
|
481
480
|
$tab-header-before-border-color: $tab-hdr-bdr-color !default;
|
|
482
481
|
$tab-header-before-border-width: 0 0 1px !default;
|
|
483
482
|
$tab-header-border-bottom: 0 !default;
|
|
@@ -496,8 +495,7 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
496
495
|
$tab-active-wrap-before-width: unset !default;
|
|
497
496
|
$tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
|
|
498
497
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
499
|
-
$tab-content-
|
|
500
|
-
$tab-content-font-size: 12px !default;
|
|
498
|
+
$tab-content-font-size: $text-xs !default;
|
|
501
499
|
$tab-item-active-tabwrap-border: 1px solid transparent !default;
|
|
502
500
|
$tab-item-left-icon-before-top: 0 !default;
|
|
503
501
|
$tab-item-icon-before-top: 1px !default;
|
|
@@ -517,7 +515,7 @@ $tab-pop-hover-bg: transparent !default;
|
|
|
517
515
|
$tab-pop-nav-active-bg: $tab-nav-focus-bg-color !default;
|
|
518
516
|
$tab-pop-nav-active-border: $tab-nav-pop-press-active-border !default;
|
|
519
517
|
$tab-pop-nav-active-border-radius: $tab-active-item-border-radius !default;
|
|
520
|
-
$tab-pop-active-icons-color: $
|
|
518
|
+
$tab-pop-active-icons-color: $content-text-color-alt2 !default;
|
|
521
519
|
|
|
522
520
|
$tab-scroll-nav-bg: inherit !default;
|
|
523
521
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
@@ -546,7 +544,7 @@ $tab-bottom-active-margin-top: 0 !default;
|
|
|
546
544
|
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
547
545
|
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
548
546
|
$tab-vertical-focus-active-arrow-color: none !default;
|
|
549
|
-
$tab-vertical-pop-icon-hover-color: $
|
|
547
|
+
$tab-vertical-pop-icon-hover-color: $tab-hover-text-color !default;
|
|
550
548
|
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
551
549
|
$tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
|
|
552
550
|
$tab-vertical-before-border-width: 0 1px 0 0 !default;
|
|
@@ -395,7 +395,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
395
395
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 2 !default;
|
|
396
396
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
397
397
|
$tab-bgr-hor-pop-lineheight: 32px !default;
|
|
398
|
-
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
399
398
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
400
399
|
$tab-bgr-bottom-active-close-top: 1px !default;
|
|
401
400
|
$tab-bgr-bottom-active-itop-close-top: 1px !default;
|
|
@@ -491,7 +490,6 @@ $tab-active-wrap-before-top: 95% !default;
|
|
|
491
490
|
$tab-active-wrap-before-width: 100% !default;
|
|
492
491
|
$tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
|
|
493
492
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
494
|
-
$tab-content-line-height: 18px !default;
|
|
495
493
|
$tab-content-font-size: 14px !default;
|
|
496
494
|
$tab-item-active-tabwrap-border: 1px solid $tab-wrap-border-color !default;
|
|
497
495
|
$tab-item-left-icon-before-top: 0 !default;
|
|
@@ -359,7 +359,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
359
359
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 2 !default;
|
|
360
360
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
361
361
|
$tab-bgr-hor-pop-lineheight: 32px !default;
|
|
362
|
-
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
363
362
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
364
363
|
$tab-bgr-bottom-active-close-top: 1px !default;
|
|
365
364
|
$tab-bgr-bottom-active-itop-close-top: 1px !default;
|
|
@@ -516,7 +515,6 @@ $tab-active-wrap-before-top: 95% !default;
|
|
|
516
515
|
$tab-active-wrap-before-width: 100% !default;
|
|
517
516
|
$tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
|
|
518
517
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
519
|
-
$tab-content-line-height: 18px !default;
|
|
520
518
|
$tab-content-font-size: 14px !default;
|
|
521
519
|
$tab-item-active-tabwrap-border: 1px solid $tab-wrap-border-color !default;
|
|
522
520
|
$tab-item-left-icon-before-top: 0 !default;
|
|
@@ -189,7 +189,7 @@ $tab-even-active-text-container-margin: 0 !default;
|
|
|
189
189
|
$tab-big-font-size: $text-base !default;
|
|
190
190
|
$tab-nrml-font-size: $text-sm !default;
|
|
191
191
|
$tab-font-weight: $font-weight-normal !default;
|
|
192
|
-
$tab-semi-font-weight:
|
|
192
|
+
$tab-semi-font-weight: $font-weight-normal !default;
|
|
193
193
|
$tab-light-font-weight: $font-weight-normal !default;
|
|
194
194
|
$tab-big-it-text-margin: 0 0 0 12px !default;
|
|
195
195
|
$tab-nrml-it-text-margin: 0 0 0 8px !default;
|
|
@@ -359,7 +359,6 @@ $tab-bgr-mob-item-iconright-margin: $tab-mob-it-text-margin !default;
|
|
|
359
359
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
360
360
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
361
361
|
$tab-bgr-hor-pop-lineheight: 38px !default;
|
|
362
|
-
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
363
362
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
364
363
|
$tab-bgr-bottom-active-close-top: 0 !default;
|
|
365
364
|
$tab-bgr-bottom-active-itop-close-top: 0 !default;
|
|
@@ -409,7 +408,7 @@ $tab-nrml-item-active-before-transition: left .267s cubic-bezier(.1, .25, .75, .
|
|
|
409
408
|
$tab-nrml-item-active-after-font: transparent !default;
|
|
410
409
|
$tab-nrml-item-active-after-content: attr(data-content) !default;
|
|
411
410
|
$tab-nrml-item-active-after-display: block !default;
|
|
412
|
-
$tab-nrml-item-active-after-font-weight: bold !default;
|
|
411
|
+
$tab-nrml-item-active-after-font-weight: $font-weight-bold !default;
|
|
413
412
|
$tab-nrml-item-active-after-height: 1px !default;
|
|
414
413
|
$tab-nrml-item-active-after-overflow: hidden !default;
|
|
415
414
|
$tab-nrml-hscroll-bar-padding: 0 !default;
|
|
@@ -485,7 +484,7 @@ $tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
|
|
|
485
484
|
|
|
486
485
|
$tab-v-pop-focus-outline: 0 !default;
|
|
487
486
|
|
|
488
|
-
$tab-header-font-weight:
|
|
487
|
+
$tab-header-font-weight: $font-weight-normal !default;
|
|
489
488
|
$tab-header-before-border-color: unset !default;
|
|
490
489
|
$tab-header-before-border-width: 0 !default;
|
|
491
490
|
$tab-header-border-bottom: $tab-hdr-border !default;
|
|
@@ -504,8 +503,7 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
504
503
|
$tab-active-wrap-before-width: unset !default;
|
|
505
504
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
506
505
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
507
|
-
$tab-content-
|
|
508
|
-
$tab-content-font-size: 12px !default;
|
|
506
|
+
$tab-content-font-size: $text-xs !default;
|
|
509
507
|
$tab-item-active-tabwrap-border: 0 !default;
|
|
510
508
|
$tab-item-left-icon-before-top: 2px !default;
|
|
511
509
|
$tab-item-icon-before-top: 2px !default;
|