@syncfusion/ej2-navigations 20.4.53 → 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 (252) hide show
  1. package/CHANGELOG.md +14 -0
  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 +89 -24
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +93 -28
  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 +22 -10
  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 +2 -1
  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/sidebar/_theme.scss +1 -1
  173. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  174. package/styles/tab/_bootstrap-definition.scss +0 -2
  175. package/styles/tab/_bootstrap4-definition.scss +1 -3
  176. package/styles/tab/_bootstrap5-definition.scss +12 -14
  177. package/styles/tab/_fabric-dark-definition.scss +0 -2
  178. package/styles/tab/_fabric-definition.scss +0 -2
  179. package/styles/tab/_fluent-definition.scss +4 -6
  180. package/styles/tab/_fusionnew-definition.scss +2 -4
  181. package/styles/tab/_highcontrast-definition.scss +0 -2
  182. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  183. package/styles/tab/_layout.scss +8 -6
  184. package/styles/tab/_material-dark-definition.scss +0 -2
  185. package/styles/tab/_material-definition.scss +0 -2
  186. package/styles/tab/_tailwind-definition.scss +3 -5
  187. package/styles/tab/_theme.scss +0 -1
  188. package/styles/tab/bootstrap-dark.css +5 -2
  189. package/styles/tab/bootstrap.css +5 -2
  190. package/styles/tab/bootstrap4.css +12 -9
  191. package/styles/tab/bootstrap5-dark.css +11 -8
  192. package/styles/tab/bootstrap5.css +11 -8
  193. package/styles/tab/fabric-dark.css +7 -4
  194. package/styles/tab/fabric.css +7 -4
  195. package/styles/tab/fluent-dark.css +8 -5
  196. package/styles/tab/fluent.css +8 -5
  197. package/styles/tab/highcontrast-light.css +10 -7
  198. package/styles/tab/highcontrast.css +10 -7
  199. package/styles/tab/material-dark.css +4 -1
  200. package/styles/tab/material.css +4 -1
  201. package/styles/tab/tailwind-dark.css +8 -5
  202. package/styles/tab/tailwind.css +8 -5
  203. package/styles/tailwind-dark.css +668 -937
  204. package/styles/tailwind.css +668 -937
  205. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  206. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  207. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  208. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  209. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  210. package/styles/toolbar/_fabric-definition.scss +15 -43
  211. package/styles/toolbar/_fluent-definition.scss +22 -50
  212. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  213. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  214. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  215. package/styles/toolbar/_layout.scss +684 -977
  216. package/styles/toolbar/_material-dark-definition.scss +19 -49
  217. package/styles/toolbar/_material-definition.scss +21 -49
  218. package/styles/toolbar/_tailwind-definition.scss +21 -49
  219. package/styles/toolbar/_theme.scss +205 -294
  220. package/styles/toolbar/bootstrap-dark.css +647 -925
  221. package/styles/toolbar/bootstrap.css +638 -916
  222. package/styles/toolbar/bootstrap4.css +657 -935
  223. package/styles/toolbar/bootstrap5-dark.css +658 -936
  224. package/styles/toolbar/bootstrap5.css +658 -936
  225. package/styles/toolbar/fabric-dark.css +645 -923
  226. package/styles/toolbar/fabric.css +651 -929
  227. package/styles/toolbar/fluent-dark.css +650 -928
  228. package/styles/toolbar/fluent.css +650 -928
  229. package/styles/toolbar/highcontrast-light.css +642 -920
  230. package/styles/toolbar/highcontrast.css +647 -925
  231. package/styles/toolbar/material-dark.css +649 -927
  232. package/styles/toolbar/material.css +646 -924
  233. package/styles/toolbar/tailwind-dark.css +647 -925
  234. package/styles/toolbar/tailwind.css +645 -923
  235. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  236. package/styles/treeview/_fluent-definition.scss +5 -5
  237. package/styles/treeview/_layout.scss +8 -4
  238. package/styles/treeview/_tailwind-definition.scss +5 -5
  239. package/styles/treeview/_theme.scss +3 -0
  240. package/styles/accordion/_material3-definition.scss +0 -181
  241. package/styles/appbar/_material3-definition.scss +0 -8
  242. package/styles/breadcrumb/_material3-definition.scss +0 -59
  243. package/styles/carousel/_material3-definition.scss +0 -22
  244. package/styles/context-menu/_material3-definition.scss +0 -52
  245. package/styles/h-scroll/_material3-definition.scss +0 -84
  246. package/styles/menu/_material3-definition.scss +0 -67
  247. package/styles/pager/_material3-definition.scss +0 -146
  248. package/styles/sidebar/_material3-definition.scss +0 -6
  249. package/styles/tab/_material3-definition.scss +0 -658
  250. package/styles/toolbar/_material3-definition.scss +0 -248
  251. package/styles/treeview/_material3-definition.scss +0 -120
  252. package/styles/v-scroll/_material3-definition.scss +0 -49
@@ -7,92 +7,110 @@
7
7
  height: $tbar-bgr-size;
8
8
  min-height: $tbar-bgr-size;
9
9
 
