@syncfusion/ej2-navigations 20.4.52 → 21.1.35
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 +32 -4
- 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 +128 -34
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +127 -33
- 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 +32 -5
- 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 +26 -11
- 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/pager/_bootstrap5-definition.scss +1 -1
- package/styles/pager/_fusionnew-definition.scss +1 -1
- 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 +3 -0
- package/GitLeaksReport.json +0 -1
- package/gitleaks-ci/gitleaks +0 -0
- package/gitleaks-ci.tar.gz +0 -0
- 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
|
@@ -8,351 +8,146 @@
|
|
|
8
8
|
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
9
9
|
box-shadow: $tbar-box-shadow;
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
.e-hor-nav {
|
|
14
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
15
|
-
border-width: $tbar-popup-vertical-border-width;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&.e-rtl .e-hor-nav {
|
|
19
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
20
|
-
border-width: $tbar-popup-vertical-rtl-border-width;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-toolbar-items .e-toolbar-item {
|
|
24
|
-
|
|
25
|
-
&.e-separator {
|
|
26
|
-
border-width: $tba-vertical-separator;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
11
|
+
.e-toolbar-items {
|
|
12
|
+
background: $tbar-default-bg;
|
|
29
13
|
}
|
|
30
14
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
.e-toolbar-extended {
|
|
34
|
-
|
|
35
|
-
.e-toolbar-item.e-overlay {
|
|
36
|
-
background: $tbar-default-bg;
|
|
37
|
-
}
|
|
15
|
+
.e-toolbar-item {
|
|
38
16
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
17
|
+
.e-tbar-btn {
|
|
18
|
+
background: $tbar-items-default-bg;
|
|
19
|
+
box-shadow: $tbar-btn-box-shadow;
|
|
20
|
+
color: $tbar-default-font;
|
|
21
|
+
border: $tbar-btn-border;
|
|
43
22
|
|
|
44
|
-
.e-
|
|
23
|
+
.e-icons {
|
|
45
24
|
color: $tbar-default-icon-color;
|
|
46
25
|
}
|
|
47
26
|
|
|
48
|
-
.e-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
color: $tbar-default-font;
|
|
52
|
-
border: $tbar-ext-btn-border;
|
|
27
|
+
.e-tbar-btn-text {
|
|
28
|
+
color: $tbar-btn-text-color;
|
|
29
|
+
}
|
|
53
30
|
|
|
54
|
-
|
|
55
|
-
|
|
31
|
+
&.e-flat.e-active {
|
|
32
|
+
background: $tbar-btn-pressed-bg;
|
|
33
|
+
box-shadow: $tbar-flat-btn-active-box-shadow;
|
|
34
|
+
.e-tbar-btn-text {
|
|
35
|
+
color: $tbar-btn-pressed-text-color;
|
|
56
36
|
}
|
|
57
37
|
|
|
58
38
|
&:focus {
|
|
59
|
-
|
|
60
|
-
border-radius: $tbar-btn-border-radius;
|
|
61
|
-
color: $tbar-hover-font-color;
|
|
62
|
-
border-color: $tbar-btn-focus-border-color;
|
|
63
|
-
border-style: $tbar-border-nav-type;
|
|
64
|
-
border-width: $tbar-btn-hover-border-size;
|
|
65
|
-
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
66
|
-
|
|
67
|
-
.e-icons {
|
|
68
|
-
color: $tbar-ext-btn-icon-hover-font;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.e-tbar-btn-text {
|
|
72
|
-
color: $tbar-ext-btn-text-hover-font;
|
|
73
|
-
}
|
|
39
|
+
box-shadow: $tbar-btn-pressed-focus-box-shadow;
|
|
74
40
|
}
|
|
75
|
-
|
|
76
|
-
&:hover {
|
|
77
|
-
background: $tbar-hover-bg;
|
|
78
|
-
border-radius: $tbar-btn-border-radius;
|
|
79
|
-
color: $tbar-hover-font-color;
|
|
80
|
-
border-color: $tbar-ext-btn-hover-border-color;
|
|
81
|
-
border-style: $tbar-border-nav-type;
|
|
82
|
-
border-width: $tbar-ext-btn-hover-border-size;
|
|
83
|
-
|
|
84
|
-
&:active {
|
|
85
|
-
|
|
86
|
-
.e-icons {
|
|
87
|
-
color: $tbar-ext-btn-icon-hover-active-font;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-tbar-btn-text {
|
|
91
|
-
color: $tbar-ext-btn-text-hover-active-font;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.e-icons {
|
|
96
|
-
color: $tbar-ext-btn-icon-hover-font;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.e-tbar-btn-text {
|
|
100
|
-
color: $tbar-ext-btn-text-hover-font;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&:active {
|
|
105
|
-
background: $tbar-btn-press-bg;
|
|
106
|
-
border-radius: $tbar-btn-border-radius;
|
|
107
|
-
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
108
|
-
color: $tbar-btn-active-font-color;
|
|
109
|
-
border-color: $tbar-press-border-color;
|
|
110
|
-
border-style: $tbar-border-nav-type;
|
|
111
|
-
border-width: $tbar-ext-btn-active-border-size;
|
|
112
|
-
|
|
113
|
-
.e-icons {
|
|
114
|
-
color: $tbar-ext-btn-icon-active-font;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-tbar-btn-text {
|
|
118
|
-
color: $tbar-ext-btn-text-active-font;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.e-tbar-btn.e-btn .e-icons {
|
|
126
|
-
color: $tbar-default-icon-color;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.e-toolbar-pop {
|
|
130
|
-
background: $tbar-pop-bg;
|
|
131
|
-
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
132
|
-
box-shadow: $tbar-pop-box-shadow;
|
|
133
|
-
|
|
134
|
-
.e-toolbar-item {
|
|
135
|
-
|
|
136
|
-
.e-tbar-btn {
|
|
137
|
-
background: $tbar-popup-btn-bg;
|
|
138
41
|
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
background: $tbar-
|
|
142
|
-
|
|
143
|
-
color: $tbar-
|
|
144
|
-
border-color: $tbar-
|
|
42
|
+
|
|
43
|
+
&:focus {
|
|
44
|
+
background: $tbar-focus-bg;
|
|
45
|
+
border-radius: $tbar-btn-border-radius;
|
|
46
|
+
color: $tbar-hover-font;
|
|
47
|
+
border-color: $tbar-btn-focus-border-color;
|
|
145
48
|
border-style: $tbar-border-nav-type;
|
|
146
|
-
border-width: $tbar-
|
|
49
|
+
border-width: $tbar-btn-hover-border-size;
|
|
50
|
+
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
147
51
|
|
|
148
52
|
.e-icons {
|
|
149
|
-
color: $tbar-
|
|
53
|
+
color: $tbar-btn-icons-focus-color;
|
|
150
54
|
}
|
|
151
|
-
|
|
55
|
+
|
|
152
56
|
.e-tbar-btn-text {
|
|
153
|
-
color: $tbar-
|
|
57
|
+
color: $tbar-btn-text-focus-color;
|
|
154
58
|
}
|
|
155
59
|
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
background: $tbar-
|
|
159
|
-
|
|
160
|
-
color: $tbar-popup-btn-active-color;
|
|
161
|
-
border-color: $tbar-press-border-color;
|
|
60
|
+
|
|
61
|
+
&:hover {
|
|
62
|
+
background: $tbar-hover-bg;
|
|
63
|
+
border-color: $tbar-hover-border-color;
|
|
162
64
|
border-style: $tbar-border-nav-type;
|
|
163
|
-
border-width: $tbar-
|
|
65
|
+
border-width: $tbar-btn-hover-border-size;
|
|
66
|
+
border-radius: $tbar-btn-border-radius;
|
|
67
|
+
color: $tbar-hover-font;
|
|
164
68
|
|
|
165
69
|
.e-icons {
|
|
166
|
-
color: $tbar-
|
|
70
|
+
color: $tbar-btn-icons-focus-color;
|
|
167
71
|
}
|
|
168
72
|
|
|
169
73
|
.e-tbar-btn-text {
|
|
170
|
-
color: $tbar-
|
|
74
|
+
color: $tbar-btn-text-focus-color;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&:active {
|
|
78
|
+
.e-icons {
|
|
79
|
+
color: $tbar-btn-hover-active-icons-color;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-tbar-btn-text {
|
|
83
|
+
color: $tbar-btn-hover-active-text-color;
|
|
84
|
+
}
|
|
171
85
|
}
|
|
172
86
|
}
|
|
173
87
|
|
|
174
|
-
|
|
175
|
-
background: $tbar-
|
|
176
|
-
|
|
177
|
-
color: $tbar-popup-btn-focus-color;
|
|
178
|
-
border-color: $tbar-btn-focus-border-color;
|
|
88
|
+
&:active {
|
|
89
|
+
background: $tbar-btn-active-bg;
|
|
90
|
+
border-color: $tbar-press-border-color;
|
|
179
91
|
border-style: $tbar-border-nav-type;
|
|
180
|
-
border-width: $tbar-
|
|
92
|
+
border-width: $tbar-btn-hover-border-size;
|
|
93
|
+
border-radius: $tbar-btn-border-radius;
|
|
94
|
+
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
95
|
+
color: $tbar-press-font;
|
|
181
96
|
|
|
182
97
|
.e-icons {
|
|
183
|
-
color: $tbar-
|
|
98
|
+
color: $tbar-btn-active-icons-color;
|
|
184
99
|
}
|
|
185
|
-
|
|
100
|
+
|
|
186
101
|
.e-tbar-btn-text {
|
|
187
|
-
color: $tbar-
|
|
102
|
+
color: $tbar-btn-active-text-color;
|
|
188
103
|
}
|
|
189
104
|
}
|
|
190
|
-
|
|
191
|
-
.e-btn:focus {
|
|
192
|
-
outline: $tbar-popup-btn-focus-outline;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
&:not(.e-separator) {
|
|
196
|
-
background: $tbar-item-pop-bg-color;
|
|
197
|
-
}
|
|
198
105
|
}
|
|
199
|
-
}
|
|
200
106
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
&.e-toolpop {
|
|
107
|
+
&.e-separator {
|
|
108
|
+
border: $tbar-separator-border-type $tbar-separator-border;
|
|
109
|
+
border-width: $tba-horizontal-separator;
|
|
110
|
+
}
|
|
206
111
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
border-color: $tbar-popup-nav-pressed-border-color;
|
|
212
|
-
border-style: $tbar-border-nav-type;
|
|
213
|
-
border-width: $tbar-popup-nav-pressed-border-size;
|
|
112
|
+
&.e-overlay {
|
|
113
|
+
background: $tbar-default-bg;
|
|
114
|
+
opacity: $tbar-btn-overlay-opacity;
|
|
115
|
+
color: $tbar-default-icon-overlay;
|
|
214
116
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
border-style: $tbar-border-nav-type;
|
|
218
|
-
border-width: $tbar-popup-nav-pressed-focus-border-size;
|
|
117
|
+
.e-tbar-btn-text {
|
|
118
|
+
color: $tbar-default-font-overlay;
|
|
219
119
|
}
|
|
220
120
|
|
|
221
121
|
.e-icons {
|
|
222
|
-
color: $tbar-
|
|
223
|
-
|
|
224
|
-
&:active {
|
|
225
|
-
color: $tbar-popup-nav-pressed-icons-active-color;
|
|
226
|
-
}
|
|
122
|
+
color: $tbar-default-icon-overlay;
|
|
227
123
|
}
|
|
228
124
|
}
|
|
229
125
|
}
|
|
230
126
|
|
|
231
|
-
|
|
232
|
-
background: $tbar-items-default-bg;
|
|
233
|
-
box-shadow: $tbar-btn-box-shadow;
|
|
234
|
-
color: $tbar-default-font;
|
|
235
|
-
border: $tbar-btn-border;
|
|
236
|
-
|
|
237
|
-
&:focus {
|
|
238
|
-
background: $tbar-focus-bg;
|
|
239
|
-
border-radius: $tbar-btn-border-radius;
|
|
240
|
-
color: $tbar-hover-font;
|
|
241
|
-
border-color: $tbar-btn-focus-border-color;
|
|
242
|
-
border-style: $tbar-border-nav-type;
|
|
243
|
-
border-width: $tbar-btn-hover-border-size;
|
|
244
|
-
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
245
|
-
|
|
246
|
-
.e-icons {
|
|
247
|
-
color: $tbar-btn-icons-focus-color;
|
|
248
|
-
}
|
|
127
|
+
&.e-vertical {
|
|
249
128
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
129
|
+
.e-hor-nav {
|
|
130
|
+
border: $tbar-border-nav-type $tbar-default-border;
|
|
131
|
+
border-width: $tbar-popup-vertical-border-width;
|
|
253
132
|
}
|
|
254
133
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
border-
|
|
258
|
-
border-style: $tbar-border-nav-type;
|
|
259
|
-
border-width: $tbar-btn-hover-border-size;
|
|
260
|
-
border-radius: $tbar-btn-border-radius;
|
|
261
|
-
color: $tbar-hover-font;
|
|
134
|
+
&.e-rtl .e-hor-nav {
|
|
135
|
+
border: $tbar-border-nav-type $tbar-default-border;
|
|
136
|
+
border-width: $tbar-popup-vertical-rtl-border-width;
|
|
262
137
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.e-toolbar-items {
|
|
266
|
-
background: $tbar-default-bg;
|
|
267
|
-
|
|
268
|
-
.e-toolbar-item {
|
|
269
|
-
|
|
270
|
-
&.e-overlay {
|
|
271
|
-
background: $tbar-default-bg;
|
|
272
|
-
opacity: $tbar-btn-overlay-opacity;
|
|
273
|
-
|
|
274
|
-
.e-tbar-btn-text {
|
|
275
|
-
color: $tbar-default-font-overlay;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.e-icons {
|
|
279
|
-
color: $tbar-default-icon-overlay;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.e-tbar-btn-text {
|
|
284
|
-
color: $tbar-btn-text-color;
|
|
285
|
-
}
|
|
286
138
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
&.e-flat.e-active {
|
|
290
|
-
.e-tbar-btn-text {
|
|
291
|
-
color: $tbar-btn-pressed-text-color;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
&:focus {
|
|
295
|
-
box-shadow: $tbar-btn-pressed-focus-box-shadow;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
&:hover {
|
|
300
|
-
.e-icons {
|
|
301
|
-
color: $tbar-btn-icons-focus-color;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.e-tbar-btn-text {
|
|
305
|
-
color: $tbar-btn-text-focus-color;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
&:active {
|
|
309
|
-
.e-icons {
|
|
310
|
-
color: $tbar-btn-hover-active-icons-color;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.e-tbar-btn-text {
|
|
314
|
-
color: $tbar-btn-hover-active-text-color;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
&:focus {
|
|
320
|
-
.e-icons {
|
|
321
|
-
color: $tbar-btn-icons-focus-color;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.e-tbar-btn-text {
|
|
325
|
-
color: $tbar-btn-text-focus-color;
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
}
|
|
139
|
+
.e-toolbar-items .e-toolbar-item {
|
|
329
140
|
|
|
330
141
|
&.e-separator {
|
|
331
|
-
border: $
|
|
332
|
-
border-width: $tba-horizontal-separator;
|
|
142
|
+
border-width: $tba-vertical-separator;
|
|
333
143
|
}
|
|
334
144
|
}
|
|
335
145
|
}
|
|
336
146
|
|
|
337
|
-
&.e-rtl .e-hor-nav {
|
|
338
|
-
background: $tbar-default-bg;
|
|
339
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
340
|
-
border-left: 0;
|
|
341
|
-
border-width: $tbar-popup-rtl-border-width;
|
|
342
|
-
|
|
343
|
-
&:not(.e-nav-active):hover {
|
|
344
|
-
background: $tbar-hover-bg;
|
|
345
|
-
color: $tbar-hover-font;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
|
|
349
147
|
.e-hor-nav {
|
|
350
148
|
background: $tbar-default-bg;
|
|
351
149
|
border: $tbar-border-nav-type $tbar-default-border;
|
|
352
150
|
border-width: $tbar-popup-border-width;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.e-hor-nav {
|
|
356
151
|
|
|
357
152
|
&::after {
|
|
358
153
|
@include tbar-btn-animation;
|
|
@@ -417,24 +212,140 @@
|
|
|
417
212
|
}
|
|
418
213
|
}
|
|
419
214
|
|
|
420
|
-
|
|
215
|
+
&.e-toolpop {
|
|
421
216
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
217
|
+
.e-hor-nav.e-nav-active,
|
|
218
|
+
.e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
219
|
+
background: $tbar-pressed-bg;
|
|
220
|
+
box-shadow: $tbar-nav-pressed-box-shadow;
|
|
221
|
+
border-color: $tbar-popup-nav-pressed-border-color;
|
|
425
222
|
border-style: $tbar-border-nav-type;
|
|
426
|
-
border-width: $tbar-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
223
|
+
border-width: $tbar-popup-nav-pressed-border-size;
|
|
224
|
+
|
|
225
|
+
&:focus {
|
|
226
|
+
border-color: $tbar-popup-nav-pressed-focus-border-color;
|
|
227
|
+
border-style: $tbar-border-nav-type;
|
|
228
|
+
border-width: $tbar-popup-nav-pressed-focus-border-size;
|
|
229
|
+
}
|
|
430
230
|
|
|
431
231
|
.e-icons {
|
|
432
|
-
color: $tbar-
|
|
232
|
+
color: $tbar-active-font-color;
|
|
233
|
+
|
|
234
|
+
&:active {
|
|
235
|
+
color: $tbar-popup-nav-pressed-icons-active-color;
|
|
236
|
+
}
|
|
433
237
|
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
434
240
|
|
|
435
|
-
|
|
436
|
-
|
|
241
|
+
.e-toolbar-pop {
|
|
242
|
+
background: $tbar-pop-bg;
|
|
243
|
+
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
244
|
+
box-shadow: $tbar-pop-box-shadow;
|
|
245
|
+
|
|
246
|
+
.e-toolbar-item {
|
|
247
|
+
|
|
248
|
+
.e-tbar-btn {
|
|
249
|
+
background: $tbar-popup-btn-bg;
|
|
250
|
+
|
|
251
|
+
&:hover {
|
|
252
|
+
background: $tbar-popup-btn-hover-bg;
|
|
253
|
+
box-shadow: $tbar-popup-btn-hover-box-shadow;
|
|
254
|
+
border-color: $tbar-hover-border-color;
|
|
255
|
+
border-style: $tbar-border-nav-type;
|
|
256
|
+
border-width: $tbar-popup-btn-hover-border-size;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
&:active {
|
|
260
|
+
background: $tbar-popup-btn-active-bg;
|
|
261
|
+
box-shadow: $tbar-popup-btn-active-box-shadow;
|
|
262
|
+
border-color: $tbar-press-border-color;
|
|
263
|
+
border-style: $tbar-border-nav-type;
|
|
264
|
+
border-width: $tbar-popup-btn-hover-border-size;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
&:focus {
|
|
268
|
+
background: $tbar-popup-btn-focus-bg;
|
|
269
|
+
box-shadow: $tbar-popup-btn-focus-box-shadow;
|
|
270
|
+
border-color: $tbar-btn-focus-border-color;
|
|
271
|
+
border-style: $tbar-border-nav-type;
|
|
272
|
+
border-width: $tbar-popup-btn-hover-border-size;
|
|
273
|
+
}
|
|
437
274
|
}
|
|
275
|
+
|
|
276
|
+
.e-btn:focus {
|
|
277
|
+
outline: $tbar-popup-btn-focus-outline;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
&:not(.e-separator) {
|
|
281
|
+
background: $tbar-item-pop-bg-color;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
&.e-extended-toolbar {
|
|
287
|
+
|
|
288
|
+
.e-toolbar-extended {
|
|
289
|
+
|
|
290
|
+
.e-toolbar-item {
|
|
291
|
+
|
|
292
|
+
.e-tbar-btn {
|
|
293
|
+
background: $tbar-default-bg;
|
|
294
|
+
box-shadow: $tbar-btn-box-shadow;
|
|
295
|
+
border: $tbar-ext-btn-border;
|
|
296
|
+
|
|
297
|
+
&:focus {
|
|
298
|
+
background: $tbar-focus-bg;
|
|
299
|
+
border-radius: $tbar-btn-border-radius;
|
|
300
|
+
border-color: $tbar-btn-focus-border-color;
|
|
301
|
+
border-style: $tbar-border-nav-type;
|
|
302
|
+
border-width: $tbar-btn-hover-border-size;
|
|
303
|
+
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
&:hover {
|
|
307
|
+
background: $tbar-hover-bg;
|
|
308
|
+
border-radius: $tbar-btn-border-radius;
|
|
309
|
+
border-color: $tbar-ext-btn-hover-border-color;
|
|
310
|
+
border-style: $tbar-border-nav-type;
|
|
311
|
+
border-width: $tbar-btn-hover-border-size;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
&:active {
|
|
315
|
+
background: $tbar-btn-press-bg;
|
|
316
|
+
border-radius: $tbar-btn-border-radius;
|
|
317
|
+
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
318
|
+
border-color: $tbar-press-border-color;
|
|
319
|
+
border-style: $tbar-border-nav-type;
|
|
320
|
+
border-width: $tbar-btn-hover-border-size;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
&.e-separator {
|
|
325
|
+
border: $tbar-separator-border-type $tbar-separator-border;
|
|
326
|
+
border-width: $tba-horizontal-separator;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
&.e-overlay {
|
|
330
|
+
background: $tbar-default-bg;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.e-toolbar-pop {
|
|
336
|
+
background: $tbar-default-bg;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
&.e-rtl .e-hor-nav {
|
|
341
|
+
background: $tbar-default-bg;
|
|
342
|
+
border: $tbar-border-nav-type $tbar-default-border;
|
|
343
|
+
border-left: 0;
|
|
344
|
+
border-width: $tbar-popup-rtl-border-width;
|
|
345
|
+
|
|
346
|
+
&:not(.e-nav-active):hover {
|
|
347
|
+
background: $tbar-hover-bg;
|
|
348
|
+
color: $tbar-hover-font;
|
|
438
349
|
}
|
|
439
350
|
}
|
|
440
351
|
}
|