@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.
Files changed (257) hide show
  1. package/CHANGELOG.md +32 -4
  2. package/README.md +213 -143
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +128 -34
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +127 -33
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +13 -12
  14. package/src/accordion/accordion-model.d.ts +4 -4
  15. package/src/accordion/accordion.d.ts +8 -4
  16. package/src/appbar/appbar-model.d.ts +9 -9
  17. package/src/appbar/appbar.d.ts +24 -21
  18. package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
  19. package/src/breadcrumb/breadcrumb.d.ts +32 -3
  20. package/src/breadcrumb/breadcrumb.js +32 -0
  21. package/src/carousel/carousel-model.d.ts +7 -7
  22. package/src/carousel/carousel.d.ts +24 -20
  23. package/src/carousel/carousel.js +25 -11
  24. package/src/common/menu-base.d.ts +13 -2
  25. package/src/menu/menu.d.ts +5 -1
  26. package/src/sidebar/sidebar.d.ts +26 -2
  27. package/src/sidebar/sidebar.js +1 -1
  28. package/src/tab/tab-model.d.ts +20 -20
  29. package/src/tab/tab.d.ts +38 -21
  30. package/src/tab/tab.js +32 -5
  31. package/src/toolbar/toolbar-model.d.ts +22 -16
  32. package/src/toolbar/toolbar.d.ts +48 -16
  33. package/src/toolbar/toolbar.js +10 -4
  34. package/src/treeview/treeview-model.d.ts +4 -4
  35. package/src/treeview/treeview.d.ts +32 -4
  36. package/src/treeview/treeview.js +26 -11
  37. package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
  38. package/styles/accordion/_bootstrap-definition.scss +0 -1
  39. package/styles/accordion/_bootstrap4-definition.scss +0 -1
  40. package/styles/accordion/_bootstrap5-definition.scss +6 -7
  41. package/styles/accordion/_fabric-dark-definition.scss +0 -1
  42. package/styles/accordion/_fabric-definition.scss +0 -1
  43. package/styles/accordion/_fluent-definition.scss +5 -6
  44. package/styles/accordion/_fusionnew-definition.scss +0 -1
  45. package/styles/accordion/_highcontrast-definition.scss +0 -1
  46. package/styles/accordion/_highcontrast-light-definition.scss +0 -1
  47. package/styles/accordion/_layout.scss +0 -1
  48. package/styles/accordion/_material-dark-definition.scss +0 -1
  49. package/styles/accordion/_material-definition.scss +0 -1
  50. package/styles/accordion/_tailwind-definition.scss +5 -6
  51. package/styles/accordion/bootstrap-dark.css +0 -1
  52. package/styles/accordion/bootstrap.css +0 -1
  53. package/styles/accordion/bootstrap4.css +0 -1
  54. package/styles/accordion/bootstrap5-dark.css +3 -4
  55. package/styles/accordion/bootstrap5.css +3 -4
  56. package/styles/accordion/fabric-dark.css +0 -1
  57. package/styles/accordion/fabric.css +0 -1
  58. package/styles/accordion/fluent-dark.css +3 -4
  59. package/styles/accordion/fluent.css +3 -4
  60. package/styles/accordion/highcontrast-light.css +0 -1
  61. package/styles/accordion/highcontrast.css +0 -1
  62. package/styles/accordion/material-dark.css +0 -1
  63. package/styles/accordion/material.css +0 -1
  64. package/styles/accordion/tailwind-dark.css +3 -4
  65. package/styles/accordion/tailwind.css +3 -4
  66. package/styles/appbar/_bootstrap5-definition.scss +2 -2
  67. package/styles/appbar/_fluent-definition.scss +2 -2
  68. package/styles/appbar/_layout.scss +3 -0
  69. package/styles/appbar/_tailwind-definition.scss +2 -2
  70. package/styles/appbar/bootstrap-dark.css +3 -0
  71. package/styles/appbar/bootstrap.css +3 -0
  72. package/styles/appbar/bootstrap4.css +3 -0
  73. package/styles/appbar/bootstrap5-dark.css +3 -0
  74. package/styles/appbar/bootstrap5.css +3 -0
  75. package/styles/appbar/fabric-dark.css +3 -0
  76. package/styles/appbar/fabric.css +3 -0
  77. package/styles/appbar/fluent-dark.css +3 -0
  78. package/styles/appbar/fluent.css +3 -0
  79. package/styles/appbar/highcontrast-light.css +3 -0
  80. package/styles/appbar/highcontrast.css +3 -0
  81. package/styles/appbar/material-dark.css +3 -0
  82. package/styles/appbar/material.css +3 -0
  83. package/styles/appbar/tailwind-dark.css +3 -0
  84. package/styles/appbar/tailwind.css +3 -0
  85. package/styles/bootstrap-dark.css +669 -938
  86. package/styles/bootstrap.css +658 -927
  87. package/styles/bootstrap4.css +724 -993
  88. package/styles/bootstrap5-dark.css +685 -954
  89. package/styles/bootstrap5.css +686 -955
  90. package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
  91. package/styles/breadcrumb/_fluent-definition.scss +2 -2
  92. package/styles/breadcrumb/_layout.scss +2 -2
  93. package/styles/breadcrumb/_tailwind-definition.scss +2 -2
  94. package/styles/breadcrumb/_theme.scss +18 -2
  95. package/styles/carousel/_layout.scss +7 -0
  96. package/styles/carousel/bootstrap-dark.css +4 -0
  97. package/styles/carousel/bootstrap.css +4 -0
  98. package/styles/carousel/bootstrap4.css +4 -0
  99. package/styles/carousel/bootstrap5-dark.css +4 -0
  100. package/styles/carousel/bootstrap5.css +4 -0
  101. package/styles/carousel/fabric-dark.css +4 -0
  102. package/styles/carousel/fabric.css +4 -0
  103. package/styles/carousel/fluent-dark.css +4 -0
  104. package/styles/carousel/fluent.css +4 -0
  105. package/styles/carousel/highcontrast-light.css +4 -0
  106. package/styles/carousel/highcontrast.css +4 -0
  107. package/styles/carousel/material-dark.css +4 -0
  108. package/styles/carousel/material.css +4 -0
  109. package/styles/carousel/tailwind-dark.css +4 -0
  110. package/styles/carousel/tailwind.css +4 -0
  111. package/styles/context-menu/_bootstrap5-definition.scss +3 -3
  112. package/styles/context-menu/_fluent-definition.scss +2 -2
  113. package/styles/context-menu/_tailwind-definition.scss +3 -3
  114. package/styles/fabric-dark.css +669 -938
  115. package/styles/fabric.css +669 -938
  116. package/styles/fluent-dark.css +677 -946
  117. package/styles/fluent.css +677 -946
  118. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
  119. package/styles/h-scroll/_bootstrap-definition.scss +0 -1
  120. package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
  121. package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
  122. package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
  123. package/styles/h-scroll/_fabric-definition.scss +0 -1
  124. package/styles/h-scroll/_fluent-definition.scss +0 -1
  125. package/styles/h-scroll/_fusionnew-definition.scss +0 -1
  126. package/styles/h-scroll/_highcontrast-definition.scss +0 -1
  127. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
  128. package/styles/h-scroll/_layout.scss +1 -0
  129. package/styles/h-scroll/_material-dark-definition.scss +0 -1
  130. package/styles/h-scroll/_material-definition.scss +0 -1
  131. package/styles/h-scroll/_tailwind-definition.scss +0 -1
  132. package/styles/h-scroll/_theme.scss +0 -1
  133. package/styles/h-scroll/bootstrap-dark.css +1 -1
  134. package/styles/h-scroll/bootstrap.css +1 -1
  135. package/styles/h-scroll/bootstrap4.css +1 -1
  136. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  137. package/styles/h-scroll/bootstrap5.css +1 -1
  138. package/styles/h-scroll/fabric-dark.css +1 -1
  139. package/styles/h-scroll/fabric.css +1 -1
  140. package/styles/h-scroll/fluent-dark.css +1 -1
  141. package/styles/h-scroll/fluent.css +1 -1
  142. package/styles/h-scroll/highcontrast-light.css +1 -1
  143. package/styles/h-scroll/highcontrast.css +1 -1
  144. package/styles/h-scroll/material-dark.css +1 -1
  145. package/styles/h-scroll/material.css +1 -1
  146. package/styles/h-scroll/tailwind-dark.css +1 -1
  147. package/styles/h-scroll/tailwind.css +1 -1
  148. package/styles/highcontrast-light.css +668 -937
  149. package/styles/highcontrast.css +675 -944
  150. package/styles/material-dark.css +669 -938
  151. package/styles/material.css +661 -930
  152. package/styles/menu/_bootstrap5-definition.scss +2 -2
  153. package/styles/menu/_layout.scss +1 -1
  154. package/styles/menu/_tailwind-definition.scss +2 -2
  155. package/styles/menu/_theme.scss +31 -15
  156. package/styles/menu/bootstrap-dark.css +7 -7
  157. package/styles/menu/bootstrap.css +7 -7
  158. package/styles/menu/bootstrap4.css +10 -10
  159. package/styles/menu/bootstrap5-dark.css +7 -7
  160. package/styles/menu/bootstrap5.css +7 -7
  161. package/styles/menu/fabric-dark.css +7 -7
  162. package/styles/menu/fabric.css +7 -7
  163. package/styles/menu/fluent-dark.css +7 -7
  164. package/styles/menu/fluent.css +7 -7
  165. package/styles/menu/highcontrast-light.css +7 -7
  166. package/styles/menu/highcontrast.css +7 -7
  167. package/styles/menu/icons/_material3.scss +12 -12
  168. package/styles/menu/material-dark.css +7 -7
  169. package/styles/menu/material.css +7 -7
  170. package/styles/menu/tailwind-dark.css +7 -7
  171. package/styles/menu/tailwind.css +7 -7
  172. package/styles/pager/_bootstrap5-definition.scss +1 -1
  173. package/styles/pager/_fusionnew-definition.scss +1 -1
  174. package/styles/sidebar/_theme.scss +1 -1
  175. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  176. package/styles/tab/_bootstrap-definition.scss +0 -2
  177. package/styles/tab/_bootstrap4-definition.scss +1 -3
  178. package/styles/tab/_bootstrap5-definition.scss +12 -14
  179. package/styles/tab/_fabric-dark-definition.scss +0 -2
  180. package/styles/tab/_fabric-definition.scss +0 -2
  181. package/styles/tab/_fluent-definition.scss +4 -6
  182. package/styles/tab/_fusionnew-definition.scss +2 -4
  183. package/styles/tab/_highcontrast-definition.scss +0 -2
  184. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  185. package/styles/tab/_layout.scss +8 -6
  186. package/styles/tab/_material-dark-definition.scss +0 -2
  187. package/styles/tab/_material-definition.scss +0 -2
  188. package/styles/tab/_tailwind-definition.scss +3 -5
  189. package/styles/tab/_theme.scss +0 -1
  190. package/styles/tab/bootstrap-dark.css +5 -2
  191. package/styles/tab/bootstrap.css +5 -2
  192. package/styles/tab/bootstrap4.css +12 -9
  193. package/styles/tab/bootstrap5-dark.css +11 -8
  194. package/styles/tab/bootstrap5.css +11 -8
  195. package/styles/tab/fabric-dark.css +7 -4
  196. package/styles/tab/fabric.css +7 -4
  197. package/styles/tab/fluent-dark.css +8 -5
  198. package/styles/tab/fluent.css +8 -5
  199. package/styles/tab/highcontrast-light.css +10 -7
  200. package/styles/tab/highcontrast.css +10 -7
  201. package/styles/tab/material-dark.css +4 -1
  202. package/styles/tab/material.css +4 -1
  203. package/styles/tab/tailwind-dark.css +8 -5
  204. package/styles/tab/tailwind.css +8 -5
  205. package/styles/tailwind-dark.css +668 -937
  206. package/styles/tailwind.css +668 -937
  207. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  208. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  209. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  210. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  211. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  212. package/styles/toolbar/_fabric-definition.scss +15 -43
  213. package/styles/toolbar/_fluent-definition.scss +22 -50
  214. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  215. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  216. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  217. package/styles/toolbar/_layout.scss +684 -977
  218. package/styles/toolbar/_material-dark-definition.scss +19 -49
  219. package/styles/toolbar/_material-definition.scss +21 -49
  220. package/styles/toolbar/_tailwind-definition.scss +21 -49
  221. package/styles/toolbar/_theme.scss +205 -294
  222. package/styles/toolbar/bootstrap-dark.css +647 -925
  223. package/styles/toolbar/bootstrap.css +638 -916
  224. package/styles/toolbar/bootstrap4.css +657 -935
  225. package/styles/toolbar/bootstrap5-dark.css +658 -936
  226. package/styles/toolbar/bootstrap5.css +658 -936
  227. package/styles/toolbar/fabric-dark.css +645 -923
  228. package/styles/toolbar/fabric.css +651 -929
  229. package/styles/toolbar/fluent-dark.css +650 -928
  230. package/styles/toolbar/fluent.css +650 -928
  231. package/styles/toolbar/highcontrast-light.css +642 -920
  232. package/styles/toolbar/highcontrast.css +647 -925
  233. package/styles/toolbar/material-dark.css +649 -927
  234. package/styles/toolbar/material.css +646 -924
  235. package/styles/toolbar/tailwind-dark.css +647 -925
  236. package/styles/toolbar/tailwind.css +645 -923
  237. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  238. package/styles/treeview/_fluent-definition.scss +5 -5
  239. package/styles/treeview/_layout.scss +8 -4
  240. package/styles/treeview/_tailwind-definition.scss +5 -5
  241. package/styles/treeview/_theme.scss +3 -0
  242. package/GitLeaksReport.json +0 -1
  243. package/gitleaks-ci/gitleaks +0 -0
  244. package/gitleaks-ci.tar.gz +0 -0
  245. package/styles/accordion/_material3-definition.scss +0 -181
  246. package/styles/appbar/_material3-definition.scss +0 -8
  247. package/styles/breadcrumb/_material3-definition.scss +0 -59
  248. package/styles/carousel/_material3-definition.scss +0 -22
  249. package/styles/context-menu/_material3-definition.scss +0 -52
  250. package/styles/h-scroll/_material3-definition.scss +0 -84
  251. package/styles/menu/_material3-definition.scss +0 -67
  252. package/styles/pager/_material3-definition.scss +0 -146
  253. package/styles/sidebar/_material3-definition.scss +0 -6
  254. package/styles/tab/_material3-definition.scss +0 -658
  255. package/styles/toolbar/_material3-definition.scss +0 -248
  256. package/styles/treeview/_material3-definition.scss +0 -120
  257. 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