10
- .e-tbar-btn {
11
- .e-tbar-btn-text {
12
- font-size: $tbar-bgr-btn-text-font-size;
13
- }
14
- }
10
+ .e-toolbar-items {
15
11
 
16
- .e-tbar-btn .e-icons {
17
- font-size: $tbar-icons-bgr-font-size;
12
+ &:not(.e-tbar-pos):not(.e-toolbar-multirow),
13
+ .e-toolbar-left {
18
14
 
19
- &.e-btn-icon {
20
- font-size: $tbar-bgr-btn-icon-font-size;
15
+ .e-toolbar-item:first-child {
16
+ margin-left: $tbar-item-bgr-mrgn;
17
+ }
21
18
  }
22
- }
23
19
 
24
- &.e-extended-toolbar.e-tbar-extended {
25
- border-bottom: 0;
26
- border-bottom-left-radius: 0;
27
- border-bottom-right-radius: 0;
28
-
29
- .e-toolbar-extended {
30
- border-top: 0;
31
- border-top-left-radius: 0;
32
- border-top-right-radius: 0;
33
- }
34
- }
20
+ .e-hscroll-bar .e-hscroll-content {
35
21
 
36
- &.e-toolpop.e-rtl {
22
+ > .e-toolbar-item:last-child {
23
+ margin-right: $tbar-item-bgr-mrgn;
24
+ }
37
25
 
38
- .e-toolbar-items:not(.e-tbar-pos) {
26
+ .e-toolbar-right .e-toolbar-item {
39
27
 
40
- .e-toolbar-center .e-toolbar-item {
41
- margin: 0;
28
+ &:last-child {
29
+ margin-right: $tbar-item-bgr-mrgn;
30
+ }
42
31
  }
32
+ }
43
33
 
44
- .e-toolbar-right .e-toolbar-item:last-child {
45
- margin: 0;
46
- margin-left: $tbar-item-nrml-mrgn;
34
+ &.e-toolbar-multirow {
35
+ margin-left: $tbar-multirow-items-mrgn-bigger;
36
+ margin-right: $tbar-multirow-items-mrgn-bigger;
37
+
38
+ .e-toolbar-item:not(.e-separator) {
39
+ margin: $tbar-multirow-item-top-btm-mrgn-bigger;
47
40
  }
41
+ }
48
42
 
49
- .e-toolbar-right .e-toolbar-item {
50
- margin: 0;
43
+ .e-toolbar-item {
44
+
45
+ .e-tbar-btn.e-btn,
46
+ .e-tbar-btn.e-btn.e-control {
47
+
48
+ &:focus,
49
+ &:hover,
50
+ &:active {
51
+ padding: $tbar-btn-bgr-focus-padding;
52
+ }
51
53
  }
52
54
  }
53
55
  }
54
56
 
55
- &.e-rtl {
57
+ .e-toolbar-item {
58
+ min-height: $tbar-bgr-items-size;
56
59
 
57
- .e-toolbar-items {
60
+ .e-tbar-btn.e-btn,
61
+ .e-tbar-btn.e-btn.e-control {
62
+ min-height: $tbar-btn-bgr-minheight;
63
+ min-width: $tbar-btn-bgr-minwidth;
64
+ padding: $tbar-btn-bgr-padding;
65
+ line-height: $tbar-btn-bgr-line-height;
58
66
 
59
- .e-hscroll-bar .e-hscroll-content {
67
+ .e-tbar-btn-text {
68
+ padding: $btn-txt-bgr-padding;
69
+ font-size: $tbar-bgr-btn-text-font-size;
70
+ }
60
71
 
61
- > .e-toolbar-item:last-child {
62
- margin-left: $tbar-item-bgr-mrgn;
63
- margin-right: initial;
64
- }
72
+ .e-icons {
73
+ font-size: $tbar-icons-bgr-font-size;
65
74
 
66
- .e-toolbar-center .e-toolbar-item {
67
- margin: 0;
75
+ &.e-btn-icon {
76
+ font-size: $tbar-bgr-btn-icon-font-size;
77
+ line-height: $tbar-btn-icon-bgr-line-height;
68
78
  }
79
+ }
69
80
 
70
- .e-toolbar-right .e-toolbar-item:last-child {
71
- margin-left: $tbar-item-bgr-mrgn;
72
- margin-right: 0;
81
+ &.e-tbtn-txt {
82
+
83
+ .e-icons.e-btn-icon {
84
+ padding: $tbar-btn-icn-bgr-padding;
73
85
  }
74
86
 
75
- .e-toolbar-right .e-toolbar-item {
76
- margin: 0;
87
+ .e-icons.e-icon-right.e-btn-icon {
88
+ padding: $tbar-btn-icn-right-bgr-padding;
77
89
  }
78
90
  }
91
+ }
79
92
 
80
- .e-toolbar-left {
93
+ &:not(.e-separator) {
94
+ min-width: $tbar-bgr-item-size;
95
+ padding: $tbar-item-bgr-padding;
96
+ }
81
97
 
82
- .e-toolbar-item:first-child {
83
- margin-left: 0;
84
- }
98
+ &.e-separator {
99
+ height: $tbar-separator-bgr-height;
100
+ margin: $tbar-separator-bgr-mrgn;
101
+ min-height: $tbar-separator-bgr-minheight;
102
+ }
85
103
 
86
- .e-toolbar-item:last-child {
87
- margin-left: $tbar-item-nrml-mrgn;
88
- }
89
- }
104
+ &.e-popup-text {
90
105
 
91
- &:not(.e-tbar-pos) {
106
+ .e-tbar-btn.e-btn,
107
+ .e-tbar-btn.e-btn.e-control {
92
108
 
93
- .e-toolbar-item:first-child {
94
- margin-left: 0;
95
- margin-right: $tbar-item-bgr-mrgn;
109
+ &.e-tbtn-txt {
110
+
111
+ .e-icons.e-btn-icon {
112
+ padding: $tbar-popup-bgr-text-btn-icon-padding;
113
+ }
96
114
  }
97
115
  }
98
116
  }
@@ -103,23 +121,38 @@
103
121
  min-width: $tbar-nav-bgr-width;
104
122
  }
105
123
 
106
- .e-toolbar-item {
124
+ &.e-vertical {
107
125
 
108
- .e-tbar-btn.e-btn {
109
- line-height: $tbar-btn-bgr-line-height;
110
- }
126
+ .e-toolbar-items {
127
+
128
+ &:not(.e-tbar-pos) .e-toolbar-item {
111
129
 
112
- .e-btn.e-tbar-btn .e-icons.e-btn-icon {
113
- line-height: $tbar-btn-icon-bgr-line-height;
114
- min-height: $tbar-btn-icon-bgr-height;
115
- min-width: $tbar-btn-icon-bgr-width;
130
+ &:first-child {
131
+ margin-left: 0;
132
+ }
133
+
134
+ &:last-child {
135
+ margin-right: 0;
136
+ }
137
+ }
116
138
  }
117
- }
118
139
 
119
- .e-toolbar-items .e-toolbar-item {
140
+ .e-toolbar-item {
141
+
142
+ &:not(.e-separator) {
143
+ min-height: 38px;
144
+ }
145
+
146
+ &.e-separator {
147
+ height: auto;
148
+ margin: $tbar-separator-vertical-bgr-mrgn;
149
+ min-height: auto;
150
+ }
151
+ }
120
152
 
121
- .e-tbar-btn-text {
122
- line-height: $tbar-btn-txt-line-height;
153
+ .e-hor-nav {
154
+ min-height: 40px;
155
+ min-width: 50px;
123
156
  }
124
157
  }
125
158
 
@@ -131,21 +164,18 @@
131
164
  &:not(.e-separator) {
132
165
  min-width: 48px;
133
166
  padding: $tbar-item-pop-bgr-padding;
134
- }
135
-
136
- .e-tbar-btn .e-icons.e-btn-icon {
137
- min-width: $tbar-btn-icon-bgr-width;
138
- font-size: $tbar-popup-bgr-btn-icon-font-size;
167
+ min-height: $tbar-btn-pop-bgr-minheight;
139
168
  }
140
169
 
141
170
  .e-tbar-btn.e-btn {
142
171
  min-height: $tbar-btn-pop-bgr-minheight;
143
172
  padding: $tbar-pop-btn-bgr-padding;
144
- line-height: $tbar-popup-bgr-btn-line-height;
173
+ min-width: 100%;
145
174
 
146
175
  .e-icons.e-btn-icon {
147
176
  margin-left: $tbar-zero-value;
148
177
  padding: $tbar-pop-icon-bgr-padding;
178
+ font-size: $tbar-popup-bgr-btn-icon-font-size;
149
179
  }
150
180
 
151
181
  .e-tbar-btn-text {
@@ -156,273 +186,124 @@
156
186
  }
157
187
  }
158
188
 
159
- .e-toolbar-items {
160
- min-height: $tbar-bgr-items-size;
161
-
162
- &.e-toolbar-multirow {
163
- margin-left: $tbar-multirow-items-mrgn-bigger;
164
- margin-right: $tbar-multirow-items-mrgn-bigger;
165
- white-space: normal;
166
-
167
- .e-toolbar-item:not(.e-separator) {
168
- margin: $tbar-multirow-item-top-btm-mrgn-bigger;
169
- }
170
-
171
- .e-toolbar-item.e-separator.e-multirow-separator,
172
- .e-toolbar-item.e-separator.e-hidden {
173
- display: none;
174
- }
175
-
176
- .e-toolbar-item.e-separator {
177
- display: inline-flex;
178
- }
179
- }
180
-
181
- &.e-toolbar-multirow:not(.e-tbar-pos) {
189
+ &.e-extended-toolbar {
182
190
 
183
- .e-toolbar-item:first-child {
184
- margin-left: $tbar-multirow-item-mrgn;
185
- }
191
+ .e-toolbar-extended {
192
+ min-height: $tbar-bgr-size;
193
+ padding-bottom: 0;
194
+ padding-left: $tbar-item-bgr-mrgn;
195
+ padding-right: $tbar-item-bgr-mrgn;
196
+ padding-top: 0;
186
197
 
187
- .e-toolbar-item:last-child {
188
- margin-right: $tbar-multirow-item-mrgn;
189
- }
190
- }
198
+ .e-toolbar-item {
199
+ min-height: $tbar-bgr-items-size;
191
200
 
192
- .e-hscroll-bar .e-hscroll-content {
201
+ .e-tbar-btn.e-btn,
202
+ .e-tbar-btn.e-btn.e-control {
203
+ min-height: $tbar-btn-bgr-minheight;
204
+ min-width: $tbar-btn-bgr-minwidth;
205
+ padding: $tbar-btn-bgr-padding;
193
206
 
194
- > .e-toolbar-item:last-child {
195
- margin-right: $tbar-item-bgr-mrgn;
196
- }
207
+ .e-tbar-btn-text {
208
+ padding: $btn-txt-bgr-padding;
209
+ }
197
210
 
198
- .e-toolbar-center .e-toolbar-item {
199
- margin: 0;
200
- }
211
+ &:hover,
212
+ &:focus,
213
+ &:active {
214
+ padding: $tbar-bgr-btn-focus-padding;
215
+ }
216
+ }
201
217
 
202
- .e-toolbar-right .e-toolbar-item:last-child {
203
- margin-right: $tbar-item-bgr-mrgn;
204
- }
218
+ &:not(.e-separator) {
219
+ min-width: $tbar-bgr-item-size;
220
+ padding: $tbar-item-bgr-padding;
221
+ }
205
222
 
206
- .e-toolbar-right .e-toolbar-item {
207
- margin: 0;
223
+ &.e-separator {
224
+ height: $tbar-separator-bgr-height;
225
+ margin: $tbar-separator-bgr-mrgn;
226
+ min-height: $tbar-separator-bgr-minheight;
227
+ }
208
228
  }
209
229
  }
210
230
 
211
- .e-toolbar-left {
212
-
213
- .e-toolbar-item:first-child {
214
- margin-left: $tbar-item-bgr-mrgn;
231
+ &.e-tbar-extended {
232
+ border-bottom: 0;
233
+ border-bottom-left-radius: 0;
234
+ border-bottom-right-radius: 0;
235
+
236
+ .e-toolbar-extended {
237
+ border-top: 0;
238
+ border-top-left-radius: 0;
239
+ border-top-right-radius: 0;
215
240
  }
216
241
  }
242
+ }
217
243
 
218
- &:not(.e-tbar-pos) {
219
-
220
- .e-toolbar-item:first-child {
221
- margin-left: $tbar-item-bgr-mrgn;
222
- }
223
- }
244
+ &.e-rtl {
224
245
 
225
246
  .e-toolbar-item {
226
- min-height: $tbar-bgr-items-size;
227
-
228
- &:not(.e-separator) {
229
- min-width: $tbar-bgr-item-size;
230
- padding: $tbar-item-bgr-padding;
231
- }
232
-
233
- &.e-separator {
234
- height: $tbar-separator-bgr-height;
235
- margin: $tbar-separator-bgr-mrgn;
236
- min-height: $tbar-separator-bgr-minheight;
237
- }
238
247
 
239
- &.e-popup-text {
248
+ .e-tbar-btn.e-btn {
240
249
 
241
- .e-tbar-btn.e-btn,
242
- .e-tbar-btn.e-btn.e-control {
250
+ &.e-tbtn-txt {
243
251
 
244
- &.e-tbtn-txt {
252
+ .e-icons.e-btn-icon {
253
+ padding: $tbar-rtl-btn-icn-bgr-padding;
245
254
 
246
- .e-icons.e-btn-icon {
247
- padding: $tbar-popup-bgr-text-btn-icon-padding;
255
+ &.e-icon-right {
256
+ padding: $tbar-rtl-btn-icn-right-bgr-padding;
248
257
  }
249
258
  }
250
259
  }
260
+
261
+ .e-tbar-btn-text {
262
+ padding: $btn-rtl-txt-bgr-padding;
263
+ }
251
264
  }
265
+ }
252
266
 
253
- .e-tbar-btn.e-btn,
254
- .e-tbar-btn.e-btn.e-control {
255
- height: $tbar-btn-bgr-height;
256
- margin: $tbar-btn-bgr-mrgn;
257
- min-height: $tbar-btn-bgr-minheight;
258
- min-width: $tbar-btn-bgr-minwidth;
259
- padding: $tbar-btn-bgr-padding;
260
- line-height: $tbar-bgr-btn-line-height;
267
+ .e-toolbar-items {
261
268
 
262
- &:focus,
263
- &:hover,
264
- &:active {
265
- padding: $tbar-btn-bgr-focus-padding;
269
+ .e-hscroll-bar .e-hscroll-content {
270
+
271
+ > .e-toolbar-item:last-child {
272
+ margin-left: $tbar-item-bgr-mrgn;
273
+ margin-right: initial;
266
274
  }
267
275
 
268
- &.e-tbtn-txt {
276
+ .e-toolbar-center .e-toolbar-item {
277
+ margin: 0;
278
+ }
269
279
 
270
- .e-icons.e-btn-icon {
271
- padding: $tbar-btn-icn-bgr-padding;
272
- }
280
+ .e-toolbar-right .e-toolbar-item {
281
+ margin: 0;
273
282
 
274
- .e-icons.e-icon-right.e-btn-icon {
275
- padding: $tbar-btn-icn-right-bgr-padding;
283
+ &:last-child {
284
+ margin-left: $tbar-item-bgr-mrgn;
285
+ margin-right: 0;
276
286
  }
277
287
  }
288
+ }
278
289
 
279
- .e-tbar-btn-text {
280
- padding: $btn-txt-bgr-padding;
290
+ &:not(.e-tbar-pos) {
291
+
292
+ .e-toolbar-item:first-child {
293
+ margin-left: 0;
294
+ margin-right: $tbar-item-bgr-mrgn;
281
295
  }
282
296
  }
283
297
  }
284
298
  }
285
299
 
286
- &.e-extended-toolbar {
300
+ &.e-extended-toolbar.e-rtl {
287
301
 
288
302
  .e-toolbar-extended {
289
- min-height: $tbar-bgr-size;
290
- padding-bottom: 0;
291
- padding-left: $tbar-item-bgr-mrgn;
292
303
  padding-right: $tbar-item-bgr-mrgn;
293
- padding-top: 0;
294
- }
295
-
296
- .e-toolbar-extended.e-popup-close {
297
- display: none;
298
- }
299
-
300
- .e-toolbar-extended.e-popup-open {
301
- display: inline;
302
- }
303
-
304
- .e-toolbar-pop.e-toolbar-extended {
305
- width: inherit;
306
304
  }
307
-
308
- .e-toolbar-extended {
309
- box-shadow: none;
310
- display: inline;
311
- white-space: normal;
312
-
313
- .e-toolbar-item:not(.e-separator) {
314
- margin: $tbar-bgr-item-margin;
315
- min-width: $tbar-bgr-item-size;
316
- padding: $tbar-item-bgr-padding;
317
- }
318
-
319
- .e-toolbar-item.e-separator.e-extended-separator {
320
- display: none;
321
- }
322
-
323
- .e-toolbar-item.e-separator {
324
- display: inline-flex;
325
- }
326
-
327
- .e-toolbar-item {
328
- align-content: center;
329
- align-items: center;
330
- cursor: pointer;
331
- display: inline-flex;
332
- min-height: $tbar-bgr-items-size;
333
- vertical-align: middle;
334
- width: auto;
335
-
336
- .e-tbar-btn.e-btn .e-tbar-btn-text,
337
- .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
338
- padding: $btn-txt-bgr-padding;
339
- }
340
-
341
- .e-tbar-btn.e-btn,
342
- .e-tbar-btn.e-btn.e-control {
343
- height: $tbar-btn-bgr-height;
344
- margin: $tbar-btn-bgr-mrgn;
345
- min-height: $tbar-btn-bgr-minheight;
346
- min-width: $tbar-btn-bgr-minwidth;
347
- padding: $tbar-btn-bgr-padding;
348
-
349
- &:hover,
350
- &:focus,
351
- &:active {
352
- padding: $tbar-bgr-btn-focus-padding;
353
- }
354
- }
355
-
356
- .e-tbar-btn.e-btn {
357
- line-height: $tbar-btn-bgr-line-height;
358
- }
359
- }
360
-
361
- .e-toolbar-item.e-separator {
362
- height: $tbar-separator-bgr-height;
363
- margin: $tbar-separator-bgr-mrgn;
364
- min-height: $tbar-separator-bgr-minheight;
365
- }
366
-
367
- .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
368
- line-height: $tbar-btn-icon-bgr-line-height;
369
- min-height: $tbar-btn-icon-bgr-height;
370
- min-width: $tbar-btn-icon-bgr-width;
371
- }
372
- }
373
- }
374
-
375
- &.e-extended-toolbar.e-rtl {
376
-
377
- .e-hor-nav {
378
- left: 0;
379
- right: auto;
380
- }
381
-
382
- .e-toolbar-extended {
383
- padding-right: $tbar-item-bgr-mrgn;
384
- }
385
- }
386
-
387
- &.e-vertical {
388
-
389
- .e-toolbar-items {
390
-
391
- .e-toolbar-item {
392
-
393
- &:not(.e-separator) {
394
- min-height: 38px;
395
- }
396
-
397
- &.e-separator {
398
- height: auto;
399
- margin: $tbar-separator-vertical-bgr-mrgn;
400
- min-height: auto;
401
- }
402
-
403
- .e-tbar-btn.e-btn {
404
- margin: $tbar-v-btn-bgr-mrgn;
405
- }
406
- }
407
-
408
- &:not(.e-tbar-pos) .e-toolbar-item {
409
-
410
- &:first-child {
411
- margin-left: 0;
412
- }
413
-
414
- &:last-child {
415
- margin-right: 0;
416
- }
417
- }
418
- }
419
-
420
- .e-hor-nav {
421
- min-height: 40px;
422
- min-width: 50px;
423
- }
424
- }
425
- }
305
+ }
306
+ }
426
307
 
427
308
  .e-toolbar {
428
309
  border-radius: $tbar-radius;
@@ -432,6 +313,7 @@
432
313
  position: relative;
433
314
  user-select: none;
434
315
  white-space: nowrap;
316
+ overflow: hidden;
435
317
 
436
318
  .e-blazor-toolbar-items {
437
319
  position: absolute;
@@ -439,514 +321,45 @@
439
321
  visibility: hidden;
440
322
  }
441
323
 
442
- &.e-extended-toolbar.e-rtl {
443
-
444
- .e-hor-nav {
445
- left: 0;
446
- right: auto;
447
- }
448
-
449
- .e-toolbar-extended {
450
- padding-right: $tbar-item-nrml-mrgn;
451
- margin-left: 0;
452
-
453
- .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
454
- padding-left: 0;
455
- }
456
- }
457
- }
458
-
459
- &.e-extended-toolbar {
460
-
461
- .e-toolbar-items .e-toolbar-item {
462
-
463
- &.e-popup-text .e-tbar-btn-text {
464
- display: none;
465
- }
466
- }
467
-
468
- &.e-extended-toolbar.e-tbar-extended {
469
- border-bottom: 0;
470
- border-bottom-left-radius: 0;
471
- border-bottom-right-radius: 0;
472
- }
473
-
474
- .e-hor-nav.e-ie-align {
475
- display: table;
476
- }
477
-
478
- .e-toolbar-extended {
479
- border-top: 0;
480
- border-top-left-radius: 0;
481
- border-top-right-radius: 0;
482
- min-height: $tbar-nrml-size;
483
- padding-bottom: 0;
484
- padding-left: $tbar-item-nrml-mrgn;
485
- padding-right: $tbar-item-nrml-mrgn;
486
- padding-top: 0;
487
- margin-left: -1px;
488
-
489
- .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
490
- display: none;
491
- }
492
- }
493
-
494
- .e-toolbar-extended.e-popup-close {
495
- display: none;
496
- }
497
-
498
- .e-toolbar-extended.e-popup-open {
499
- display: inline;
500
- }
501
-
502
- .e-toolbar-pop.e-toolbar-extended {
503
- width: inherit;
504
- }
505
-
506
- .e-toolbar-extended {
507
- box-shadow: none;
508
- display: inline;
509
- white-space: normal;
510
-
511
- .e-toolbar-item:not(.e-separator) {
512
- margin: $tbar-ext-btn-margin;
513
- height: 100%;
514
- min-width: $tbar-item-nrml-minwidth;
515
- padding: $tbar-item-nrml-padding;
516
- }
517
-
518
- .e-toolbar-item.e-separator.e-extended-separator {
519
- display: none;
520
- }
521
-
522
- .e-toolbar-item.e-separator {
523
- display: inline-flex;
524
- }
525
-
526
- .e-toolbar-item {
527
- align-content: center;
528
- align-items: center;
529
- cursor: pointer;
530
- display: inline-flex;
531
- min-height: $tbar-nrml-item-size;
532
- vertical-align: middle;
533
- width: auto;
534
-
535
- .e-tbar-btn.e-btn .e-tbar-btn-text,
536
- .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
537
- padding: $btn-txt-nrml-padding;
538
- }
539
-
540
- .e-tbar-btn-text {
541
- display: inline-block;
542
- font-family: $tbar-btn-family;
543
- font-size: $tbar-btn-txt-font-size;
544
- line-height: inherit;
545
- vertical-align: middle;
546
- width: auto;
547
- }
548
-
549
- .e-tbar-btn.e-btn,
550
- .e-tbar-btn.e-btn.e-control {
551
- height: $tbar-btn-nrml-height;
552
- margin: $tbar-btn-nrml-mrgn;
553
- min-height: $tbar-btn-nrml-minheight;
554
- min-width: $tbar-btn-nrml-minwidth;
555
- padding: $tbar-btn-nrml-padding;
556
- }
557
-
558
- .e-tbar-btn.e-btn {
559
- line-height: $tbar-btn-nrml-line-height;
560
-
561
- &:hover,
562
- &:focus,
563
- &:active {
564
- padding: $tbar-ext-btn-focus-padding;
565
- }
566
- }
567
- }
568
-
569
- .e-toolbar-item.e-separator {
570
- margin: $tbar-separator-nrml-mrgn;
571
- min-height: $tbar-btn-icon-nrml-height;
572
- min-width: 1px;
573
- vertical-align: middle;
574
- }
575
-
576
- .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
577
- line-height: $tbar-btn-icon-nrml-line-height;
578
- min-height: $tbar-btn-icon-nrml-height;
579
- min-width: $tbar-btn-icon-nrml-width;
580
- padding: $tbar-ext-btn-icon-padding;
581
- font-size: $tbar-ext-btn-icon-font-size;
582
- }
583
- }
584
-
585
- .e-toolbar-items {
586
-
587
- .e-toolbar-item.e-separator:last-of-type {
588
- display: inline-flex;
589
- }
590
- }
591
-
592
- .e-toolbar-pop.e-toolbar-extended {
593
-
594
- .e-toolbar-item:not(.e-separator) {
595
- height: auto;
596
- }
597
-
598
- .e-toolbar-item {
599
-
600
- .e-tbar-btn .e-icons.e-btn-icon {
601
- font-size: 14px;
602
- vertical-align: middle;
603
- }
604
-
605
- .e-tbar-btn {
606
- cursor: pointer;
607
- font-family: $tbar-btn-family;
608
- font-size: $tbar-btn-font-size;
609
- font-weight: $tbar-btn-weight;
610
- overflow: hidden;
611
- padding: $tbar-btn-nrml-padding;
612
- text-align: center;
613
- text-decoration: none;
614
- text-transform: none;
615
- }
616
- }
617
-
618
- .e-tbar-btn:first-child {
619
- display: inline-block;
620
- }
621
-
622
- .e-toolbar-item > * {
623
- align-self: center;
624
- text-overflow: ellipsis;
625
- }
626
- }
627
- }
628
-
629
324
  &.e-control[class *= 'e-toolbar'] {
630
325
  box-sizing: content-box;
631
326
  }
632
327
 
633
- &.e-toolpop {
634
-
635
- .e-toolbar-items .e-toolbar-item {
636
-
637
- &.e-popup-text .e-tbar-btn-text {
638
- display: none;
639
- }
640
- }
641
- }
642
-
643
- &,
644
- .e-toolbar-items .e-toolbar-item {
645
-
646
- .e-tbar-btn-text {
647
- display: inline-block;
648
- padding: $btn-txt-nrml-padding;
649
- }
650
-
651
- &.e-hidden {
652
- display: none;
653
- }
654
- }
655
-
656
328
  &.e-corner {
657
329
  border-radius: $tbar-border-radius;
658
330
  }
659
331
 
660
- .e-toolbar-pop {
661
- border-radius: $tbar-pop-radius;
662
- overflow: hidden;
663
- padding: $tbar-popup-padding;
664
- position: absolute;
665
-
666
- &.e-toolbar-extended {
667
-
668
- .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
669
- margin: 0;
670
- width: auto;
671
- }
672
- }
673
-
674
- .e-toolbar-item {
675
-
676
- &.e-toolbar-popup.e-hidden {
677
- display: none;
678
- }
679
-
680
- .e-tbar-btn.e-btn {
681
- align-items: center;
682
- display: inline-flex;
683
- justify-content: flex-start;
684
- min-height: $tbar-btn-pop-nrml-minheight;
685
- padding: $tbar-pop-btn-nrml-padding;
686
- border: $tbar-popup-btn-border;
687
- border-radius: $tbar-popup-btn-border-radius;
688
- margin: 0;
689
-
690
- .e-icons.e-btn-icon {
691
- margin: $tbar-zero-value;
692
- padding: $tbar-pop-icon-nrml-padding;
693
- width: auto;
694
- }
695
-
696
- .e-tbar-btn-text {
697
- padding: $tbar-pop-btn-txt-nrml-pad;
698
- }
699
- }
700
-
701
- .e-tbar-btn .e-icons.e-btn-icon {
702
- min-width: $tbar-btn-icon-nrml-width;
703
- }
704
-
705
- &:not(.e-separator) {
706
- min-width: 34px;
707
- padding: $tbar-item-pop-nrml-padding;
708
- }
709
-
710
- &.e-tbtn-align .e-btn.e-control {
711
- text-align: center;
712
-
713
- .e-icons.e-btn-icon {
714
- min-width: 100%;
715
- }
716
- }
717
- }
718
-
719
- .e-toolbar-item {
720
- align-content: center;
721
- align-items: center;
722
- display: flex;
723
- height: $tbar-item-height;
724
- justify-content: center;
725
-
726
- > * {
727
- height: 100%;
728
- min-width: 100%;
729
- text-overflow: ellipsis;
730
- }
731
- }
732
-
733
- .e-toolbar-text .e-tbar-btn-text {
734
- display: none;
735
- }
736
-
737
- .e-toolpopup {
738
- text-align: center;
739
- }
740
- }
741
-
742
- .e-toolbar-popup {
743
- text-align: center;
744
- }
745
-
746
- &.e-toolpop.e-rtl {
747
-
748
- .e-toolbar-items:not(.e-tbar-pos) {
749
-
750
- .e-toolbar-center .e-toolbar-item {
751
- margin: 0;
752
- }
753
-
754
- .e-toolbar-right .e-toolbar-item:last-child {
755
- margin: 0;
756
- margin-left: $tbar-item-nrml-mrgn;
757
- }
758
-
759
- .e-toolbar-right .e-toolbar-item {
760
- margin: 0;
761
- }
762
- }
763
- }
764
-
765
- &.e-rtl {
766
-
767
- .e-hscroll-bar .e-hscroll-content {
768
-
769
- > .e-toolbar-item:last-child {
770
- margin-left: $tbar-item-nrml-mrgn;
771
- margin-right: initial;
772
- }
773
-
774
- .e-toolbar-center .e-toolbar-item {
775
- margin: 0;
776
- }
777
-
778
- .e-toolbar-right .e-toolbar-item:last-child {
779
- margin-right: $tbar-item-nrml-mrgn;
780
- }
781
-
782
- .e-toolbar-right .e-toolbar-item {
783
- margin: 0;
784
- }
785
- }
786
-
787
- .e-toolbar-items {
788
-
789
- &.e-tbar-pos {
790
-
791
- .e-toolbar-left {
792
- left: auto;
793
- right: 0;
794
- }
795
-
796
- .e-toolbar-right {
797
- left: 0;
798
- right: auto;
799
- }
800
- }
801
-
802
- .e-toolbar-left {
803
-
804
- .e-toolbar-item:first-child {
805
- margin-left: 0;
806
- }
807
-
808
- .e-toolbar-item:last-child {
809
- margin-left: $tbar-item-nrml-mrgn;
810
- }
811
- }
812
-
813
- &:not(.e-tbar-pos) {
814
-
815
- .e-toolbar-item:first-child {
816
- margin-left: 0;
817
- margin-right: $tbar-item-nrml-mrgn;
818
- }
819
- }
820
-
821
- &:first-child {
822
-
823
- .e-hscroll-bar:first-child {
824
-
825
- .e-toolbar-left {
826
-
827
- .e-toolbar-item:last-child {
828
- margin-left: 0;
829
- }
830
-
831
- .e-toolbar-item:first-child {
832
- margin-left: 0;
833
- margin-right: $tbar-item-nrml-mrgn;
834
- }
835
- }
836
-
837
- .e-toolbar-center {
838
-
839
- .e-toolbar-item:last-child {
840
- margin-right: 0;
841
- }
842
- }
843
-
844
- .e-toolbar-right {
845
-
846
- .e-toolbar-item {
847
-
848
- &:last-child {
849
- margin-left: $tbar-item-nrml-mrgn;
850
- margin-right: 0;
851
- }
852
-
853
- &:first-child {
854
- margin-right: 0;
855
- }
856
- }
857
- }
858
-
859
- .e-toolbar-item:last-child {
860
- margin-left: $tbar-item-nrml-mrgn;
861
- margin-right: 0;
862
- }
863
- }
864
-
865
- > .e-toolbar-item:last-child,
866
- > .e-toolbar-right .e-toolbar-item {
867
-
868
- &:last-child {
869
- margin-right: 0;
870
- }
871
-
872
- &:first-child {
873
- margin-right: $tbar-item-nrml-mrgn;
874
- }
875
- }
876
- }
877
- }
878
-
879
- .e-hor-nav {
880
- left: $tbar-zero-value;
881
- right: auto;
882
- border-radius: $tbar-radius 0 0 $tbar-radius;
883
- }
884
- }
885
-
886
- .e-hor-nav {
887
- align-items: center;
888
- border-radius: 0 $tbar-radius $tbar-radius 0;
889
- cursor: pointer;
890
- display: flex;
891
- height: 100%;
892
- min-height: $tbar-nrml-items-size;
893
- overflow: hidden;
894
- position: absolute;
895
- right: $tbar-zero-value;
896
- top: $tbar-zero-value;
897
- width: $tbar-nav-nrml-width;
898
-
899
- &.e-ie-align {
900
- display: table;
901
- }
902
- }
903
-
904
- .e-popup-down-icon.e-icons,
905
- .e-popup-up-icon.e-icons {
906
- color: $tbar-default-icon-color;
907
- display: table-cell;
908
- text-align: center;
909
- vertical-align: middle;
910
- width: 100%;
911
- font-size: $tbar-popup-icon-font-size;
912
- }
913
-
914
- .e-toolbar-item {
915
-
916
- .e-tbar-btn.e-btn {
917
- line-height: $tbar-btn-nrml-line-height;
918
-
919
- .e-icons.e-btn-icon {
920
- line-height: $tbar-btn-icon-nrml-line-height;
921
- min-height: $tbar-btn-icon-nrml-height;
922
- }
923
- }
332
+ &.e-hidden {
333
+ display: none;
924
334
  }
925
335
 
926
336
  .e-toolbar-items {
927
337
  border-radius: $tbar-radius 0 0 $tbar-radius;
928
- display: inline-block;
338
+ display: inline-flex;
929
339
  height: 100%;
930
- min-height: $tbar-nrml-items-size;
931
340
  vertical-align: middle;
341
+ align-items: center;
932
342
 
933
343
  &.e-toolbar-multirow {
934
344
  margin-bottom: 1px;
935
345
  margin-left: $tbar-multirow-items-mrgn-small;
936
346
  margin-right: $tbar-multirow-items-mrgn-small;
937
347
  white-space: normal;
348
+ flex-wrap: wrap;
349
+
350
+ .e-toolbar-item {
938
351
 
939
- .e-toolbar-item:not(.e-separator) {
940
- margin: $tbar-multirow-item-top-btm-mrgn-small;
941
- }
352
+ &:not(.e-separator) {
353
+ margin: $tbar-multirow-item-top-btm-mrgn-small;
354
+ }
942
355
 
943
- .e-toolbar-item.e-separator.e-multirow-separator,
944
- .e-toolbar-item.e-separator.e-hidden {
945
- display: none;
946
- }
356
+ &.e-separator {
947
357
 
948
- .e-toolbar-item.e-separator {
949
- display: inline-flex;
358
+ &.e-multirow-separator,
359
+ &.e-hidden {
360
+ display: none;
361
+ }
362
+ }
950
363
  }
951
364
  }
952
365
 
@@ -959,17 +372,6 @@
959
372
  }
960
373
  }
961
374
 
962
- &.e-toolbar-multirow:not(.e-tbar-pos) {
963
-
964
- .e-toolbar-item:first-child {
965
- margin-left: $tbar-multirow-item-mrgn;
966
- }
967
-
968
- .e-toolbar-item:last-child {
969
- margin-right: $tbar-multirow-item-mrgn;
970
- }
971
- }
972
-
973
375
  &.e-tbar-pos {
974
376
  display: block;
975
377
 
@@ -992,7 +394,6 @@
992
394
 
993
395
  .e-toolbar-left {
994
396
  left: 0;
995
- line-height: $tbar-left-item-line-height;
996
397
  }
997
398
 
998
399
  .e-toolbar-center {
@@ -1006,309 +407,615 @@
1006
407
  display: inline-block;
1007
408
  }
1008
409
 
1009
- .e-toolbar-left {
410
+ .e-toolbar-left,
411
+ &:not(.e-tbar-pos):not(.e-toolbar-multirow) {
1010
412
 
1011
413
  .e-toolbar-item:first-child {
1012
414
  margin-left: $tbar-item-nrml-mrgn;
1013
415
  }
1014
416
  }
1015
417
 
1016
- &:not(.e-tbar-pos) {
418
+ &:first-child:not(.e-toolbar-multirow) {
1017
419
 
1018
- .e-toolbar-item:first-child {
1019
- margin-left: $tbar-item-nrml-mrgn;
420
+ > .e-toolbar-item:last-child,
421
+ > .e-toolbar-right .e-toolbar-item:last-child {
422
+ margin-right: $tbar-item-nrml-mrgn;
1020
423
  }
424
+ }
1021
425
 
1022
- .e-toolbar-right {
426
+ .e-hscroll-bar .e-hscroll-content {
427
+ touch-action: pan-y pinch-zoom;
1023
428
 
1024
- .e-toolbar-item:first-child {
1025
- margin-left: 0;
429
+ > .e-toolbar-item:last-child {
430
+ margin-right: $tbar-item-nrml-mrgn;
431
+ }
432
+
433
+ .e-toolbar-center .e-toolbar-item {
434
+ margin: 0;
435
+ }
436
+
437
+ .e-toolbar-right .e-toolbar-item {
438
+ margin: 0;
439
+
440
+ &:last-child {
441
+ margin-right: $tbar-item-nrml-mrgn;
1026
442
  }
1027
443
  }
1028
444
  }
445
+ }
1029
446
 
1030
- &:first-child {
447
+ .e-toolbar-item {
448
+ align-content: center;
449
+ align-items: center;
450
+ cursor: pointer;
451
+ display: inline-flex;
452
+ min-height: $tbar-nrml-item-size;
453
+ vertical-align: middle;
454
+ width: auto;
1031
455
 
1032
- .e-hscroll-bar:first-child {
456
+ .e-tbar-btn {
457
+ display: flex;
458
+ align-items: center;
459
+ vertical-align: middle;
460
+ justify-content: center;
461
+ margin: $tbar-btn-nrml-mrgn;
462
+ min-height: $tbar-btn-nrml-minheight;
463
+ min-width: $tbar-btn-nrml-minwidth;
464
+ padding: $tbar-btn-nrml-padding;
465
+ border-radius: $tbar-nrml-btn-border-radius;
466
+ line-height: $tbar-btn-nrml-line-height;
467
+ border: $tbar-btn-border;
468
+ cursor: pointer;
469
+ font-size: $tbar-btn-font-size;
470
+ font-weight: $tbar-btn-weight;
471
+ overflow: hidden;
472
+ text-align: center;
473
+ text-decoration: none;
474
+ text-transform: none;
1033
475
 
1034
- .e-toolbar-left {
476
+ &.e-tbtn-txt {
1035
477
 
1036
- .e-toolbar-item:last-child {
1037
- margin-right: 0;
1038
- }
478
+ .e-icons.e-btn-icon {
479
+ padding: $tbar-btn-icn-nrml-padding;
1039
480
 
1040
- .e-toolbar-item:first-child {
1041
- margin-left: $tbar-item-nrml-mrgn;
481
+ &.e-icon-right {
482
+ padding: $tbar-btn-icn-right-nrml-padding;
1042
483
  }
1043
484
  }
485
+ }
1044
486
 
1045
- .e-toolbar-center {
1046
- .e-toolbar-item:last-child {
1047
- margin-right: 0;
1048
- }
487
+ .e-icons.e-btn-icon {
488
+ margin: $tbar-zero-value;
489
+ min-width: $tbar-btn-icon-nrml-width;
490
+ width: auto;
491
+ font-size: $tbar-btn-font-size;
492
+ line-height: $tbar-btn-icon-nrml-line-height;
493
+ }
494
+
495
+ &:hover,
496
+ &:focus,
497
+ &:active {
498
+ padding: $tbar-nrml-btn-focus-padding;
499
+ }
500
+
501
+ &:focus {
502
+ outline: $tbar-nrml-btn-focus-outline;
503
+ }
504
+
505
+ div {
506
+ vertical-align: middle;
507
+ }
508
+
509
+ .e-tbar-btn-text {
510
+ font-size: $tbar-btn-txt-font-size;
511
+ padding: $btn-txt-nrml-padding;
512
+ }
513
+ }
514
+
515
+ &:not(.e-separator) {
516
+ height: inherit;
517
+ min-width: $tbar-item-nrml-minwidth;
518
+ padding: $tbar-item-nrml-padding;
519
+ }
520
+
521
+ &.e-separator {
522
+ margin: $tbar-separator-nrml-mrgn;
523
+ min-height: $tbar-separator-nrml-minheight;
524
+ min-width: 1px;
525
+ height: $tbar-separator-nrml-height;
526
+
527
+ + .e-separator,
528
+ &:last-of-type,
529
+ &:first-of-type {
530
+ display: none;
531
+ }
532
+ }
533
+
534
+ &.e-popup-text {
535
+
536
+ .e-tbar-btn.e-btn.e-tbtn-txt {
537
+
538
+ .e-icons.e-btn-icon {
539
+ padding: $tbar-popup-text-btn-icon-padding;
1049
540
  }
541
+ }
542
+ }
543
+
544
+ > * {
545
+ text-overflow: ellipsis;
546
+ }
547
+
548
+ &.e-hidden {
549
+ display: none;
550
+ }
551
+
552
+ input[type = 'checkbox'] {
553
+ height: auto;
554
+ }
555
+ }
556
+
557
+ &.e-vertical {
558
+ display: flex;
559
+ flex-direction: column;
560
+
561
+ .e-toolbar-items {
562
+
563
+ .e-vscroll-bar .e-vscroll-content {
564
+ touch-action: pan-x pinch-zoom;
565
+ }
566
+
567
+ &.e-tbar-pos {
1050
568
 
569
+ .e-toolbar-left,
570
+ .e-toolbar-center,
1051
571
  .e-toolbar-right {
572
+ height: auto;
573
+ }
1052
574
 
1053
- .e-toolbar-item {
575
+ .e-toolbar-left {
576
+ left: auto;
577
+ right: auto;
578
+ top: 0;
579
+ }
1054
580
 
1055
- &:last-child {
1056
- margin-right: $tbar-item-nrml-mrgn;
1057
- }
581
+ .e-toolbar-right {
582
+ bottom: 0;
583
+ left: auto;
584
+ right: auto;
585
+ }
586
+ }
1058
587
 
1059
- &:first-child {
1060
- margin-left: 0;
1061
- }
1062
- }
588
+ &:not(.e-tbar-pos) .e-toolbar-item {
589
+
590
+ &:first-child {
591
+ margin-left: 0;
1063
592
  }
1064
593
 
1065
- .e-toolbar-item:last-child {
1066
- margin-right: $tbar-item-nrml-mrgn;
594
+ &:last-child {
595
+ margin-right: 0;
1067
596
  }
1068
597
  }
1069
598
 
1070
- > .e-toolbar-item:last-child,
1071
- > .e-toolbar-right .e-toolbar-item:last-child {
1072
- margin-right: $tbar-item-nrml-mrgn;
599
+ .e-toolbar-item {
600
+ display: flex;
601
+ height: auto;
602
+
603
+ &:not(.e-separator) {
604
+ min-width: 33px;
605
+ }
606
+
607
+ &.e-separator {
608
+ height: auto;
609
+ margin: $tbar-separator-vertical-nrml-mrgn;
610
+ min-height: auto;
611
+ }
1073
612
  }
1074
613
  }
1075
614
 
1076
- .e-hscroll-bar .e-hscroll-content {
1077
- touch-action: pan-y pinch-zoom;
615
+ .e-hor-nav {
616
+ bottom: 0;
617
+ height: auto;
618
+ left: 0;
619
+ min-height: 40px;
620
+ min-width: 50px;
621
+ right: auto;
622
+ top: auto;
623
+ width: auto;
624
+ }
1078
625
 
1079
- > .e-toolbar-item:last-child {
1080
- margin-right: $tbar-item-nrml-mrgn;
626
+ &.e-rtl.e-tbar-pos {
627
+
628
+ .e-toolbar-left {
629
+ bottom: 0;
630
+ top: auto;
631
+ }
632
+
633
+ .e-toolbar-right {
634
+ bottom: auto;
635
+ top: 0;
636
+ }
637
+ }
638
+ }
639
+
640
+ .e-hor-nav {
641
+ align-items: center;
642
+ border-radius: 0 $tbar-radius $tbar-radius 0;
643
+ cursor: pointer;
644
+ display: flex;
645
+ height: 100%;
646
+ min-height: $tbar-nrml-items-size;
647
+ overflow: hidden;
648
+ position: absolute;
649
+ right: $tbar-zero-value;
650
+ top: $tbar-zero-value;
651
+ width: $tbar-nav-nrml-width;
652
+
653
+ &.e-ie-align {
654
+ display: table;
655
+ }
656
+ }
657
+
658
+ .e-popup-down-icon.e-icons,
659
+ .e-popup-up-icon.e-icons {
660
+ color: $tbar-default-icon-color;
661
+ display: flex;
662
+ text-align: center;
663
+ vertical-align: middle;
664
+ align-items: center;
665
+ justify-content: center;
666
+ width: 100%;
667
+ font-size: $tbar-popup-icon-font-size;
668
+ }
669
+
670
+ &.e-toolpop {
671
+ overflow: visible;
672
+
673
+ .e-toolbar-items {
674
+
675
+ .e-toolbar-item {
676
+
677
+ &.e-popup-text .e-tbar-btn-text {
678
+ display: none;
679
+ }
680
+ }
681
+ }
682
+ }
683
+
684
+ .e-toolbar-pop {
685
+ border-radius: $tbar-pop-radius;
686
+ overflow: hidden;
687
+ padding: $tbar-popup-padding;
688
+ position: absolute;
689
+
690
+ .e-toolbar-item {
691
+ display: flex;
692
+ height: $tbar-item-height;
693
+ justify-content: center;
694
+ min-height: $tbar-btn-pop-nrml-minheight;
695
+
696
+ &.e-toolbar-popup.e-hidden {
697
+ display: none;
698
+ }
699
+
700
+ .e-tbar-btn.e-btn {
701
+ min-height: $tbar-btn-pop-nrml-minheight;
702
+ min-width: 100%;
703
+ padding: $tbar-pop-btn-nrml-padding;
704
+ border: $tbar-popup-btn-border;
705
+ border-radius: $tbar-popup-btn-border-radius;
706
+ justify-content: flex-start;
707
+
708
+ .e-icons.e-btn-icon {
709
+ margin: $tbar-zero-value;
710
+ padding: $tbar-pop-icon-nrml-padding;
711
+ width: auto;
712
+ }
713
+
714
+ .e-tbar-btn-text {
715
+ padding: $tbar-pop-btn-txt-nrml-pad;
716
+ }
1081
717
  }
1082
718
 
1083
- .e-toolbar-center .e-toolbar-item {
1084
- margin: 0;
719
+ &:not(.e-separator) {
720
+ min-width: 34px;
721
+ padding: $tbar-item-pop-nrml-padding;
1085
722
  }
1086
723
 
1087
- .e-toolbar-right .e-toolbar-item:last-child {
1088
- margin-right: $tbar-item-nrml-mrgn;
724
+ > * {
725
+ height: 100%;
726
+ min-width: 100%;
727
+ text-overflow: ellipsis;
1089
728
  }
1090
729
 
1091
- .e-toolbar-right .e-toolbar-item {
1092
- margin: 0;
730
+ &.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
731
+ min-width: 100%;
1093
732
  }
1094
733
  }
1095
734
 
1096
- .e-toolbar-item {
1097
- align-content: center;
1098
- align-items: center;
1099
- cursor: pointer;
1100
- display: inline-flex;
1101
- min-height: $tbar-nrml-item-size;
1102
- vertical-align: middle;
1103
- width: auto;
735
+ .e-toolbar-text .e-tbar-btn-text {
736
+ display: none;
737
+ }
1104
738
 
1105
- &:not(.e-separator) {
1106
- height: inherit;
1107
- min-width: $tbar-item-nrml-minwidth;
1108
- padding: $tbar-item-nrml-padding;
1109
- }
739
+ .e-toolbar-popup,
740
+ .e-toolpopup {
741
+ text-align: center;
742
+ }
743
+ }
1110
744
 
1111
- &.e-separator {
1112
- margin: $tbar-separator-nrml-mrgn;
1113
- min-height: $tbar-separator-nrml-minheight;
1114
- min-width: 1px;
1115
- }
745
+ &.e-extended-toolbar {
746
+ overflow: visible;
1116
747
 
1117
- input[type = 'checkbox'] {
1118
- height: auto;
1119
- }
748
+ &.e-tbar-extended {
749
+ border-bottom: 0;
750
+ border-bottom-left-radius: 0;
751
+ border-bottom-right-radius: 0;
752
+ }
753
+
754
+ .e-toolbar-extended {
755
+ border-top: 0;
756
+ border-top-left-radius: 0;
757
+ border-top-right-radius: 0;
758
+ min-height: $tbar-nrml-size;
759
+ padding-bottom: 0;
760
+ padding-left: $tbar-item-nrml-mrgn;
761
+ padding-right: $tbar-item-nrml-mrgn;
762
+ padding-top: 0;
763
+ margin-left: -1px;
764
+ box-shadow: none;
765
+ display: inline;
766
+ white-space: normal;
767
+
768
+ .e-toolbar-item {
769
+ display: inline-flex;
770
+ min-height: $tbar-nrml-item-size;
771
+
772
+ .e-tbar-btn.e-btn,
773
+ .e-tbar-btn.e-btn.e-control {
774
+ min-height: $tbar-btn-nrml-minheight;
775
+ min-width: $tbar-btn-nrml-minwidth;
776
+ padding: $tbar-btn-nrml-padding;
1120
777
 
1121
- &.e-popup-text {
778
+ .e-tbar-btn-text {
779
+ padding: $btn-txt-nrml-padding;
780
+ font-size: $tbar-btn-txt-font-size;
781
+ }
1122
782
 
1123
- .e-tbar-btn.e-btn {
783
+ .e-icons.e-btn-icon:not(.e-toolbar-pop) {
784
+ display: flex;
785
+ align-items: center;
786
+ vertical-align: middle;
787
+ justify-content: center;
788
+ padding: $tbar-ext-btn-icon-padding;
789
+ font-size: $tbar-ext-btn-icon-font-size;
790
+ }
1124
791
 
1125
792
  &.e-tbtn-txt {
1126
793
 
1127
- .e-icons.e-btn-icon {
1128
- padding: $tbar-popup-text-btn-icon-padding;
794
+ .e-icons.e-btn-icon:not(.e-toolbar-pop) {
795
+ padding: $tbar-btn-icn-nrml-padding;
1129
796
  }
797
+
798
+ .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop) {
799
+ padding: $tbar-btn-icn-right-nrml-padding;
800
+ }
801
+ }
802
+
803
+ &:hover,
804
+ &:focus,
805
+ &:active {
806
+ padding: $tbar-ext-btn-focus-padding;
1130
807
  }
1131
808
  }
1132
- }
1133
809
 
1134
- .e-tbar-btn.e-btn {
1135
- height: $tbar-btn-nrml-height;
1136
- margin: $tbar-btn-nrml-mrgn;
1137
- min-height: $tbar-btn-nrml-minheight;
1138
- min-width: $tbar-btn-nrml-minwidth;
1139
- padding: $tbar-btn-nrml-padding;
1140
- border-radius: $tbar-nrml-btn-border-radius;
1141
- line-height: $tbar-nrml-btn-line-height;
810
+ &:not(.e-separator) {
811
+ min-width: $tbar-item-nrml-minwidth;
812
+ padding: $tbar-item-nrml-padding;
813
+ }
1142
814
 
1143
- &:hover,
1144
- &:focus,
1145
- &:active {
1146
- padding: $tbar-nrml-btn-focus-padding;
815
+ &.e-separator {
816
+ min-height: $tbar-btn-icon-nrml-height;
817
+
818
+ &.e-extended-separator {
819
+ display: none;
820
+ }
1147
821
  }
1148
822
 
1149
- &:focus {
1150
- outline: $tbar-nrml-btn-focus-outline;
823
+ &.e-toolbar-text .e-tbar-btn-text {
824
+ display: none;
1151
825
  }
826
+ }
1152
827
 
1153
- &.e-tbtn-txt {
828
+ &.e-popup-close {
829
+ display: none;
830
+ }
831
+
832
+ &.e-popup-open {
833
+ display: inline;
834
+ }
1154
835
 
1155
- .e-icons.e-btn-icon {
1156
- padding: $tbar-btn-icn-nrml-padding;
836
+ &.e-toolbar-pop {
837
+ width: inherit;
838
+
839
+ .e-toolbar-item {
840
+
841
+ .e-tbar-btn {
842
+ cursor: pointer;
843
+ font-size: $tbar-btn-font-size;
844
+ overflow: hidden;
845
+ padding: $tbar-btn-nrml-padding;
846
+
847
+ .e-icons.e-btn-icon {
848
+ font-size: 14px;
849
+ }
1157
850
  }
1158
851
 
1159
- .e-icons.e-icon-right.e-btn-icon {
1160
- padding: $tbar-btn-icn-right-nrml-padding;
852
+ &:not(.e-separator) {
853
+ height: auto;
1161
854
  }
1162
855
  }
1163
856
 
1164
- .e-icons.e-btn-icon {
1165
- margin: $tbar-zero-value;
1166
- min-width: $tbar-btn-icon-nrml-width;
1167
- width: auto;
1168
- padding-bottom: $tbar-nrml-btn-icon-padding-bottom;
857
+ .e-toolbar-item > * {
858
+ align-self: center;
859
+ text-overflow: ellipsis;
1169
860
  }
1170
861
  }
862
+ }
1171
863
 
1172
- > * {
1173
- align-self: center;
1174
- text-overflow: ellipsis;
1175
- }
864
+ .e-toolbar-items {
1176
865
 
1177
- &.e-separator {
1178
- height: $tbar-separator-nrml-height;
1179
- vertical-align: middle;
866
+ .e-toolbar-item {
1180
867
 
1181
- + .e-separator {
868
+ &.e-popup-text .e-tbar-btn-text {
1182
869
  display: none;
1183
870
  }
1184
-
1185
- &:last-of-type,
1186
- &:first-of-type {
1187
- display: none;
871
+
872
+ &.e-separator:last-of-type {
873
+ display: inline-flex;
1188
874
  }
1189
875
  }
1190
876
  }
1191
- }
1192
877
 
1193
- .e-tbar-btn > :first-child {
1194
- display: inline-block;
878
+ .e-hor-nav.e-ie-align {
879
+ display: table;
880
+ }
1195
881
  }
1196
882
 
1197
- .e-tbar-btn {
1198
- border: $tbar-btn-border;
1199
- cursor: pointer;
1200
- font-family: $tbar-btn-family;
1201
- font-size: $tbar-btn-font-size;
1202
- font-weight: $tbar-btn-weight;
1203
- overflow: hidden;
1204
- padding: $tbar-btn-nrml-padding;
1205
- text-align: center;
1206
- text-decoration: none;
1207
- text-transform: none;
883
+ &.e-rtl {
1208
884
 
1209
- .e-icons.e-btn-icon {
1210
- font-size: $tbar-btn-font-size;
1211
- vertical-align: middle;
1212
- }
885
+ .e-toolbar-item {
1213
886
 
1214
- div {
1215
- vertical-align: middle;
1216
- }
887
+ .e-tbar-btn {
1217
888
 
1218
- .e-tbar-btn-text {
1219
- display: inline-block;
1220
- font-family: $tbar-btn-family;
1221
- font-size: $tbar-btn-txt-font-size;
1222
- line-height: inherit;
1223
- vertical-align: middle;
1224
- width: auto;
889
+ &.e-tbtn-txt {
890
+
891
+ .e-icons.e-btn-icon {
892
+ padding: $tbar-rtl-btn-icn-nrml-padding;
893
+
894
+ &.e-icon-right {
895
+ padding: $tbar-rtl-btn-icn-right-nrml-padding;
896
+ }
897
+ }
898
+ }
899
+
900
+ .e-tbar-btn-text {
901
+ padding: $btn-rtl-txt-nrml-padding;
902
+ }
903
+ }
1225
904
  }
1226
- }
1227
905
 
1228
- &.e-vertical {
1229
- display: flex;
1230
- flex-direction: column;
906
+ .e-hscroll-bar .e-hscroll-content {
1231
907
 
1232
- &.e-rtl.e-tbar-pos {
908
+ > .e-toolbar-item:last-child {
909
+ margin-left: $tbar-item-nrml-mrgn;
910
+ margin-right: initial;
911
+ }
1233
912
 
1234
- .e-toolbar-left {
1235
- bottom: 0;
1236
- top: auto;
913
+ .e-toolbar-center .e-toolbar-item {
914
+ margin: 0;
1237
915
  }
1238
916
 
1239
- .e-toolbar-right {
1240
- bottom: auto;
1241
- top: 0;
917
+ .e-toolbar-right .e-toolbar-item {
918
+ margin: 0;
919
+
920
+ &:last-child {
921
+ margin-right: $tbar-item-nrml-mrgn;
922
+ }
1242
923
  }
1243
924
  }
1244
925
 
1245
926
  .e-toolbar-items {
1246
927
 
1247
- .e-vscroll-bar .e-vscroll-content {
1248
- touch-action: pan-x pinch-zoom;
1249
- }
1250
-
1251
928
  &.e-tbar-pos {
1252
929
 
1253
- .e-toolbar-left,
1254
- .e-toolbar-center,
1255
- .e-toolbar-right {
1256
- height: auto;
1257
- }
1258
-
1259
930
  .e-toolbar-left {
1260
931
  left: auto;
1261
- right: auto;
1262
- top: 0;
932
+ right: 0;
1263
933
  }
1264
934
 
1265
935
  .e-toolbar-right {
1266
- bottom: 0;
1267
- left: auto;
936
+ left: 0;
1268
937
  right: auto;
1269
938
  }
1270
939
  }
1271
940
 
1272
- &:not(.e-tbar-pos) .e-toolbar-item {
941
+ .e-toolbar-left {
1273
942
 
1274
- &:first-child {
1275
- margin-left: 0;
1276
- }
943
+ .e-toolbar-item {
1277
944
 
1278
- &:last-child {
1279
- margin-right: 0;
945
+ &:first-child {
946
+ margin-left: 0;
947
+ }
948
+
949
+ &:last-child {
950
+ margin-left: $tbar-item-nrml-mrgn;
951
+ }
1280
952
  }
1281
953
  }
1282
954
 
1283
- .e-toolbar-item {
1284
- display: flex;
1285
- height: auto;
955
+ &:not(.e-tbar-pos) {
1286
956
 
1287
- &:not(.e-separator) {
1288
- min-width: 33px;
957
+ .e-toolbar-item:first-child {
958
+ margin-left: 0;
959
+ margin-right: $tbar-item-nrml-mrgn;
1289
960
  }
961
+ }
1290
962
 
1291
- &.e-separator {
1292
- height: auto;
1293
- margin: $tbar-separator-vertical-nrml-mrgn;
1294
- min-height: auto;
963
+ &:first-child {
964
+
965
+ > .e-toolbar-item:last-child,
966
+ > .e-toolbar-right .e-toolbar-item {
967
+
968
+ &:last-child {
969
+ margin-right: 0;
970
+ }
971
+
972
+ &:first-child {
973
+ margin-right: $tbar-item-nrml-mrgn;
974
+ }
1295
975
  }
976
+ }
977
+ }
978
+
979
+ .e-hor-nav {
980
+ left: $tbar-zero-value;
981
+ right: auto;
982
+ border-radius: $tbar-radius 0 0 $tbar-radius;
983
+ }
984
+ }
1296
985
 
1297
- .e-tbar-btn.e-btn {
1298
- margin: $tbar-v-btn-nrml-mrgn;
986
+ &.e-toolpop.e-rtl {
987
+
988
+ .e-toolbar-items:not(.e-tbar-pos) {
989
+
990
+ .e-toolbar-center .e-toolbar-item {
991
+ margin: 0;
992
+ }
993
+
994
+ .e-toolbar-right .e-toolbar-item {
995
+ margin: 0;
996
+
997
+ &:last-child {
998
+ margin: 0;
999
+ margin-left: $tbar-item-nrml-mrgn;
1299
1000
  }
1300
1001
  }
1301
1002
  }
1003
+ }
1004
+
1005
+ &.e-extended-toolbar.e-rtl {
1302
1006
 
1303
1007
  .e-hor-nav {
1304
- bottom: 0;
1305
- height: auto;
1306
1008
  left: 0;
1307
- min-height: 40px;
1308
- min-width: 50px;
1309
1009
  right: auto;
1310
- top: auto;
1311
- width: auto;
1010
+ }
1011
+
1012
+ .e-toolbar-extended {
1013
+ padding-right: $tbar-item-nrml-mrgn;
1014
+ margin-left: 0;
1015
+
1016
+ .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1017
+ padding-left: 0;
1018
+ }
1312
1019
  }
1313
1020
  }
1314
1021
  }