@syncfusion/ej2-angular-navigations 20.4.38 → 20.4.40
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/esm2020/src/tab/items.directive.mjs +3 -3
- package/esm2020/src/toolbar/items.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/tab/items.directive.d.ts +8 -1
- package/src/toolbar/items.directive.d.ts +8 -1
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +1130 -281
- package/styles/bootstrap.css +1116 -267
- package/styles/bootstrap4.css +996 -280
- package/styles/bootstrap5-dark.css +1046 -281
- package/styles/bootstrap5.css +1046 -281
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1172 -336
- package/styles/fabric.css +1170 -334
- package/styles/fluent-dark.css +1110 -223
- package/styles/fluent.css +1108 -221
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +1026 -477
- package/styles/highcontrast.css +1028 -473
- package/styles/material-dark.css +1275 -205
- package/styles/material.css +1273 -203
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +9 -9
- package/styles/pager/bootstrap.css +9 -9
- package/styles/pager/bootstrap4.css +9 -9
- package/styles/pager/bootstrap5-dark.css +9 -9
- package/styles/pager/bootstrap5.css +9 -9
- package/styles/pager/fabric-dark.css +9 -9
- package/styles/pager/fabric.css +9 -9
- package/styles/pager/fluent-dark.css +9 -9
- package/styles/pager/fluent.css +9 -9
- package/styles/pager/highcontrast-light.css +9 -9
- package/styles/pager/highcontrast.css +9 -9
- package/styles/pager/material-dark.css +9 -9
- package/styles/pager/material.css +9 -9
- package/styles/pager/tailwind-dark.css +9 -9
- package/styles/pager/tailwind.css +9 -9
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +304 -1010
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +675 -202
- package/styles/tab/bootstrap.css +662 -189
- package/styles/tab/bootstrap4.css +634 -207
- package/styles/tab/bootstrap5-dark.css +611 -227
- package/styles/tab/bootstrap5.css +611 -227
- package/styles/tab/fabric-dark.css +709 -294
- package/styles/tab/fabric.css +707 -292
- package/styles/tab/fluent-dark.css +633 -193
- package/styles/tab/fluent.css +633 -193
- package/styles/tab/highcontrast-light.css +615 -345
- package/styles/tab/highcontrast.css +615 -339
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +791 -140
- package/styles/tab/material.css +791 -140
- package/styles/tab/tailwind-dark.css +792 -157
- package/styles/tab/tailwind.css +792 -157
- package/styles/tailwind-dark.css +1238 -192
- package/styles/tailwind.css +1239 -193
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
package/styles/tab/_layout.scss
CHANGED
|
@@ -13,11 +13,6 @@
|
|
|
13
13
|
height: auto;
|
|
14
14
|
min-height: auto;
|
|
15
15
|
|
|
16
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' or $tbar-skin == 'FluentUI' {
|
|
17
|
-
height: $tab-big-height;
|
|
18
|
-
min-height: $tab-big-height;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
16
|
&:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
22
17
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
23
18
|
margin: $tab-big-first-item-margin;
|
|
@@ -36,9 +31,7 @@
|
|
|
36
31
|
}
|
|
37
32
|
|
|
38
33
|
.e-indicator + .e-toolbar-item:last-child.e-active {
|
|
39
|
-
|
|
40
|
-
margin: 1px 2px 0 0;
|
|
41
|
-
}
|
|
34
|
+
margin: $tab-bgr-active-last-margin;
|
|
42
35
|
}
|
|
43
36
|
}
|
|
44
37
|
|
|
@@ -57,14 +50,7 @@
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
.e-scroll-nav {
|
|
60
|
-
width:
|
|
61
|
-
@if $tab-skin == 'FluentUI' {
|
|
62
|
-
width: 38px;
|
|
63
|
-
}
|
|
64
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
65
|
-
border-radius: 4px;
|
|
66
|
-
width: 38px;
|
|
67
|
-
}
|
|
53
|
+
width: $tab-bgr-hscroll-items-nav-width;
|
|
68
54
|
}
|
|
69
55
|
}
|
|
70
56
|
|
|
@@ -98,21 +84,17 @@
|
|
|
98
84
|
}
|
|
99
85
|
|
|
100
86
|
.e-text-wrap {
|
|
101
|
-
height: $tab-
|
|
102
|
-
|
|
103
|
-
@if $tab-skin == 'fabric' {
|
|
104
|
-
height: $tab-big-height - 2;
|
|
105
|
-
}
|
|
106
|
-
@else if $tab-skin == 'highcontrast' {
|
|
107
|
-
height: $tab-big-height - 4;
|
|
108
|
-
}
|
|
87
|
+
height: $tab-bgr-item-textwrap-height;
|
|
109
88
|
}
|
|
110
89
|
|
|
111
90
|
.e-tab-text {
|
|
112
91
|
font-size: $tab-big-font-size;
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
92
|
+
margin-bottom: $tab-bgr-item-text-margin-bottom;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
96
|
+
position: relative;
|
|
97
|
+
top: $tab-item-left-icon-before-top;
|
|
116
98
|
}
|
|
117
99
|
|
|
118
100
|
&.e-active {
|
|
@@ -123,43 +105,19 @@
|
|
|
123
105
|
margin: $tab-mob-boot-item-margin;
|
|
124
106
|
}
|
|
125
107
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
top: -.5px;
|
|
130
|
-
}
|
|
108
|
+
&.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
109
|
+
position: relative;
|
|
110
|
+
top: $tab-item-left-icon-before-top;
|
|
131
111
|
}
|
|
132
112
|
|
|
133
113
|
.e-text-wrap {
|
|
134
|
-
height: $tab-
|
|
114
|
+
height: $tab-bgr-item-textwrap-height;
|
|
135
115
|
margin-top: $tab-active-text-container-margin;
|
|
136
|
-
|
|
137
|
-
@if $tab-skin == 'fabric' {
|
|
138
|
-
height: $tab-big-height - 2;
|
|
139
|
-
}
|
|
140
|
-
@else if $tab-skin == 'highcontrast' {
|
|
141
|
-
height: $tab-big-height - 4;
|
|
142
|
-
}
|
|
143
116
|
}
|
|
144
117
|
|
|
145
118
|
&.e-ileft .e-text-wrap,
|
|
146
119
|
&.e-iright .e-text-wrap {
|
|
147
|
-
height: $tab-
|
|
148
|
-
|
|
149
|
-
@if $tab-skin == 'fabric' {
|
|
150
|
-
height: $tab-big-height - 2;
|
|
151
|
-
}
|
|
152
|
-
@else if $tab-skin == 'highcontrast' {
|
|
153
|
-
height: $tab-big-height - 4;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
&.e-ileft .e-text-wrap {
|
|
158
|
-
padding: $tab-big-ileft-active-text-wrap-padding;
|
|
159
|
-
|
|
160
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
161
|
-
padding: 0;
|
|
162
|
-
}
|
|
120
|
+
height: $tab-bgr-item-textwrap-height;
|
|
163
121
|
}
|
|
164
122
|
}
|
|
165
123
|
|
|
@@ -185,10 +143,7 @@
|
|
|
185
143
|
height: $tab-big-icon-container-size;
|
|
186
144
|
min-width: $tab-big-icon-container-size;
|
|
187
145
|
width: $tab-big-icon-container-size;
|
|
188
|
-
|
|
189
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
190
|
-
line-height: $tab-big-icon-container-size;
|
|
191
|
-
}
|
|
146
|
+
line-height: $tab-bgr-icon-line-height;
|
|
192
147
|
}
|
|
193
148
|
|
|
194
149
|
.e-tab-icon,
|
|
@@ -203,13 +158,11 @@
|
|
|
203
158
|
}
|
|
204
159
|
}
|
|
205
160
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
margin: $tab-big-it-text-margin;
|
|
161
|
+
.e-icon-right {
|
|
162
|
+
margin: 0 0 0 12px;
|
|
209
163
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
164
|
+
@media screen and (max-width: 480px) {
|
|
165
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
213
166
|
}
|
|
214
167
|
}
|
|
215
168
|
|
|
@@ -244,17 +197,6 @@
|
|
|
244
197
|
.e-close-icon {
|
|
245
198
|
right: $tab-big-close-icon-top-bottom-right;
|
|
246
199
|
}
|
|
247
|
-
|
|
248
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
249
|
-
|
|
250
|
-
.e-text-wrap {
|
|
251
|
-
height: auto;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
&.e-active .e-tab-wrap {
|
|
255
|
-
height: 72px;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
200
|
}
|
|
259
201
|
|
|
260
202
|
&.e-itop .e-tab-text {
|
|
@@ -290,14 +232,7 @@
|
|
|
290
232
|
}
|
|
291
233
|
|
|
292
234
|
.e-text-wrap {
|
|
293
|
-
height: $tab-
|
|
294
|
-
|
|
295
|
-
@if $tab-skin == 'fabric' {
|
|
296
|
-
height: $tab-big-pop-item-height - 2;
|
|
297
|
-
}
|
|
298
|
-
@else if $tab-skin == 'highcontrast' {
|
|
299
|
-
height: $tab-big-pop-item-height - 4;
|
|
300
|
-
}
|
|
235
|
+
height: $tab-bgr-pop-item-textwrap-height;
|
|
301
236
|
}
|
|
302
237
|
|
|
303
238
|
.e-tab-text + .e-close-icon[style = 'display:block'] {
|
|
@@ -396,12 +331,8 @@
|
|
|
396
331
|
&::before {
|
|
397
332
|
font-size: $tab-big-nav-icon-size;
|
|
398
333
|
line-height: $tab-big-nav-icon-container-size;
|
|
399
|
-
top:
|
|
334
|
+
top: $tab-bgr-scroll-nav-arrow-before-top;
|
|
400
335
|
vertical-align: initial;
|
|
401
|
-
|
|
402
|
-
@if $tab-skin == 'highcontrast' {
|
|
403
|
-
top: -2px;
|
|
404
|
-
}
|
|
405
336
|
}
|
|
406
337
|
}
|
|
407
338
|
}
|
|
@@ -432,41 +363,20 @@
|
|
|
432
363
|
&::before {
|
|
433
364
|
font-size: $tab-big-nav-icon-size;
|
|
434
365
|
line-height: $tab-big-nav-icon-container-size;
|
|
435
|
-
top:
|
|
366
|
+
top: $tab-bgr-scroll-nav-arrow-before-top;
|
|
436
367
|
vertical-align: initial;
|
|
437
368
|
|
|
438
369
|
@media screen and (max-width: 480px) {
|
|
439
370
|
font-size: $tab-mob-nav-icon-size;
|
|
440
371
|
}
|
|
441
|
-
|
|
442
|
-
@if $tab-skin == 'highcontrast' {
|
|
443
|
-
top: -2px;
|
|
444
|
-
}
|
|
445
372
|
}
|
|
446
373
|
|
|
447
374
|
&:hover {
|
|
448
|
-
|
|
449
|
-
line-height: 42px;
|
|
450
|
-
}
|
|
451
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
452
|
-
line-height: 38px;
|
|
453
|
-
}
|
|
375
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
454
376
|
|
|
455
377
|
&::before {
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
@if $tab-skin == 'bootstrap' {
|
|
459
|
-
line-height: 42px;
|
|
460
|
-
top: .5px;
|
|
461
|
-
}
|
|
462
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
463
|
-
line-height: 38px;
|
|
464
|
-
top: .5px;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
@if $tab-skin == 'highcontrast' {
|
|
468
|
-
top: -2px;
|
|
469
|
-
}
|
|
378
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
379
|
+
top: $tab-bgr-hor-pop-hover-top;
|
|
470
380
|
}
|
|
471
381
|
}
|
|
472
382
|
}
|
|
@@ -475,37 +385,16 @@
|
|
|
475
385
|
|
|
476
386
|
.e-popup-up-icon,
|
|
477
387
|
.e-popup-down-icon {
|
|
478
|
-
|
|
479
|
-
line-height: 42px;
|
|
480
|
-
}
|
|
481
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
482
|
-
line-height: 38px;
|
|
483
|
-
}
|
|
388
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
484
389
|
|
|
485
390
|
&::before {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
@if $tab-skin == 'bootstrap' {
|
|
489
|
-
line-height: 42px;
|
|
490
|
-
}
|
|
491
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
492
|
-
line-height: 38px;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
@if $tab-skin == 'highcontrast' {
|
|
496
|
-
top: -2px;
|
|
497
|
-
}
|
|
391
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
392
|
+
top: $tab-bgr-scroll-nav-arrow-before-top;
|
|
498
393
|
}
|
|
499
394
|
|
|
500
395
|
&:hover {
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
top: -2px;
|
|
504
|
-
}
|
|
505
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
506
|
-
line-height: 38px;
|
|
507
|
-
top: -2px;
|
|
508
|
-
}
|
|
396
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
397
|
+
top: $tab-bgr-hor-focus-pop-hover-top;
|
|
509
398
|
}
|
|
510
399
|
}
|
|
511
400
|
}
|
|
@@ -545,20 +434,13 @@
|
|
|
545
434
|
padding-top: $tab-big-even-boot-active-item-padding-bottom;
|
|
546
435
|
}
|
|
547
436
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
&.e-itop .e-text-wrap,
|
|
554
|
-
&.e-ibottom .e-text-wrap {
|
|
555
|
-
height: initial;
|
|
556
|
-
}
|
|
437
|
+
.e-close-icon::before {
|
|
438
|
+
top: $tab-bgr-bottom-active-close-top;
|
|
439
|
+
}
|
|
557
440
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
}
|
|
441
|
+
&.e-itop .e-close-icon::before,
|
|
442
|
+
&.e-ibottom .e-close-icon::before {
|
|
443
|
+
top: $tab-bgr-bottom-active-itop-close-top;
|
|
562
444
|
}
|
|
563
445
|
}
|
|
564
446
|
|
|
@@ -570,15 +452,12 @@
|
|
|
570
452
|
margin: $tab-mob-even-last-item-margin;
|
|
571
453
|
}
|
|
572
454
|
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
padding-top: .5px;
|
|
577
|
-
}
|
|
455
|
+
.e-tab-text {
|
|
456
|
+
padding-top: $tab-bgr-bottom-active-text-padding-top;
|
|
457
|
+
}
|
|
578
458
|
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
}
|
|
459
|
+
.e-close-icon::before {
|
|
460
|
+
top: $tab-bgr-bottom-active-last-close-top;
|
|
582
461
|
}
|
|
583
462
|
}
|
|
584
463
|
|
|
@@ -588,17 +467,6 @@
|
|
|
588
467
|
padding-top: 0;
|
|
589
468
|
}
|
|
590
469
|
|
|
591
|
-
&.e-itop.e-active .e-tab-wrap:focus,
|
|
592
|
-
&.e-ibottom.e-active .e-tab-wrap:focus {
|
|
593
|
-
|
|
594
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
595
|
-
|
|
596
|
-
.e-icon-close::before {
|
|
597
|
-
top: -1px;
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
|
|
602
470
|
&.e-ileft.e-active .e-text-wrap {
|
|
603
471
|
margin: $tab-big-even-ileft-active-text-wrap-margin;
|
|
604
472
|
}
|
|
@@ -606,22 +474,6 @@
|
|
|
606
474
|
&.e-active .e-text-wrap {
|
|
607
475
|
height: $tab-big-even-active-text-container-height;
|
|
608
476
|
padding: 0;
|
|
609
|
-
|
|
610
|
-
@if $tab-skin == 'fabric' {
|
|
611
|
-
height: $tab-big-height - 2;
|
|
612
|
-
}
|
|
613
|
-
@else if $tab-skin == 'highcontrast' {
|
|
614
|
-
height: $tab-big-height - 4;
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
&.e-active.e-itop .e-text-wrap,
|
|
619
|
-
&.e-active.e-ibottom .e-text-wrap {
|
|
620
|
-
height: $tab-big-height;
|
|
621
|
-
|
|
622
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
623
|
-
height: auto;
|
|
624
|
-
}
|
|
625
477
|
}
|
|
626
478
|
|
|
627
479
|
&.e-itop.e-active .e-text-wrap,
|
|
@@ -630,13 +482,7 @@
|
|
|
630
482
|
}
|
|
631
483
|
|
|
632
484
|
&.e-ileft.e-active {
|
|
633
|
-
|
|
634
|
-
@if $tab-skin == 'fabric' {
|
|
635
|
-
height: $tab-big-height - 2;
|
|
636
|
-
}
|
|
637
|
-
@else if $tab-skin == 'highcontrast' {
|
|
638
|
-
height: $tab-big-height - 4;
|
|
639
|
-
}
|
|
485
|
+
height: $tab-big-even-active-text-container-height;
|
|
640
486
|
}
|
|
641
487
|
}
|
|
642
488
|
}
|
|
@@ -683,12 +529,9 @@
|
|
|
683
529
|
}
|
|
684
530
|
}
|
|
685
531
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
min-height: $tab-big-height;
|
|
690
|
-
min-width: $tab-big-height;
|
|
691
|
-
}
|
|
532
|
+
&.e-ileft.e-icon {
|
|
533
|
+
min-height: $tab-bgr-vertical-icon-min-height;
|
|
534
|
+
min-width: $tab-bgr-vertical-icon-min-width;
|
|
692
535
|
}
|
|
693
536
|
}
|
|
694
537
|
|
|
@@ -733,26 +576,14 @@
|
|
|
733
576
|
|
|
734
577
|
&.e-vertical-icon {
|
|
735
578
|
|
|
736
|
-
.e-tab-header {
|
|
579
|
+
> .e-tab-header {
|
|
737
580
|
height: $tab-big-tb-icon-height;
|
|
738
581
|
min-height: $tab-big-tb-icon-height;
|
|
739
582
|
|
|
740
|
-
.e-toolbar-items {
|
|
583
|
+
> .e-toolbar-items {
|
|
741
584
|
height: $tab-big-tb-icon-height;
|
|
742
585
|
}
|
|
743
586
|
|
|
744
|
-
.e-toolbar-item.e-active,
|
|
745
|
-
.e-toolbar-item:not(.e-separator):last-child.e-active {
|
|
746
|
-
|
|
747
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
748
|
-
|
|
749
|
-
.e-text-wrap::before {
|
|
750
|
-
bottom: -10px;
|
|
751
|
-
top: auto;
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
|
|
756
587
|
.e-scroll-nav {
|
|
757
588
|
height: $tab-big-icon-top-bottom-item-height;
|
|
758
589
|
}
|
|
@@ -770,12 +601,6 @@
|
|
|
770
601
|
}
|
|
771
602
|
}
|
|
772
603
|
|
|
773
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
774
|
-
&.e-rtl .e-toolbar-item.e-active {
|
|
775
|
-
margin: 0 0 0 2px;
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
|
|
779
604
|
&.e-vertical-tab {
|
|
780
605
|
|
|
781
606
|
.e-tab-header.e-vertical {
|
|
@@ -802,14 +627,7 @@
|
|
|
802
627
|
}
|
|
803
628
|
|
|
804
629
|
.e-tab-wrap:focus .e-text-wrap {
|
|
805
|
-
height: $tab-
|
|
806
|
-
|
|
807
|
-
@if $tab-skin == 'fabric' {
|
|
808
|
-
height: $tab-big-height - 2;
|
|
809
|
-
}
|
|
810
|
-
@else if $tab-skin == 'highcontrast' {
|
|
811
|
-
height: $tab-big-height - 4;
|
|
812
|
-
}
|
|
630
|
+
height: $tab-bgr-item-textwrap-height;
|
|
813
631
|
}
|
|
814
632
|
|
|
815
633
|
&.e-itop,
|
|
@@ -837,14 +655,7 @@
|
|
|
837
655
|
height: $tab-big-pop-item-height;
|
|
838
656
|
|
|
839
657
|
.e-text-wrap {
|
|
840
|
-
height: $tab-
|
|
841
|
-
|
|
842
|
-
@if $tab-skin == 'fabric' {
|
|
843
|
-
height: $tab-big-pop-item-height - 2;
|
|
844
|
-
}
|
|
845
|
-
@else if $tab-skin == 'highcontrast' {
|
|
846
|
-
height: $tab-big-pop-item-height - 4;
|
|
847
|
-
}
|
|
658
|
+
height: $tab-bgr-pop-item-textwrap-height;
|
|
848
659
|
}
|
|
849
660
|
}
|
|
850
661
|
|
|
@@ -862,25 +673,12 @@
|
|
|
862
673
|
&.e-active {
|
|
863
674
|
|
|
864
675
|
.e-tab-wrap:focus .e-text-wrap {
|
|
865
|
-
height: $tab-
|
|
676
|
+
height: $tab-bgr-item-textwrap-height;
|
|
866
677
|
padding: 0;
|
|
867
|
-
|
|
868
|
-
@if $tab-skin == 'fabric' {
|
|
869
|
-
height: $tab-big-height - 2;
|
|
870
|
-
}
|
|
871
|
-
@else if $tab-skin == 'highcontrast' {
|
|
872
|
-
height: $tab-big-height - 4;
|
|
873
|
-
}
|
|
874
678
|
}
|
|
875
679
|
|
|
876
680
|
&.e-ileft {
|
|
877
|
-
|
|
878
|
-
@if $tab-skin == 'fabric' {
|
|
879
|
-
height: $tab-big-height - 2;
|
|
880
|
-
}
|
|
881
|
-
@else if $tab-skin == 'highcontrast' {
|
|
882
|
-
height: $tab-big-height - 4;
|
|
883
|
-
}
|
|
681
|
+
height: $tab-big-even-active-text-container-height;
|
|
884
682
|
}
|
|
885
683
|
}
|
|
886
684
|
}
|
|
@@ -945,22 +743,15 @@
|
|
|
945
743
|
|
|
946
744
|
&.e-rtl {
|
|
947
745
|
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
.e-tab-header {
|
|
951
|
-
|
|
952
|
-
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
953
|
-
margin: $tab-big-rtl-item-margin;
|
|
954
|
-
}
|
|
746
|
+
.e-tab-header {
|
|
955
747
|
|
|
956
|
-
|
|
748
|
+
&.e-horizontal-bottom {
|
|
957
749
|
|
|
958
|
-
|
|
959
|
-
|
|
750
|
+
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
751
|
+
margin: $tab-bgr-rtl-bottom-item-margin;
|
|
960
752
|
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
}
|
|
753
|
+
&.e-active {
|
|
754
|
+
margin: $tab-bgr-rtl-bottom-active-margin;
|
|
964
755
|
}
|
|
965
756
|
}
|
|
966
757
|
}
|
|
@@ -990,10 +781,7 @@
|
|
|
990
781
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
991
782
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
992
783
|
margin: $tab-big-alt-first-item-margin;
|
|
993
|
-
padding:
|
|
994
|
-
@if $tab-skin == 'tailwind' {
|
|
995
|
-
padding: 0 12px;
|
|
996
|
-
}
|
|
784
|
+
padding: $tab-bgr-fill-active-item-padding;
|
|
997
785
|
}
|
|
998
786
|
|
|
999
787
|
.e-toolbar-item {
|
|
@@ -1002,6 +790,7 @@
|
|
|
1002
790
|
height: $tab-big-fill-height;
|
|
1003
791
|
margin: $tab-alt-item-margin;
|
|
1004
792
|
min-height: $tab-big-fill-height;
|
|
793
|
+
padding: $tab-bgr-fill-active-item-padding;
|
|
1005
794
|
|
|
1006
795
|
@media screen and (max-width: 480px) {
|
|
1007
796
|
height: $tab-mob-fill-height;
|
|
@@ -1026,58 +815,35 @@
|
|
|
1026
815
|
}
|
|
1027
816
|
|
|
1028
817
|
.e-text-wrap {
|
|
1029
|
-
height: $tab-
|
|
818
|
+
height: $tab-bgr-fill-item-textwrap-height;
|
|
1030
819
|
|
|
1031
820
|
@media screen and (max-width: 480px) {
|
|
1032
821
|
height: $tab-mob-fill-height;
|
|
1033
822
|
}
|
|
1034
|
-
|
|
1035
|
-
@if $tab-skin == 'fabric' {
|
|
1036
|
-
height: $tab-big-fill-height - 2;
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
@if $tab-skin == 'highcontrast' {
|
|
1040
|
-
height: $tab-big-fill-height - 4;
|
|
1041
|
-
}
|
|
1042
823
|
}
|
|
1043
824
|
|
|
1044
825
|
&.e-active {
|
|
1045
|
-
padding: $tab-
|
|
826
|
+
padding: $tab-bgr-fill-active-item-padding;
|
|
1046
827
|
|
|
1047
828
|
.e-tab-wrap {
|
|
1048
829
|
margin-bottom: $tab-fill-big-active-item-wrap-margin-bottom;
|
|
1049
830
|
}
|
|
1050
831
|
|
|
1051
832
|
.e-text-wrap {
|
|
1052
|
-
height: $tab-
|
|
833
|
+
height: $tab-bgr-fill-item-textwrap-height;
|
|
1053
834
|
|
|
1054
835
|
@media screen and (max-width: 480px) {
|
|
1055
836
|
height: $tab-mob-fill-height;
|
|
1056
837
|
}
|
|
1057
|
-
|
|
1058
|
-
@if $tab-skin == 'fabric' {
|
|
1059
|
-
height: $tab-big-fill-height - 2;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
@if $tab-skin == 'highcontrast' {
|
|
1063
|
-
height: $tab-big-fill-height - 4;
|
|
1064
|
-
}
|
|
1065
838
|
}
|
|
1066
839
|
|
|
1067
840
|
&.e-ileft .e-text-wrap,
|
|
1068
841
|
&.e-iright .e-text-wrap {
|
|
1069
|
-
height: $tab-fill-
|
|
842
|
+
height: $tab-bgr-fill-active-ileft-textwrap-height;
|
|
1070
843
|
|
|
1071
844
|
@media screen and (max-width: 480px) {
|
|
1072
845
|
height: $tab-fill-big-active-it-text-container-height;
|
|
1073
846
|
}
|
|
1074
|
-
|
|
1075
|
-
@if $tab-skin == 'fabric' {
|
|
1076
|
-
height: $tab-big-fill-height - 2;
|
|
1077
|
-
}
|
|
1078
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1079
|
-
height: $tab-big-fill-height - 4;
|
|
1080
|
-
}
|
|
1081
847
|
}
|
|
1082
848
|
}
|
|
1083
849
|
|
|
@@ -1112,14 +878,6 @@
|
|
|
1112
878
|
|
|
1113
879
|
.e-toolbar-item.e-active .e-text-wrap {
|
|
1114
880
|
height: $tab-fill-big-even-active-text-height;
|
|
1115
|
-
|
|
1116
|
-
@if $tab-skin == 'fabric' {
|
|
1117
|
-
height: $tab-big-fill-height - 2;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
@if $tab-skin == 'highcontrast' {
|
|
1121
|
-
height: $tab-big-fill-height - 4;
|
|
1122
|
-
}
|
|
1123
881
|
}
|
|
1124
882
|
|
|
1125
883
|
.e-toolbar-item.e-itop .e-text-wrap,
|
|
@@ -1145,33 +903,13 @@
|
|
|
1145
903
|
}
|
|
1146
904
|
|
|
1147
905
|
.e-tab-wrap:focus .e-text-wrap {
|
|
1148
|
-
height: $tab-
|
|
1149
|
-
|
|
1150
|
-
@if $tab-skin == 'fabric' {
|
|
1151
|
-
height: $tab-big-fill-height - 2;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
@if $tab-skin == 'highcontrast' {
|
|
1155
|
-
height: $tab-big-fill-height - 4;
|
|
1156
|
-
}
|
|
906
|
+
height: $tab-bgr-fill-focused-wrap-height;
|
|
1157
907
|
}
|
|
1158
908
|
|
|
1159
909
|
&.e-active .e-tab-wrap:focus {
|
|
1160
910
|
|
|
1161
911
|
.e-text-wrap {
|
|
1162
|
-
|
|
1163
|
-
height: $tab-big-fill-height - 2;
|
|
1164
|
-
}
|
|
1165
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1166
|
-
height: $tab-big-fill-height - 4;
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.e-close-icon::before {
|
|
1171
|
-
|
|
1172
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1173
|
-
top: 1px;
|
|
1174
|
-
}
|
|
912
|
+
height: $tab-bgr-fill-focused-wrap-height;
|
|
1175
913
|
}
|
|
1176
914
|
}
|
|
1177
915
|
|
|
@@ -1188,19 +926,6 @@
|
|
|
1188
926
|
}
|
|
1189
927
|
}
|
|
1190
928
|
}
|
|
1191
|
-
|
|
1192
|
-
&.e-horizontal-bottom {
|
|
1193
|
-
|
|
1194
|
-
.e-tab-wrap:focus .e-text-wrap {
|
|
1195
|
-
@if $tab-skin == 'fabric' {
|
|
1196
|
-
height: $tab-big-fill-height - 2;
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
@if $tab-skin == 'highcontrast' {
|
|
1200
|
-
height: $tab-big-fill-height - 4;
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
929
|
}
|
|
1205
930
|
}
|
|
1206
931
|
|
|
@@ -1213,7 +938,7 @@
|
|
|
1213
938
|
|
|
1214
939
|
&.e-vertical-icon {
|
|
1215
940
|
|
|
1216
|
-
.e-tab-header {
|
|
941
|
+
> .e-tab-header {
|
|
1217
942
|
height: $tab-big-tb-icon-height - 2;
|
|
1218
943
|
min-height: $tab-big-tb-icon-height - 2;
|
|
1219
944
|
}
|
|
@@ -1227,18 +952,13 @@
|
|
|
1227
952
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1228
953
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1229
954
|
margin: $tab-big-alt-first-item-margin;
|
|
1230
|
-
padding:
|
|
1231
|
-
@if $tab-skin == 'tailwind' {
|
|
1232
|
-
padding: 0 12px;
|
|
1233
|
-
}
|
|
955
|
+
padding: $tab-bgr-background-active-padding;
|
|
1234
956
|
}
|
|
1235
957
|
|
|
1236
958
|
.e-toolbar-item {
|
|
1237
959
|
|
|
1238
960
|
&:not(.e-separator) {
|
|
1239
|
-
|
|
1240
|
-
margin: $tab-alt-item-margin;
|
|
1241
|
-
}
|
|
961
|
+
padding: $tab-bgr-background-active-padding;
|
|
1242
962
|
}
|
|
1243
963
|
|
|
1244
964
|
.e-tab-wrap {
|
|
@@ -1250,35 +970,11 @@
|
|
|
1250
970
|
}
|
|
1251
971
|
|
|
1252
972
|
&.e-active {
|
|
1253
|
-
padding: $tab-
|
|
973
|
+
padding: $tab-bgr-background-active-padding;
|
|
1254
974
|
|
|
1255
975
|
.e-tab-wrap {
|
|
1256
976
|
margin-bottom: $tab-bg-big-active-item-wrap-margin-bottom;
|
|
1257
977
|
}
|
|
1258
|
-
|
|
1259
|
-
.e-text-wrap {
|
|
1260
|
-
height: $tab-big-height;
|
|
1261
|
-
|
|
1262
|
-
@if $tab-skin == 'fabric' {
|
|
1263
|
-
height: $tab-big-height - 2;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
@if $tab-skin == 'highcontrast' {
|
|
1267
|
-
height: $tab-big-height - 4;
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
&:hover {
|
|
1273
|
-
@if $tab-skin == 'highcontrast' {
|
|
1274
|
-
&.e-itop,
|
|
1275
|
-
&.e-ibottom {
|
|
1276
|
-
|
|
1277
|
-
.e-text-wrap {
|
|
1278
|
-
height: auto;
|
|
1279
|
-
}
|
|
1280
|
-
}
|
|
1281
|
-
}
|
|
1282
978
|
}
|
|
1283
979
|
}
|
|
1284
980
|
|
|
@@ -1316,14 +1012,8 @@
|
|
|
1316
1012
|
.e-toolbar-item:not(.e-separator) {
|
|
1317
1013
|
margin: $tab-big-rtl-item-margin;
|
|
1318
1014
|
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
margin: $tab-rtl-big-it-text-margin;
|
|
1322
|
-
|
|
1323
|
-
@media screen and (max-width: 480px) {
|
|
1324
|
-
margin: $tab-rtl-mob-it-text-margin;
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1015
|
+
.e-icon-right {
|
|
1016
|
+
margin: $tab-bgr-rtl-icon-right-margin;
|
|
1327
1017
|
}
|
|
1328
1018
|
|
|
1329
1019
|
.e-icon-left + .e-tab-text {
|
|
@@ -1469,10 +1159,7 @@
|
|
|
1469
1159
|
&::before {
|
|
1470
1160
|
content: '';
|
|
1471
1161
|
position: absolute;
|
|
1472
|
-
|
|
1473
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1474
|
-
display: block;
|
|
1475
|
-
}
|
|
1162
|
+
display: $tab-nrml-hdr-before-display;
|
|
1476
1163
|
}
|
|
1477
1164
|
|
|
1478
1165
|
&:not(.e-vertical) {
|
|
@@ -1490,16 +1177,8 @@
|
|
|
1490
1177
|
min-height: $tab-nrml-height;
|
|
1491
1178
|
position: relative;
|
|
1492
1179
|
|
|
1493
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' or $tbar-skin == 'FluentUI' {
|
|
1494
|
-
height: $tab-nrml-height;
|
|
1495
|
-
min-height: $tab-nrml-height;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
1180
|
@media screen and (max-width: 480px) {
|
|
1499
1181
|
min-height: $tab-big-height;
|
|
1500
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1501
|
-
height: $tab-big-height;
|
|
1502
|
-
}
|
|
1503
1182
|
}
|
|
1504
1183
|
|
|
1505
1184
|
&:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
@@ -1515,35 +1194,34 @@
|
|
|
1515
1194
|
margin: $tab-mob-last-item-margin;
|
|
1516
1195
|
}
|
|
1517
1196
|
}
|
|
1518
|
-
@if $tab-skin == 'FluentUI' {
|
|
1519
|
-
.e-toolbar-item.e-active {
|
|
1520
|
-
position: relative;
|
|
1521
1197
|
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
right: 0;
|
|
1525
|
-
}
|
|
1198
|
+
.e-toolbar-item.e-active {
|
|
1199
|
+
position: $tab-nrml-item-active-position;
|
|
1526
1200
|
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
height: 2px;
|
|
1532
|
-
left: 8px;
|
|
1533
|
-
position: absolute;
|
|
1534
|
-
right: 8px;
|
|
1535
|
-
transition: left .267s cubic-bezier(.1, .25, .75, .9) 0s, right .267s cubic-bezier(.1, .25, .75, .9) 0s;
|
|
1536
|
-
}
|
|
1201
|
+
&:hover::before {
|
|
1202
|
+
left: $tab-nrml-item-active-hover-before-left;
|
|
1203
|
+
right: $tab-nrml-item-active-hover-before-right;
|
|
1204
|
+
}
|
|
1537
1205
|
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1206
|
+
&::before {
|
|
1207
|
+
background-color: $tab-nrml-item-active-before-bg-font;
|
|
1208
|
+
bottom: $tab-nrml-item-active-before-bottom;
|
|
1209
|
+
content: $tab-nrml-item-active-before-content;
|
|
1210
|
+
height: $tab-nrml-item-active-before-height;
|
|
1211
|
+
left: $tab-nrml-item-active-before-left;
|
|
1212
|
+
position: $tab-nrml-item-active-before-position;
|
|
1213
|
+
right: $tab-nrml-item-active-before-left;
|
|
1214
|
+
transition: $tab-nrml-item-active-before-transition;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
&::after {
|
|
1218
|
+
color: $tab-nrml-item-active-after-font;
|
|
1219
|
+
content: $tab-nrml-item-active-after-content;
|
|
1220
|
+
display: $tab-nrml-item-active-after-display;
|
|
1221
|
+
font-weight: $tab-nrml-item-active-after-font-weight;
|
|
1222
|
+
height: $tab-nrml-item-active-after-height;
|
|
1223
|
+
overflow: $tab-nrml-item-active-after-overflow;
|
|
1224
|
+
visibility: $tab-nrml-item-active-after-overflow;
|
|
1547
1225
|
}
|
|
1548
1226
|
}
|
|
1549
1227
|
}
|
|
@@ -1558,32 +1236,13 @@
|
|
|
1558
1236
|
}
|
|
1559
1237
|
}
|
|
1560
1238
|
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
&[style *= 'overflow: hidden'] .e-toolbar-item:not(.e-separator).e-active {
|
|
1564
|
-
margin-bottom: 0;
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1569
|
-
.e-hscroll-bar {
|
|
1570
|
-
padding: 0 1px;
|
|
1571
|
-
}
|
|
1239
|
+
.e-hscroll-bar {
|
|
1240
|
+
padding: $tab-nrml-hscroll-bar-padding;
|
|
1572
1241
|
}
|
|
1573
1242
|
|
|
1574
1243
|
.e-scroll-nav {
|
|
1575
|
-
width:
|
|
1576
|
-
|
|
1577
|
-
width: 32px;
|
|
1578
|
-
}
|
|
1579
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1580
|
-
border-radius: 4px;
|
|
1581
|
-
width: 32px;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
@if $tab-skin == 'tailwind' {
|
|
1585
|
-
width: 24px;
|
|
1586
|
-
}
|
|
1244
|
+
width: $tab-nrml-hscroll-items-nav-width;
|
|
1245
|
+
border-radius: $tab-nrml-hscroll-items-bdr-radius;
|
|
1587
1246
|
}
|
|
1588
1247
|
|
|
1589
1248
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
@@ -1617,12 +1276,8 @@
|
|
|
1617
1276
|
height: $tab-border-width;
|
|
1618
1277
|
left: 0;
|
|
1619
1278
|
right: 0;
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
@if $tab-skin == 'tailwind' {
|
|
1623
|
-
border-radius: $tab-border-width;
|
|
1624
|
-
transition: all .4s cubic-bezier(.25, .46, .45, .94);
|
|
1625
|
-
}
|
|
1279
|
+
border-radius: $tab-nrml-vertical-indicator-bdr-radius;
|
|
1280
|
+
transition: $tab-nrml-indicator-transition;
|
|
1626
1281
|
}
|
|
1627
1282
|
|
|
1628
1283
|
.e-toolbar-item {
|
|
@@ -1659,18 +1314,11 @@
|
|
|
1659
1314
|
align-content: center;
|
|
1660
1315
|
align-items: center;
|
|
1661
1316
|
display: inline-flex;
|
|
1662
|
-
height: $tab-nrml-height;
|
|
1317
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1663
1318
|
|
|
1664
1319
|
@media screen and (max-width: 480px) {
|
|
1665
1320
|
height: $tab-big-height;
|
|
1666
1321
|
}
|
|
1667
|
-
|
|
1668
|
-
@if $tab-skin == 'fabric' {
|
|
1669
|
-
height: $tab-nrml-height - 2;
|
|
1670
|
-
}
|
|
1671
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1672
|
-
height: $tab-nrml-height - 4;
|
|
1673
|
-
}
|
|
1674
1322
|
}
|
|
1675
1323
|
|
|
1676
1324
|
.e-tab-text {
|
|
@@ -1679,18 +1327,14 @@
|
|
|
1679
1327
|
font-size: $tab-nrml-font-size;
|
|
1680
1328
|
font-weight: $tab-font-weight;
|
|
1681
1329
|
text-transform: $tab-text-transform;
|
|
1330
|
+
align-self: auto;
|
|
1331
|
+
margin-bottom: $tab-nrml-item-text-margin-bottom;
|
|
1682
1332
|
|
|
1683
1333
|
@media screen and (max-width: 480px) {
|
|
1684
1334
|
font-size: $tab-big-font-size;
|
|
1685
1335
|
}
|
|
1686
1336
|
}
|
|
1687
1337
|
|
|
1688
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1689
|
-
.e-tab-text {
|
|
1690
|
-
align-self: auto;
|
|
1691
|
-
}
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
1338
|
&.e-active {
|
|
1695
1339
|
margin: $tab-nrml-boot-item-margin;
|
|
1696
1340
|
padding-bottom: $tab-nrml-even-boot-active-item-padding-bottom;
|
|
@@ -1700,76 +1344,42 @@
|
|
|
1700
1344
|
}
|
|
1701
1345
|
|
|
1702
1346
|
.e-text-wrap {
|
|
1703
|
-
height: $tab-nrml-
|
|
1347
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1704
1348
|
margin-top: $tab-active-text-container-margin;
|
|
1705
1349
|
|
|
1706
1350
|
@media screen and (max-width: 480px) {
|
|
1707
1351
|
height: $tab-big-active-text-container-height;
|
|
1708
1352
|
}
|
|
1709
|
-
|
|
1710
|
-
@if $tab-skin == 'fabric' {
|
|
1711
|
-
height: $tab-nrml-height - 2;
|
|
1712
|
-
}
|
|
1713
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1714
|
-
height: $tab-nrml-height - 4;
|
|
1715
|
-
}
|
|
1716
1353
|
}
|
|
1717
1354
|
|
|
1718
1355
|
.e-tab-wrap {
|
|
1719
1356
|
margin-bottom: $tab-nrml-active-item-wrap-margin-bottom;
|
|
1720
|
-
|
|
1721
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1722
|
-
&:hover {
|
|
1723
|
-
border: 0;
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
1726
1357
|
}
|
|
1727
1358
|
|
|
1728
1359
|
.e-tab-text {
|
|
1729
1360
|
font-weight: $tab-semi-font-weight;
|
|
1730
1361
|
}
|
|
1731
1362
|
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
}
|
|
1363
|
+
.e-tab-icon::before {
|
|
1364
|
+
top: $tab-item-icon-before-top;
|
|
1365
|
+
left: $tab-item-icon-before-left;
|
|
1736
1366
|
}
|
|
1737
1367
|
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
}
|
|
1368
|
+
.e-icon-top.e-tab-icon::before,
|
|
1369
|
+
.e-icon-bottom.e-tab-icon::before {
|
|
1370
|
+
left: 0;
|
|
1742
1371
|
}
|
|
1743
1372
|
|
|
1744
1373
|
&.e-ileft,
|
|
1745
1374
|
&.e-iright {
|
|
1746
1375
|
|
|
1747
1376
|
.e-text-wrap {
|
|
1748
|
-
height: $tab-nrml-
|
|
1749
|
-
padding:
|
|
1377
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1378
|
+
padding: 0;
|
|
1750
1379
|
|
|
1751
1380
|
@media screen and (max-width: 480px) {
|
|
1752
1381
|
height: $tab-big-active-it-text-container-height;
|
|
1753
1382
|
}
|
|
1754
|
-
|
|
1755
|
-
@if $tab-skin == 'fabric' {
|
|
1756
|
-
height: $tab-nrml-height - 2;
|
|
1757
|
-
padding: 0;
|
|
1758
|
-
}
|
|
1759
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1760
|
-
height: $tab-nrml-height - 4;
|
|
1761
|
-
padding: 0;
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1766
|
-
.e-tab-wrap .e-tab-text {
|
|
1767
|
-
align-self: auto;
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
.e-tab-wrap:focus .e-tab-text {
|
|
1771
|
-
align-self: auto;
|
|
1772
|
-
}
|
|
1773
1383
|
}
|
|
1774
1384
|
}
|
|
1775
1385
|
}
|
|
@@ -1794,11 +1404,7 @@
|
|
|
1794
1404
|
}
|
|
1795
1405
|
|
|
1796
1406
|
.e-close-icon::before {
|
|
1797
|
-
top:
|
|
1798
|
-
|
|
1799
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1800
|
-
top: 1px;
|
|
1801
|
-
}
|
|
1407
|
+
top: 1px;
|
|
1802
1408
|
}
|
|
1803
1409
|
|
|
1804
1410
|
.e-icons.e-tab-icon {
|
|
@@ -1806,10 +1412,7 @@
|
|
|
1806
1412
|
height: $tab-nrml-icon-container-size;
|
|
1807
1413
|
min-width: $tab-nrml-icon-container-size;
|
|
1808
1414
|
width: $tab-nrml-icon-container-size;
|
|
1809
|
-
|
|
1810
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1811
|
-
line-height: $tab-nrml-icon-container-size;
|
|
1812
|
-
}
|
|
1415
|
+
line-height: $tab-nrml-item-tabicon-line-height;
|
|
1813
1416
|
|
|
1814
1417
|
@media screen and (max-width: 480px) {
|
|
1815
1418
|
height: $tab-mob-icon-container-size;
|
|
@@ -1821,9 +1424,20 @@
|
|
|
1821
1424
|
.e-tab-icon::before {
|
|
1822
1425
|
font-size: $tab-nrml-icon-size;
|
|
1823
1426
|
|
|
1824
|
-
@media screen and (max-width: 480px) {
|
|
1825
|
-
font-size: $tab-mob-icon-size;
|
|
1826
|
-
}
|
|
1427
|
+
@media screen and (max-width: 480px) {
|
|
1428
|
+
font-size: $tab-mob-icon-size;
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.e-tab-icon::before {
|
|
1433
|
+
position: relative;
|
|
1434
|
+
top: $tab-item-icon-before-top;
|
|
1435
|
+
left: $tab-item-icon-before-left;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.e-icon-top.e-tab-icon::before,
|
|
1439
|
+
.e-icon-bottom.e-tab-icon::before {
|
|
1440
|
+
left: 0;
|
|
1827
1441
|
}
|
|
1828
1442
|
|
|
1829
1443
|
&.e-icon {
|
|
@@ -1838,13 +1452,11 @@
|
|
|
1838
1452
|
}
|
|
1839
1453
|
}
|
|
1840
1454
|
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
margin: $tab-nrml-it-text-margin;
|
|
1455
|
+
.e-icon-right {
|
|
1456
|
+
margin: 0 0 0 8px;
|
|
1844
1457
|
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
}
|
|
1458
|
+
@media screen and (max-width: 480px) {
|
|
1459
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
1848
1460
|
}
|
|
1849
1461
|
}
|
|
1850
1462
|
|
|
@@ -1890,9 +1502,6 @@
|
|
|
1890
1502
|
&.e-active {
|
|
1891
1503
|
|
|
1892
1504
|
.e-tab-wrap {
|
|
1893
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1894
|
-
height: 62px;
|
|
1895
|
-
}
|
|
1896
1505
|
|
|
1897
1506
|
&:focus {
|
|
1898
1507
|
|
|
@@ -1960,9 +1569,7 @@
|
|
|
1960
1569
|
|
|
1961
1570
|
&:not(.e-separator) {
|
|
1962
1571
|
margin: $tab-pop-item-margin;
|
|
1963
|
-
|
|
1964
|
-
padding: 0;
|
|
1965
|
-
}
|
|
1572
|
+
padding: 0;
|
|
1966
1573
|
}
|
|
1967
1574
|
|
|
1968
1575
|
.e-tab-wrap {
|
|
@@ -1977,15 +1584,8 @@
|
|
|
1977
1584
|
}
|
|
1978
1585
|
|
|
1979
1586
|
.e-text-wrap {
|
|
1980
|
-
height: $tab-nrml-pop-item-height;
|
|
1587
|
+
height: $tab-nrml-pop-item-textwrap-height;
|
|
1981
1588
|
width: 100%;
|
|
1982
|
-
|
|
1983
|
-
@if $tab-skin == 'fabric' {
|
|
1984
|
-
height: $tab-nrml-pop-item-height - 2;
|
|
1985
|
-
}
|
|
1986
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1987
|
-
height: $tab-nrml-pop-item-height - 4;
|
|
1988
|
-
}
|
|
1989
1589
|
}
|
|
1990
1590
|
|
|
1991
1591
|
.e-tab-text {
|
|
@@ -2126,16 +1726,8 @@
|
|
|
2126
1726
|
font-size: $tab-nrml-nav-icon-size;
|
|
2127
1727
|
line-height: $tab-nrml-nav-icon-container-size;
|
|
2128
1728
|
position: relative;
|
|
2129
|
-
top:
|
|
1729
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2130
1730
|
vertical-align: initial;
|
|
2131
|
-
|
|
2132
|
-
@if $tab-skin == 'fabric' {
|
|
2133
|
-
top: -1px;
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
@if $tab-skin == 'highcontrast' {
|
|
2137
|
-
top: -2px;
|
|
2138
|
-
}
|
|
2139
1731
|
}
|
|
2140
1732
|
|
|
2141
1733
|
.e-nav-arrow {
|
|
@@ -2184,56 +1776,23 @@
|
|
|
2184
1776
|
font-size: $tab-nrml-nav-icon-size;
|
|
2185
1777
|
line-height: $tab-nrml-nav-icon-container-size;
|
|
2186
1778
|
position: relative;
|
|
2187
|
-
top:
|
|
1779
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2188
1780
|
vertical-align: initial;
|
|
2189
1781
|
|
|
2190
|
-
@if $tab-skin == 'fabric' {
|
|
2191
|
-
top: -1px;
|
|
2192
|
-
}
|
|
2193
|
-
|
|
2194
|
-
@if $tab-skin == 'highcontrast' {
|
|
2195
|
-
top: -2px;
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
1782
|
@media screen and (max-width: 480px) {
|
|
2199
1783
|
font-size: $tab-mob-nav-icon-size;
|
|
2200
1784
|
}
|
|
2201
1785
|
}
|
|
2202
1786
|
|
|
2203
1787
|
&:hover {
|
|
2204
|
-
|
|
2205
|
-
line-height: 34px;
|
|
2206
|
-
}
|
|
2207
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
2208
|
-
line-height: 32px;
|
|
2209
|
-
}
|
|
1788
|
+
line-height: $tab-nrml-hor-pop-lineheight;
|
|
2210
1789
|
|
|
2211
1790
|
&::before {
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
@if $tab-skin == 'fabric' {
|
|
2215
|
-
top: -1px;
|
|
2216
|
-
}
|
|
1791
|
+
line-height: $tab-nrml-hor-pop-lineheight;
|
|
1792
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2217
1793
|
|
|
2218
|
-
@
|
|
2219
|
-
line-height:
|
|
2220
|
-
top: 0;
|
|
2221
|
-
|
|
2222
|
-
@media screen and (max-width: 480px) {
|
|
2223
|
-
line-height: 43px;
|
|
2224
|
-
}
|
|
2225
|
-
}
|
|
2226
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
2227
|
-
line-height: 32px;
|
|
2228
|
-
top: 0;
|
|
2229
|
-
|
|
2230
|
-
@media screen and (max-width: 480px) {
|
|
2231
|
-
line-height: 43px;
|
|
2232
|
-
}
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
@if $tab-skin == 'highcontrast' {
|
|
2236
|
-
top: -2px;
|
|
1794
|
+
@media screen and (max-width: 480px) {
|
|
1795
|
+
line-height: $tab-nrml-mob-hor-pop-lineheight;
|
|
2237
1796
|
}
|
|
2238
1797
|
}
|
|
2239
1798
|
}
|
|
@@ -2263,36 +1822,20 @@
|
|
|
2263
1822
|
|
|
2264
1823
|
.e-popup-up-icon,
|
|
2265
1824
|
.e-popup-down-icon {
|
|
2266
|
-
|
|
2267
|
-
line-height: 32px;
|
|
2268
|
-
}
|
|
1825
|
+
line-height: $tab-nrml-hor-focus-pop-lineheight;
|
|
2269
1826
|
|
|
2270
1827
|
&::before {
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
@if $tab-skin == 'fabric' {
|
|
2274
|
-
top: -1px;
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
2278
|
-
line-height: 32px;
|
|
2279
|
-
top: 0;
|
|
2280
|
-
|
|
2281
|
-
@media screen and (max-width: 480px) {
|
|
2282
|
-
line-height: 43px;
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
1828
|
+
line-height: $tab-nrml-hor-focus-pop-lineheight;
|
|
1829
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2285
1830
|
|
|
2286
|
-
@
|
|
2287
|
-
|
|
1831
|
+
@media screen and (max-width: 480px) {
|
|
1832
|
+
line-height: $tab-nrml-mob-hor-pop-lineheight;
|
|
2288
1833
|
}
|
|
2289
1834
|
}
|
|
2290
1835
|
|
|
2291
1836
|
&:hover {
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
top: -.5px;
|
|
2295
|
-
}
|
|
1837
|
+
line-height: $tab-nrml-hor-focus-pop-lineheight;
|
|
1838
|
+
top: $tab-nrml-hor-focus-pop-hover-top;
|
|
2296
1839
|
}
|
|
2297
1840
|
}
|
|
2298
1841
|
}
|
|
@@ -2300,35 +1843,33 @@
|
|
|
2300
1843
|
|
|
2301
1844
|
&.e-horizontal-bottom {
|
|
2302
1845
|
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
position: relative;
|
|
1846
|
+
.e-toolbar-items .e-toolbar-item.e-active {
|
|
1847
|
+
position: $tab-nrml-item-active-position;
|
|
2306
1848
|
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
1849
|
+
&:hover::before {
|
|
1850
|
+
left: $tab-nrml-item-active-hover-before-left;
|
|
1851
|
+
right: $tab-nrml-item-active-hover-before-right;
|
|
1852
|
+
}
|
|
2311
1853
|
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
1854
|
+
&::before {
|
|
1855
|
+
background-color: $tab-nrml-item-active-before-bg-font;
|
|
1856
|
+
content: $tab-nrml-item-active-before-content;
|
|
1857
|
+
height: $tab-nrml-item-active-before-height;
|
|
1858
|
+
left: $tab-nrml-item-active-before-left;
|
|
1859
|
+
position: $tab-nrml-item-active-before-position;
|
|
1860
|
+
right: $tab-nrml-item-active-before-left;
|
|
1861
|
+
top: $tab-nrml-item-active-before-bottom;
|
|
1862
|
+
transition: $tab-nrml-item-active-before-transition;
|
|
1863
|
+
}
|
|
2322
1864
|
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
}
|
|
1865
|
+
&::after {
|
|
1866
|
+
color: $tab-nrml-item-active-after-font;
|
|
1867
|
+
content: $tab-nrml-item-active-after-content;
|
|
1868
|
+
display: $tab-nrml-item-active-after-display;
|
|
1869
|
+
font-weight: $tab-nrml-item-active-after-font-weight;
|
|
1870
|
+
height: $tab-nrml-item-active-after-height;
|
|
1871
|
+
overflow: $tab-nrml-item-active-after-overflow;
|
|
1872
|
+
visibility: $tab-nrml-item-active-after-overflow;
|
|
2332
1873
|
}
|
|
2333
1874
|
}
|
|
2334
1875
|
|
|
@@ -2336,10 +1877,8 @@
|
|
|
2336
1877
|
bottom: auto;
|
|
2337
1878
|
}
|
|
2338
1879
|
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
margin-top: -1px;
|
|
2342
|
-
}
|
|
1880
|
+
.e-hscroll-bar {
|
|
1881
|
+
margin-top: $tab-nrml-active-item-tabicon-before-top;
|
|
2343
1882
|
}
|
|
2344
1883
|
|
|
2345
1884
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
@@ -2369,49 +1908,18 @@
|
|
|
2369
1908
|
}
|
|
2370
1909
|
|
|
2371
1910
|
.e-text-wrap {
|
|
2372
|
-
height: $tab-nrml-height;
|
|
2373
|
-
padding:
|
|
2374
|
-
|
|
2375
|
-
@if $tab-skin == 'fabric' {
|
|
2376
|
-
height: $tab-nrml-height - 2;
|
|
2377
|
-
padding: 0;
|
|
2378
|
-
}
|
|
2379
|
-
@else if $tab-skin == 'highcontrast' {
|
|
2380
|
-
height: $tab-nrml-height - 4;
|
|
2381
|
-
padding: 0;
|
|
2382
|
-
}
|
|
1911
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1912
|
+
padding: 0;
|
|
2383
1913
|
}
|
|
2384
1914
|
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
top: 0;
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
&.e-itop {
|
|
2392
|
-
|
|
2393
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
2394
|
-
.e-tab-wrap:focus .e-close-icon::before {
|
|
2395
|
-
top: 0;
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
|
-
.e-text-wrap {
|
|
2399
|
-
height: auto;
|
|
2400
|
-
}
|
|
2401
|
-
}
|
|
2402
|
-
}
|
|
1915
|
+
.e-text-wrap::before,
|
|
1916
|
+
&:not(.e-separator):last-child .e-text-wrap::before {
|
|
1917
|
+
top: $tab-nrml-bottom-active-before-top;
|
|
2403
1918
|
}
|
|
2404
1919
|
|
|
2405
|
-
&.e-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
.e-tab-wrap .e-tab-text {
|
|
2409
|
-
align-self: auto;
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
.e-tab-wrap:focus .e-tab-text {
|
|
2413
|
-
align-self: auto;
|
|
2414
|
-
}
|
|
1920
|
+
&.e-itop {
|
|
1921
|
+
.e-tab-wrap:focus .e-close-icon::before {
|
|
1922
|
+
top: 0;
|
|
2415
1923
|
}
|
|
2416
1924
|
}
|
|
2417
1925
|
}
|
|
@@ -2467,12 +1975,8 @@
|
|
|
2467
1975
|
|
|
2468
1976
|
.e-indicator {
|
|
2469
1977
|
display: $tab-indicator-display;
|
|
2470
|
-
transition:
|
|
1978
|
+
transition: $tab-nrml-vertical-indicator-transition;
|
|
2471
1979
|
width: 2px;
|
|
2472
|
-
|
|
2473
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
2474
|
-
transition: initial;
|
|
2475
|
-
}
|
|
2476
1980
|
}
|
|
2477
1981
|
|
|
2478
1982
|
.e-toolbar-items {
|
|
@@ -2522,14 +2026,11 @@
|
|
|
2522
2026
|
}
|
|
2523
2027
|
|
|
2524
2028
|
&.e-ileft.e-icon {
|
|
2029
|
+
min-height: $tab-nrml-vertical-icon-min-height;
|
|
2030
|
+
min-width: $tab-nrml-vertical-icon-min-width;
|
|
2525
2031
|
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
min-width: $tab-nrml-height;
|
|
2529
|
-
|
|
2530
|
-
.e-tab-icon {
|
|
2531
|
-
margin: auto;
|
|
2532
|
-
}
|
|
2032
|
+
.e-tab-icon {
|
|
2033
|
+
margin: $tab-nrml-vertical-tabicon-margin;
|
|
2533
2034
|
}
|
|
2534
2035
|
}
|
|
2535
2036
|
|
|
@@ -2558,36 +2059,33 @@
|
|
|
2558
2059
|
right: 0;
|
|
2559
2060
|
}
|
|
2560
2061
|
|
|
2561
|
-
|
|
2562
|
-
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2563
|
-
position: relative;
|
|
2062
|
+
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2564
2063
|
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2064
|
+
&:hover::before {
|
|
2065
|
+
bottom: $tab-nrml-item-active-before-bottom;
|
|
2066
|
+
height: $tab-nrml-vertical-hover-before-height;
|
|
2067
|
+
}
|
|
2569
2068
|
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2069
|
+
&::before {
|
|
2070
|
+
background-color: $tab-nrml-item-active-before-bg-font;
|
|
2071
|
+
bottom: $tab-nrml-vertical-before-bottom;
|
|
2072
|
+
content: $tab-nrml-item-active-before-content;
|
|
2073
|
+
height: $tab-nrml-vertical-before-height;
|
|
2074
|
+
left: $tab-nrml-vertical-before-left;
|
|
2075
|
+
position: $tab-nrml-item-active-before-position;
|
|
2076
|
+
right: $tab-nrml-item-active-before-bottom;
|
|
2077
|
+
transition: $tab-nrml-vertical-before-transition;
|
|
2078
|
+
width: $tab-nrml-item-active-before-height;
|
|
2079
|
+
}
|
|
2581
2080
|
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
}
|
|
2081
|
+
&::after {
|
|
2082
|
+
color: $tab-nrml-item-active-after-font;
|
|
2083
|
+
content: $tab-nrml-item-active-after-content;
|
|
2084
|
+
display: $tab-nrml-item-active-after-display;
|
|
2085
|
+
font-weight: $tab-nrml-item-active-after-font-weight;
|
|
2086
|
+
height: $tab-nrml-item-active-after-height;
|
|
2087
|
+
overflow: $tab-nrml-item-active-after-overflow;
|
|
2088
|
+
visibility: $tab-nrml-item-active-after-overflow;
|
|
2591
2089
|
}
|
|
2592
2090
|
}
|
|
2593
2091
|
}
|
|
@@ -2615,36 +2113,33 @@
|
|
|
2615
2113
|
}
|
|
2616
2114
|
}
|
|
2617
2115
|
|
|
2618
|
-
|
|
2619
|
-
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2620
|
-
position: relative;
|
|
2116
|
+
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2621
2117
|
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2118
|
+
&:hover::before {
|
|
2119
|
+
bottom: $tab-nrml-item-active-before-bottom;
|
|
2120
|
+
height: $tab-nrml-vertical-hover-before-height;
|
|
2121
|
+
}
|
|
2626
2122
|
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2123
|
+
&::before {
|
|
2124
|
+
background-color: $tab-nrml-item-active-before-bg-font;
|
|
2125
|
+
bottom: $tab-nrml-vertical-before-bottom;
|
|
2126
|
+
content: $tab-nrml-item-active-before-content;
|
|
2127
|
+
height: $tab-nrml-vertical-before-height;
|
|
2128
|
+
left: $tab-nrml-item-active-before-bottom;
|
|
2129
|
+
position: $tab-nrml-item-active-before-position;
|
|
2130
|
+
right: $tab-nrml-vertical-before-left;
|
|
2131
|
+
transition: $tab-nrml-vertical-before-transition;
|
|
2132
|
+
width: $tab-nrml-item-active-before-height;
|
|
2133
|
+
}
|
|
2638
2134
|
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
}
|
|
2135
|
+
&::after {
|
|
2136
|
+
color: $tab-nrml-item-active-after-font;
|
|
2137
|
+
content: $tab-nrml-item-active-after-content;
|
|
2138
|
+
display: $tab-nrml-item-active-after-display;
|
|
2139
|
+
font-weight: $tab-nrml-item-active-after-font-weight;
|
|
2140
|
+
height: $tab-nrml-item-active-after-height;
|
|
2141
|
+
overflow: $tab-nrml-item-active-after-overflow;
|
|
2142
|
+
visibility: $tab-nrml-item-active-after-overflow;
|
|
2648
2143
|
}
|
|
2649
2144
|
}
|
|
2650
2145
|
}
|
|
@@ -2808,7 +2303,7 @@
|
|
|
2808
2303
|
|
|
2809
2304
|
&.e-vertical-icon {
|
|
2810
2305
|
|
|
2811
|
-
.e-tab-header {
|
|
2306
|
+
> .e-tab-header {
|
|
2812
2307
|
height: $tab-nrml-tb-icon-height;
|
|
2813
2308
|
min-height: $tab-nrml-tb-icon-height;
|
|
2814
2309
|
|
|
@@ -2820,35 +2315,32 @@
|
|
|
2820
2315
|
}
|
|
2821
2316
|
}
|
|
2822
2317
|
|
|
2823
|
-
.e-toolbar-items {
|
|
2318
|
+
> .e-toolbar-items {
|
|
2824
2319
|
height: $tab-nrml-tb-icon-height;
|
|
2825
2320
|
}
|
|
2826
2321
|
|
|
2827
2322
|
.e-toolbar-item.e-active,
|
|
2828
2323
|
.e-toolbar-item:not(.e-separator):last-child.e-active {
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
&::before {
|
|
2834
|
-
content: none;
|
|
2835
|
-
}
|
|
2836
|
-
}
|
|
2324
|
+
.e-text-wrap {
|
|
2325
|
+
position: $tab-nrml-vertical-text-position;
|
|
2326
|
+
}
|
|
2837
2327
|
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2328
|
+
.e-text-wrap::before {
|
|
2329
|
+
border: $tab-active-wrap-before-border;
|
|
2330
|
+
content: $tab-active-wrap-before-content;
|
|
2331
|
+
display: none;
|
|
2332
|
+
position: $tab-active-wrap-before-position;
|
|
2333
|
+
top: $tab-active-wrap-before-top;
|
|
2334
|
+
width: $tab-active-wrap-before-width;
|
|
2335
|
+
}
|
|
2844
2336
|
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2337
|
+
.e-tab-wrap::before {
|
|
2338
|
+
content: $tab-nrml-vertical-wrap-before-content;
|
|
2339
|
+
display: $tab-nrml-vertical-wrap-before-display;
|
|
2340
|
+
position: $tab-nrml-vertical-wrap-before-position;
|
|
2341
|
+
top: $tab-nrml-vertical-wrap-before-top;
|
|
2342
|
+
width: $tab-nrml-vertical-wrap-before-width;
|
|
2343
|
+
border: $tab-nrml-vertical-wrap-before-border;
|
|
2852
2344
|
}
|
|
2853
2345
|
}
|
|
2854
2346
|
|
|
@@ -2871,10 +2363,7 @@
|
|
|
2871
2363
|
&.e-vertical {
|
|
2872
2364
|
|
|
2873
2365
|
.e-indicator {
|
|
2874
|
-
|
|
2875
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
2876
|
-
width: 3px;
|
|
2877
|
-
}
|
|
2366
|
+
width: $tab-nrml-vertical-indicator-width;
|
|
2878
2367
|
}
|
|
2879
2368
|
|
|
2880
2369
|
.e-toolbar-item.e-active,
|
|
@@ -2898,19 +2387,15 @@
|
|
|
2898
2387
|
|
|
2899
2388
|
.e-toolbar-item.e-active,
|
|
2900
2389
|
.e-toolbar-item:not(.e-separator):last-child.e-active {
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
top: 0;
|
|
2904
|
-
}
|
|
2390
|
+
.e-tab-wrap::before {
|
|
2391
|
+
top: $tab-nrml-bottom-wrap-before-top;
|
|
2905
2392
|
}
|
|
2906
2393
|
}
|
|
2907
2394
|
}
|
|
2908
2395
|
}
|
|
2909
2396
|
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
margin: 0 0 0 2px;
|
|
2913
|
-
}
|
|
2397
|
+
&.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2398
|
+
margin: $tab-nrml-vertical-rtl-active-margin;
|
|
2914
2399
|
}
|
|
2915
2400
|
|
|
2916
2401
|
&.e-vertical-tab {
|
|
@@ -2929,14 +2414,7 @@
|
|
|
2929
2414
|
height: $tab-nrml-height;
|
|
2930
2415
|
|
|
2931
2416
|
.e-text-wrap {
|
|
2932
|
-
height: $tab-nrml-height;
|
|
2933
|
-
|
|
2934
|
-
@if $tab-skin == 'fabric' {
|
|
2935
|
-
height: $tab-nrml-height - 2;
|
|
2936
|
-
}
|
|
2937
|
-
@else if $tab-skin == 'highcontrast' {
|
|
2938
|
-
height: $tab-nrml-height - 4;
|
|
2939
|
-
}
|
|
2417
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
2940
2418
|
}
|
|
2941
2419
|
}
|
|
2942
2420
|
|
|
@@ -2965,14 +2443,7 @@
|
|
|
2965
2443
|
height: $tab-nrml-pop-item-height;
|
|
2966
2444
|
|
|
2967
2445
|
.e-text-wrap {
|
|
2968
|
-
height: $tab-nrml-pop-item-height;
|
|
2969
|
-
|
|
2970
|
-
@if $tab-skin == 'fabric' {
|
|
2971
|
-
height: $tab-nrml-pop-item-height - 2;
|
|
2972
|
-
}
|
|
2973
|
-
@else if $tab-skin == 'highcontrast' {
|
|
2974
|
-
height: $tab-nrml-pop-item-height - 4;
|
|
2975
|
-
}
|
|
2446
|
+
height: $tab-nrml-pop-item-textwrap-height;
|
|
2976
2447
|
}
|
|
2977
2448
|
}
|
|
2978
2449
|
|
|
@@ -2990,24 +2461,8 @@
|
|
|
2990
2461
|
&.e-active {
|
|
2991
2462
|
|
|
2992
2463
|
.e-tab-wrap:focus .e-text-wrap {
|
|
2993
|
-
height: $tab-nrml-height;
|
|
2464
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
2994
2465
|
padding: 0;
|
|
2995
|
-
|
|
2996
|
-
@if $tab-skin == 'fabric' {
|
|
2997
|
-
height: $tab-nrml-height - 2;
|
|
2998
|
-
}
|
|
2999
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3000
|
-
height: $tab-nrml-height - 4;
|
|
3001
|
-
}
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
&.e-ileft {
|
|
3005
|
-
|
|
3006
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
3007
|
-
.e-tab-wrap:focus .e-tab-text {
|
|
3008
|
-
align-self: auto;
|
|
3009
|
-
}
|
|
3010
|
-
}
|
|
3011
2466
|
}
|
|
3012
2467
|
}
|
|
3013
2468
|
|
|
@@ -3187,12 +2642,6 @@
|
|
|
3187
2642
|
min-height: $tab-mob-fill-height;
|
|
3188
2643
|
}
|
|
3189
2644
|
|
|
3190
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3191
|
-
&::before {
|
|
3192
|
-
display: none;
|
|
3193
|
-
}
|
|
3194
|
-
}
|
|
3195
|
-
|
|
3196
2645
|
.e-indicator {
|
|
3197
2646
|
display: none;
|
|
3198
2647
|
}
|
|
@@ -3208,10 +2657,7 @@
|
|
|
3208
2657
|
&:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3209
2658
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3210
2659
|
margin: $tab-nrml-alt-first-item-margin;
|
|
3211
|
-
padding:
|
|
3212
|
-
@if $tab-skin == 'tailwind' {
|
|
3213
|
-
padding: 0 8px;
|
|
3214
|
-
}
|
|
2660
|
+
padding: $tab-nrml-background-active-padding;
|
|
3215
2661
|
}
|
|
3216
2662
|
}
|
|
3217
2663
|
|
|
@@ -3221,6 +2667,7 @@
|
|
|
3221
2667
|
height: $tab-nrml-fill-height;
|
|
3222
2668
|
margin: $tab-alt-item-margin;
|
|
3223
2669
|
min-height: $tab-nrml-fill-height;
|
|
2670
|
+
padding: $tab-nrml-background-active-padding;
|
|
3224
2671
|
|
|
3225
2672
|
@media screen and (max-width: 480px) {
|
|
3226
2673
|
height: $tab-mob-fill-height;
|
|
@@ -3245,42 +2692,26 @@
|
|
|
3245
2692
|
}
|
|
3246
2693
|
|
|
3247
2694
|
.e-text-wrap {
|
|
3248
|
-
height: $tab-nrml-fill-height;
|
|
2695
|
+
height: $tab-nrml-fill-item-textwrap-height;
|
|
3249
2696
|
|
|
3250
2697
|
@media screen and (max-width: 480px) {
|
|
3251
2698
|
height: $tab-mob-fill-height;
|
|
3252
2699
|
}
|
|
3253
|
-
|
|
3254
|
-
@if $tab-skin == 'fabric' {
|
|
3255
|
-
height: $tab-nrml-fill-height - 2;
|
|
3256
|
-
}
|
|
3257
|
-
|
|
3258
|
-
@if $tab-skin == 'highcontrast' {
|
|
3259
|
-
height: $tab-nrml-fill-height - 4;
|
|
3260
|
-
}
|
|
3261
2700
|
}
|
|
3262
2701
|
|
|
3263
2702
|
&.e-active {
|
|
3264
|
-
padding: $tab-
|
|
2703
|
+
padding: $tab-nrml-background-active-padding;
|
|
3265
2704
|
|
|
3266
2705
|
.e-tab-wrap {
|
|
3267
2706
|
margin-bottom: $tab-fill-nrml-active-item-wrap-margin-bottom;
|
|
3268
2707
|
}
|
|
3269
2708
|
|
|
3270
2709
|
.e-text-wrap {
|
|
3271
|
-
height: $tab-nrml-fill-height;
|
|
2710
|
+
height: $tab-nrml-fill-item-textwrap-height;
|
|
3272
2711
|
|
|
3273
2712
|
@media screen and (max-width: 480px) {
|
|
3274
2713
|
height: $tab-mob-fill-height;
|
|
3275
2714
|
}
|
|
3276
|
-
|
|
3277
|
-
@if $tab-skin == 'fabric' {
|
|
3278
|
-
height: $tab-nrml-fill-height - 2;
|
|
3279
|
-
}
|
|
3280
|
-
|
|
3281
|
-
@if $tab-skin == 'highcontrast' {
|
|
3282
|
-
height: $tab-nrml-fill-height - 4;
|
|
3283
|
-
}
|
|
3284
2715
|
}
|
|
3285
2716
|
|
|
3286
2717
|
.e-tab-text {
|
|
@@ -3294,13 +2725,6 @@
|
|
|
3294
2725
|
@media screen and (max-width: 480px) {
|
|
3295
2726
|
height: $tab-fill-big-active-it-text-container-height;
|
|
3296
2727
|
}
|
|
3297
|
-
|
|
3298
|
-
@if $tab-skin == 'fabric' {
|
|
3299
|
-
height: $tab-nrml-fill-height - 2;
|
|
3300
|
-
}
|
|
3301
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3302
|
-
height: $tab-nrml-fill-height - 4;
|
|
3303
|
-
}
|
|
3304
2728
|
}
|
|
3305
2729
|
}
|
|
3306
2730
|
|
|
@@ -3349,19 +2773,11 @@
|
|
|
3349
2773
|
padding: 0;
|
|
3350
2774
|
|
|
3351
2775
|
.e-text-wrap {
|
|
3352
|
-
height: $tab-nrml-fill-height;
|
|
2776
|
+
height: $tab-nrml-fill-item-textwrap-height;
|
|
3353
2777
|
|
|
3354
2778
|
@media screen and (max-width: 480px) {
|
|
3355
2779
|
height: $tab-mob-fill-height;
|
|
3356
2780
|
}
|
|
3357
|
-
|
|
3358
|
-
@if $tab-skin == 'fabric' {
|
|
3359
|
-
height: $tab-nrml-fill-height - 2;
|
|
3360
|
-
}
|
|
3361
|
-
|
|
3362
|
-
@if $tab-skin == 'highcontrast' {
|
|
3363
|
-
height: $tab-nrml-fill-height - 4;
|
|
3364
|
-
}
|
|
3365
2781
|
}
|
|
3366
2782
|
}
|
|
3367
2783
|
|
|
@@ -3402,33 +2818,14 @@
|
|
|
3402
2818
|
height: $tab-focus-nrml-fill-height;
|
|
3403
2819
|
|
|
3404
2820
|
.e-text-wrap {
|
|
3405
|
-
height: $tab-
|
|
3406
|
-
|
|
3407
|
-
@if $tab-skin == 'fabric' {
|
|
3408
|
-
height: $tab-nrml-fill-height - 2;
|
|
3409
|
-
}
|
|
3410
|
-
|
|
3411
|
-
@if $tab-skin == 'highcontrast' {
|
|
3412
|
-
height: $tab-nrml-fill-height - 4;
|
|
3413
|
-
}
|
|
2821
|
+
height: $tab-nrml-fill-focused-wrap-height;
|
|
3414
2822
|
}
|
|
3415
2823
|
}
|
|
3416
2824
|
|
|
3417
2825
|
&.e-active .e-tab-wrap:focus {
|
|
3418
2826
|
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
@if $tab-skin == 'fabric' {
|
|
3422
|
-
height: $tab-nrml-fill-height - 2;
|
|
3423
|
-
}
|
|
3424
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3425
|
-
height: $tab-nrml-fill-height - 4;
|
|
3426
|
-
}
|
|
3427
|
-
}
|
|
3428
|
-
|
|
3429
|
-
.e-close-icon::before {
|
|
3430
|
-
top: 1px;
|
|
3431
|
-
}
|
|
2827
|
+
.e-text-wrap {
|
|
2828
|
+
height: $tab-nrml-fill-focused-wrap-height;
|
|
3432
2829
|
}
|
|
3433
2830
|
}
|
|
3434
2831
|
|
|
@@ -3456,7 +2853,7 @@
|
|
|
3456
2853
|
|
|
3457
2854
|
&.e-vertical-icon {
|
|
3458
2855
|
|
|
3459
|
-
.e-tab-header {
|
|
2856
|
+
> .e-tab-header {
|
|
3460
2857
|
height: $tab-nrml-tb-icon-height - 2;
|
|
3461
2858
|
min-height: $tab-nrml-tb-icon-height - 2;
|
|
3462
2859
|
}
|
|
@@ -3467,34 +2864,17 @@
|
|
|
3467
2864
|
|
|
3468
2865
|
.e-tab-header {
|
|
3469
2866
|
|
|
3470
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3471
|
-
&::before {
|
|
3472
|
-
display: none;
|
|
3473
|
-
}
|
|
3474
|
-
}
|
|
3475
|
-
|
|
3476
2867
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3477
2868
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3478
2869
|
margin: $tab-nrml-alt-first-item-margin;
|
|
3479
|
-
padding:
|
|
3480
|
-
@if $tab-skin == 'tailwind' {
|
|
3481
|
-
padding: 0 8px;
|
|
3482
|
-
}
|
|
2870
|
+
padding: $tab-nrml-background-active-padding;
|
|
3483
2871
|
}
|
|
3484
2872
|
|
|
3485
2873
|
.e-toolbar-item {
|
|
3486
2874
|
|
|
3487
2875
|
&:not(.e-separator) {
|
|
3488
|
-
margin:
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
&:hover {
|
|
3492
|
-
@if $tab-skin == 'highcontrast' {
|
|
3493
|
-
&.e-itop .e-text-wrap,
|
|
3494
|
-
&.e-ibottom .e-text-wrap {
|
|
3495
|
-
height: auto;
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
2876
|
+
margin: 0;
|
|
2877
|
+
padding: $tab-nrml-background-active-padding;
|
|
3498
2878
|
}
|
|
3499
2879
|
|
|
3500
2880
|
.e-tab-wrap {
|
|
@@ -3506,37 +2886,22 @@
|
|
|
3506
2886
|
}
|
|
3507
2887
|
|
|
3508
2888
|
&.e-active {
|
|
3509
|
-
padding: $tab-
|
|
2889
|
+
padding: $tab-nrml-background-active-padding;
|
|
3510
2890
|
|
|
3511
2891
|
.e-tab-wrap {
|
|
3512
2892
|
margin-bottom: $tab-bg-nrml-active-item-wrap-margin-bottom;
|
|
3513
2893
|
}
|
|
3514
2894
|
|
|
3515
|
-
.e-text-wrap {
|
|
3516
|
-
height: $tab-nrml-height;
|
|
3517
|
-
|
|
3518
|
-
@if $tab-skin == 'fabric' {
|
|
3519
|
-
height: $tab-nrml-height - 2;
|
|
3520
|
-
}
|
|
3521
|
-
|
|
3522
|
-
@if $tab-skin == 'highcontrast' {
|
|
3523
|
-
height: $tab-nrml-height - 4;
|
|
3524
|
-
}
|
|
3525
|
-
}
|
|
3526
|
-
|
|
3527
2895
|
.e-tab-text {
|
|
3528
|
-
font-weight: $tab-
|
|
2896
|
+
font-weight: $tab-background-active-text-font-weight;
|
|
3529
2897
|
}
|
|
3530
2898
|
}
|
|
3531
2899
|
}
|
|
3532
2900
|
|
|
3533
2901
|
&.e-vertical {
|
|
3534
2902
|
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
.e-indicator {
|
|
3538
|
-
display: none;
|
|
3539
|
-
}
|
|
2903
|
+
.e-indicator {
|
|
2904
|
+
display: $tab-nrml-background-vertical-indicator-display;
|
|
3540
2905
|
}
|
|
3541
2906
|
|
|
3542
2907
|
.e-toolbar-items {
|
|
@@ -3570,14 +2935,7 @@
|
|
|
3570
2935
|
&.e-active {
|
|
3571
2936
|
|
|
3572
2937
|
.e-text-wrap {
|
|
3573
|
-
height: $tab-nrml-pop-item-height;
|
|
3574
|
-
|
|
3575
|
-
@if $tab-skin == 'fabric' {
|
|
3576
|
-
height: $tab-nrml-pop-item-height - 2;
|
|
3577
|
-
}
|
|
3578
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3579
|
-
height: $tab-nrml-pop-item-height - 4;
|
|
3580
|
-
}
|
|
2938
|
+
height: $tab-nrml-pop-item-textwrap-height;
|
|
3581
2939
|
}
|
|
3582
2940
|
}
|
|
3583
2941
|
}
|
|
@@ -3604,19 +2962,11 @@
|
|
|
3604
2962
|
margin: $tab-nrml-rtl-item-margin;
|
|
3605
2963
|
}
|
|
3606
2964
|
|
|
3607
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3608
|
-
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
3609
|
-
margin: $tab-nrml-rtl-item-margin;
|
|
3610
|
-
}
|
|
3611
|
-
}
|
|
3612
|
-
|
|
3613
2965
|
.e-toolbar-item:not(.e-separator) {
|
|
3614
2966
|
margin: $tab-nrml-rtl-item-margin;
|
|
3615
2967
|
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
margin: $tab-rtl-nrml-it-text-margin;
|
|
3619
|
-
}
|
|
2968
|
+
.e-icon-right {
|
|
2969
|
+
margin: $tab-nrml-rtl-icon-right-margin;
|
|
3620
2970
|
}
|
|
3621
2971
|
|
|
3622
2972
|
.e-icon-left + .e-tab-text {
|
|
@@ -3643,20 +2993,10 @@
|
|
|
3643
2993
|
}
|
|
3644
2994
|
}
|
|
3645
2995
|
|
|
3646
|
-
|
|
3647
|
-
&.e-horizontal-bottom {
|
|
3648
|
-
|
|
3649
|
-
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
3650
|
-
margin: 0 0 0 2px;
|
|
3651
|
-
|
|
3652
|
-
&.e-active {
|
|
3653
|
-
margin: 0 0 0 2px;
|
|
2996
|
+
&.e-horizontal-bottom {
|
|
3654
2997
|
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
}
|
|
3658
|
-
}
|
|
3659
|
-
}
|
|
2998
|
+
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2999
|
+
margin: $tab-nrml-vertical-rtl-active-margin;
|
|
3660
3000
|
}
|
|
3661
3001
|
}
|
|
3662
3002
|
|
|
@@ -3767,18 +3107,11 @@
|
|
|
3767
3107
|
align-content: center;
|
|
3768
3108
|
align-items: center;
|
|
3769
3109
|
display: inline-flex;
|
|
3770
|
-
height: $tab-nrml-height;
|
|
3110
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
3771
3111
|
|
|
3772
3112
|
@media screen and (max-width: 480px) {
|
|
3773
3113
|
height: $tab-big-height;
|
|
3774
3114
|
}
|
|
3775
|
-
|
|
3776
|
-
@if $tab-skin == 'fabric' {
|
|
3777
|
-
height: $tab-nrml-height - 2;
|
|
3778
|
-
}
|
|
3779
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3780
|
-
height: $tab-nrml-height - 4;
|
|
3781
|
-
}
|
|
3782
3115
|
}
|
|
3783
3116
|
|
|
3784
3117
|
.e-tab-text {
|
|
@@ -3787,18 +3120,13 @@
|
|
|
3787
3120
|
font-size: $tab-nrml-font-size;
|
|
3788
3121
|
font-weight: $tab-font-weight;
|
|
3789
3122
|
text-transform: $tab-text-transform;
|
|
3123
|
+
align-self: auto;
|
|
3790
3124
|
|
|
3791
3125
|
@media screen and (max-width: 480px) {
|
|
3792
3126
|
font-size: $tab-big-font-size;
|
|
3793
3127
|
}
|
|
3794
3128
|
}
|
|
3795
3129
|
|
|
3796
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
3797
|
-
.e-tab-text {
|
|
3798
|
-
align-self: auto;
|
|
3799
|
-
}
|
|
3800
|
-
}
|
|
3801
|
-
|
|
3802
3130
|
.e-icons.e-close-icon {
|
|
3803
3131
|
display: none;
|
|
3804
3132
|
}
|
|
@@ -3813,11 +3141,7 @@
|
|
|
3813
3141
|
}
|
|
3814
3142
|
|
|
3815
3143
|
.e-close-icon::before {
|
|
3816
|
-
top:
|
|
3817
|
-
|
|
3818
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
3819
|
-
top: 1px;
|
|
3820
|
-
}
|
|
3144
|
+
top: 1px;
|
|
3821
3145
|
}
|
|
3822
3146
|
|
|
3823
3147
|
.e-icons.e-tab-icon {
|
|
@@ -3825,10 +3149,7 @@
|
|
|
3825
3149
|
height: $tab-nrml-icon-container-size;
|
|
3826
3150
|
min-width: $tab-nrml-icon-container-size;
|
|
3827
3151
|
width: $tab-nrml-icon-container-size;
|
|
3828
|
-
|
|
3829
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3830
|
-
line-height: $tab-nrml-icon-container-size;
|
|
3831
|
-
}
|
|
3152
|
+
line-height: $tab-nrml-item-tabicon-line-height;
|
|
3832
3153
|
|
|
3833
3154
|
@media screen and (max-width: 480px) {
|
|
3834
3155
|
height: $tab-mob-icon-container-size;
|
|
@@ -3857,13 +3178,11 @@
|
|
|
3857
3178
|
}
|
|
3858
3179
|
}
|
|
3859
3180
|
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
margin: $tab-nrml-it-text-margin;
|
|
3181
|
+
.e-icon-right {
|
|
3182
|
+
margin: 0 0 0 8px;
|
|
3863
3183
|
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
}
|
|
3184
|
+
@media screen and (max-width: 480px) {
|
|
3185
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
3867
3186
|
}
|
|
3868
3187
|
}
|
|
3869
3188
|
|
|
@@ -3991,21 +3310,12 @@
|
|
|
3991
3310
|
}
|
|
3992
3311
|
|
|
3993
3312
|
.e-text-wrap {
|
|
3994
|
-
height: $tab-
|
|
3995
|
-
|
|
3996
|
-
@if $tab-skin == 'fabric' {
|
|
3997
|
-
height: $tab-big-height - 2;
|
|
3998
|
-
}
|
|
3999
|
-
@else if $tab-skin == 'highcontrast' {
|
|
4000
|
-
height: $tab-big-height - 4;
|
|
4001
|
-
}
|
|
3313
|
+
height: $tab-bgr-item-textwrap-height;
|
|
4002
3314
|
}
|
|
4003
3315
|
|
|
4004
3316
|
.e-tab-text {
|
|
4005
3317
|
font-size: $tab-big-font-size;
|
|
4006
|
-
|
|
4007
|
-
align-self: auto;
|
|
4008
|
-
}
|
|
3318
|
+
align-self: auto;
|
|
4009
3319
|
}
|
|
4010
3320
|
|
|
4011
3321
|
.e-icons.e-close-icon {
|
|
@@ -4030,10 +3340,7 @@
|
|
|
4030
3340
|
height: $tab-big-icon-container-size;
|
|
4031
3341
|
min-width: $tab-big-icon-container-size;
|
|
4032
3342
|
width: $tab-big-icon-container-size;
|
|
4033
|
-
|
|
4034
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
4035
|
-
line-height: $tab-big-icon-container-size;
|
|
4036
|
-
}
|
|
3343
|
+
line-height: $tab-bgr-icon-line-height;
|
|
4037
3344
|
}
|
|
4038
3345
|
|
|
4039
3346
|
.e-tab-icon,
|
|
@@ -4048,13 +3355,11 @@
|
|
|
4048
3355
|
}
|
|
4049
3356
|
}
|
|
4050
3357
|
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
margin: $tab-big-it-text-margin;
|
|
3358
|
+
.e-icon-right {
|
|
3359
|
+
margin: 0 0 0 12px;
|
|
4054
3360
|
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
}
|
|
3361
|
+
@media screen and (max-width: 480px) {
|
|
3362
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
4058
3363
|
}
|
|
4059
3364
|
}
|
|
4060
3365
|
|
|
@@ -4089,17 +3394,6 @@
|
|
|
4089
3394
|
.e-close-icon {
|
|
4090
3395
|
right: $tab-big-close-icon-top-bottom-right;
|
|
4091
3396
|
}
|
|
4092
|
-
|
|
4093
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
4094
|
-
|
|
4095
|
-
.e-text-wrap {
|
|
4096
|
-
height: auto;
|
|
4097
|
-
}
|
|
4098
|
-
|
|
4099
|
-
&.e-active .e-tab-wrap {
|
|
4100
|
-
height: 72px;
|
|
4101
|
-
}
|
|
4102
|
-
}
|
|
4103
3397
|
}
|
|
4104
3398
|
|
|
4105
3399
|
&.e-itop .e-tab-text {
|