- &.e-vertical {
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
- &.e-extended-toolbar {
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
- .e-toolbar-item.e-separator {
40
- border: $tbar-separator-border-type $tbar-separator-border;
41
- border-width: $tba-horizontal-separator;
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-toolbar-item .e-tbar-btn .e-icons {
23
+ .e-icons {
45
24
  color: $tbar-default-icon-color;
46
25
  }
47
26
 
48
- .e-toolbar-item .e-tbar-btn {
49
- background: $tbar-default-bg;
50
- box-shadow: $tbar-btn-box-shadow;
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
- .e-toolbar-item .e-tbar-btn-text {
55
- color: $tbar-default-font;
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
- background: $tbar-focus-bg;
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
- .e-tbar-btn:hover {
141
- background: $tbar-popup-btn-hover-bg;
142
- box-shadow: $tbar-popup-btn-hover-box-shadow;
143
- color: $tbar-popup-btn-hover-color;
144
- border-color: $tbar-hover-border-color;
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-popup-btn-hover-border-size;
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-popup-btn-hover-icons-color;
53
+ color: $tbar-btn-icons-focus-color;
150
54
  }
151
-
55
+
152
56
  .e-tbar-btn-text {
153
- color: $tbar-popup-btn-hover-text-color;
57
+ color: $tbar-btn-text-focus-color;
154
58
  }
155
59
  }
156
-
157
- .e-tbar-btn:active {
158
- background: $tbar-popup-btn-active-bg;
159
- box-shadow: $tbar-popup-btn-active-box-shadow;
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-popup-btn-hover-border-size;
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-popup-btn-active-icons-color;
70
+ color: $tbar-btn-icons-focus-color;
167
71
  }
168
72
 
169
73
  .e-tbar-btn-text {
170
- color: $tbar-popup-btn-active-text-color;
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
- .e-tbar-btn:focus {
175
- background: $tbar-popup-btn-focus-bg;
176
- box-shadow: $tbar-popup-btn-focus-box-shadow;
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-popup-btn-hover-border-size;
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-popup-btn-focus-icons-color;
98
+ color: $tbar-btn-active-icons-color;
184
99
  }
185
-
100
+
186
101
  .e-tbar-btn-text {
187
- color: $tbar-popup-btn-focus-text-color;
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
- &.e-extended-toolbar .e-toolbar-pop {
202
- background: $tbar-default-bg;
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
- .e-hor-nav.e-nav-active,
208
- .e-hor-nav.e-nav-active:not(.e-expended-nav) {
209
- background: $tbar-pressed-bg;
210
- box-shadow: $tbar-nav-pressed-box-shadow;
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
- &:focus {
216
- border-color: $tbar-popup-nav-pressed-focus-border-color;
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-active-font-color;
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
- .e-tbar-btn {
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
- .e-tbar-btn-text {
251
- color: $tbar-btn-text-focus-color;
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
- &:hover {
256
- background: $tbar-hover-bg;
257
- border-color: $tbar-hover-border-color;
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
- .e-tbar-btn {
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: $tbar-separator-border-type $tbar-separator-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
- .e-tbar-btn {
215
+ &.e-toolpop {
421
216
 
422
- &:active {
423
- background: $tbar-btn-active-bg;
424
- border-color: $tbar-press-border-color;
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-btn-active-border-size;
427
- border-radius: $tbar-btn-border-radius;
428
- box-shadow: $tbar-btn-pressed-box-shadow;
429
- color: $tbar-press-font;
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-btn-active-icons-color;
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
- .e-tbar-btn-text {
436
- color: $tbar-btn-active-text-color;
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
  }