@syncfusion/ej2-navigations 20.3.60 → 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/.eslintrc.json +16 -1
- package/CHANGELOG.md +26 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +263 -212
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +260 -209
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +19 -12
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- 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 +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- 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 +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- 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 +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- 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 +295 -988
- 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 +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- 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 +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- 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
|
@@ -31,9 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.e-indicator + .e-toolbar-item:last-child.e-active {
|
|
34
|
-
|
|
35
|
-
margin: 1px 2px 0 0;
|
|
36
|
-
}
|
|
34
|
+
margin: $tab-bgr-active-last-margin;
|
|
37
35
|
}
|
|
38
36
|
}
|
|
39
37
|
|
|
@@ -52,14 +50,7 @@
|
|
|
52
50
|
}
|
|
53
51
|
|
|
54
52
|
.e-scroll-nav {
|
|
55
|
-
width:
|
|
56
|
-
@if $tab-skin == 'FluentUI' {
|
|
57
|
-
width: 38px;
|
|
58
|
-
}
|
|
59
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
60
|
-
border-radius: 4px;
|
|
61
|
-
width: 38px;
|
|
62
|
-
}
|
|
53
|
+
width: $tab-bgr-hscroll-items-nav-width;
|
|
63
54
|
}
|
|
64
55
|
}
|
|
65
56
|
|
|
@@ -93,21 +84,17 @@
|
|
|
93
84
|
}
|
|
94
85
|
|
|
95
86
|
.e-text-wrap {
|
|
96
|
-
height: $tab-
|
|
97
|
-
|
|
98
|
-
@if $tab-skin == 'fabric' {
|
|
99
|
-
height: $tab-big-height - 2;
|
|
100
|
-
}
|
|
101
|
-
@else if $tab-skin == 'highcontrast' {
|
|
102
|
-
height: $tab-big-height - 4;
|
|
103
|
-
}
|
|
87
|
+
height: $tab-bgr-item-textwrap-height;
|
|
104
88
|
}
|
|
105
89
|
|
|
106
90
|
.e-tab-text {
|
|
107
91
|
font-size: $tab-big-font-size;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
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;
|
|
111
98
|
}
|
|
112
99
|
|
|
113
100
|
&.e-active {
|
|
@@ -118,43 +105,19 @@
|
|
|
118
105
|
margin: $tab-mob-boot-item-margin;
|
|
119
106
|
}
|
|
120
107
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
top: -.5px;
|
|
125
|
-
}
|
|
108
|
+
&.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
109
|
+
position: relative;
|
|
110
|
+
top: $tab-item-left-icon-before-top;
|
|
126
111
|
}
|
|
127
112
|
|
|
128
113
|
.e-text-wrap {
|
|
129
|
-
height: $tab-
|
|
114
|
+
height: $tab-bgr-item-textwrap-height;
|
|
130
115
|
margin-top: $tab-active-text-container-margin;
|
|
131
|
-
|
|
132
|
-
@if $tab-skin == 'fabric' {
|
|
133
|
-
height: $tab-big-height - 2;
|
|
134
|
-
}
|
|
135
|
-
@else if $tab-skin == 'highcontrast' {
|
|
136
|
-
height: $tab-big-height - 4;
|
|
137
|
-
}
|
|
138
116
|
}
|
|
139
117
|
|
|
140
118
|
&.e-ileft .e-text-wrap,
|
|
141
119
|
&.e-iright .e-text-wrap {
|
|
142
|
-
height: $tab-
|
|
143
|
-
|
|
144
|
-
@if $tab-skin == 'fabric' {
|
|
145
|
-
height: $tab-big-height - 2;
|
|
146
|
-
}
|
|
147
|
-
@else if $tab-skin == 'highcontrast' {
|
|
148
|
-
height: $tab-big-height - 4;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
&.e-ileft .e-text-wrap {
|
|
153
|
-
padding: $tab-big-ileft-active-text-wrap-padding;
|
|
154
|
-
|
|
155
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
156
|
-
padding: 0;
|
|
157
|
-
}
|
|
120
|
+
height: $tab-bgr-item-textwrap-height;
|
|
158
121
|
}
|
|
159
122
|
}
|
|
160
123
|
|
|
@@ -180,10 +143,7 @@
|
|
|
180
143
|
height: $tab-big-icon-container-size;
|
|
181
144
|
min-width: $tab-big-icon-container-size;
|
|
182
145
|
width: $tab-big-icon-container-size;
|
|
183
|
-
|
|
184
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
185
|
-
line-height: $tab-big-icon-container-size;
|
|
186
|
-
}
|
|
146
|
+
line-height: $tab-bgr-icon-line-height;
|
|
187
147
|
}
|
|
188
148
|
|
|
189
149
|
.e-tab-icon,
|
|
@@ -198,13 +158,11 @@
|
|
|
198
158
|
}
|
|
199
159
|
}
|
|
200
160
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
margin: $tab-big-it-text-margin;
|
|
161
|
+
.e-icon-right {
|
|
162
|
+
margin: 0 0 0 12px;
|
|
204
163
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
}
|
|
164
|
+
@media screen and (max-width: 480px) {
|
|
165
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
208
166
|
}
|
|
209
167
|
}
|
|
210
168
|
|
|
@@ -239,17 +197,6 @@
|
|
|
239
197
|
.e-close-icon {
|
|
240
198
|
right: $tab-big-close-icon-top-bottom-right;
|
|
241
199
|
}
|
|
242
|
-
|
|
243
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
244
|
-
|
|
245
|
-
.e-text-wrap {
|
|
246
|
-
height: auto;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
&.e-active .e-tab-wrap {
|
|
250
|
-
height: 72px;
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
200
|
}
|
|
254
201
|
|
|
255
202
|
&.e-itop .e-tab-text {
|
|
@@ -285,14 +232,7 @@
|
|
|
285
232
|
}
|
|
286
233
|
|
|
287
234
|
.e-text-wrap {
|
|
288
|
-
height: $tab-
|
|
289
|
-
|
|
290
|
-
@if $tab-skin == 'fabric' {
|
|
291
|
-
height: $tab-big-pop-item-height - 2;
|
|
292
|
-
}
|
|
293
|
-
@else if $tab-skin == 'highcontrast' {
|
|
294
|
-
height: $tab-big-pop-item-height - 4;
|
|
295
|
-
}
|
|
235
|
+
height: $tab-bgr-pop-item-textwrap-height;
|
|
296
236
|
}
|
|
297
237
|
|
|
298
238
|
.e-tab-text + .e-close-icon[style = 'display:block'] {
|
|
@@ -391,12 +331,8 @@
|
|
|
391
331
|
&::before {
|
|
392
332
|
font-size: $tab-big-nav-icon-size;
|
|
393
333
|
line-height: $tab-big-nav-icon-container-size;
|
|
394
|
-
top:
|
|
334
|
+
top: $tab-bgr-scroll-nav-arrow-before-top;
|
|
395
335
|
vertical-align: initial;
|
|
396
|
-
|
|
397
|
-
@if $tab-skin == 'highcontrast' {
|
|
398
|
-
top: -2px;
|
|
399
|
-
}
|
|
400
336
|
}
|
|
401
337
|
}
|
|
402
338
|
}
|
|
@@ -427,41 +363,20 @@
|
|
|
427
363
|
&::before {
|
|
428
364
|
font-size: $tab-big-nav-icon-size;
|
|
429
365
|
line-height: $tab-big-nav-icon-container-size;
|
|
430
|
-
top:
|
|
366
|
+
top: $tab-bgr-scroll-nav-arrow-before-top;
|
|
431
367
|
vertical-align: initial;
|
|
432
368
|
|
|
433
369
|
@media screen and (max-width: 480px) {
|
|
434
370
|
font-size: $tab-mob-nav-icon-size;
|
|
435
371
|
}
|
|
436
|
-
|
|
437
|
-
@if $tab-skin == 'highcontrast' {
|
|
438
|
-
top: -2px;
|
|
439
|
-
}
|
|
440
372
|
}
|
|
441
373
|
|
|
442
374
|
&:hover {
|
|
443
|
-
|
|
444
|
-
line-height: 42px;
|
|
445
|
-
}
|
|
446
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
447
|
-
line-height: 38px;
|
|
448
|
-
}
|
|
375
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
449
376
|
|
|
450
377
|
&::before {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
@if $tab-skin == 'bootstrap' {
|
|
454
|
-
line-height: 42px;
|
|
455
|
-
top: .5px;
|
|
456
|
-
}
|
|
457
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
458
|
-
line-height: 38px;
|
|
459
|
-
top: .5px;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
@if $tab-skin == 'highcontrast' {
|
|
463
|
-
top: -2px;
|
|
464
|
-
}
|
|
378
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
379
|
+
top: $tab-bgr-hor-pop-hover-top;
|
|
465
380
|
}
|
|
466
381
|
}
|
|
467
382
|
}
|
|
@@ -470,37 +385,16 @@
|
|
|
470
385
|
|
|
471
386
|
.e-popup-up-icon,
|
|
472
387
|
.e-popup-down-icon {
|
|
473
|
-
|
|
474
|
-
line-height: 42px;
|
|
475
|
-
}
|
|
476
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
477
|
-
line-height: 38px;
|
|
478
|
-
}
|
|
388
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
479
389
|
|
|
480
390
|
&::before {
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
@if $tab-skin == 'bootstrap' {
|
|
484
|
-
line-height: 42px;
|
|
485
|
-
}
|
|
486
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
487
|
-
line-height: 38px;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
@if $tab-skin == 'highcontrast' {
|
|
491
|
-
top: -2px;
|
|
492
|
-
}
|
|
391
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
392
|
+
top: $tab-bgr-scroll-nav-arrow-before-top;
|
|
493
393
|
}
|
|
494
394
|
|
|
495
395
|
&:hover {
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
top: -2px;
|
|
499
|
-
}
|
|
500
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
501
|
-
line-height: 38px;
|
|
502
|
-
top: -2px;
|
|
503
|
-
}
|
|
396
|
+
line-height: $tab-bgr-hor-pop-lineheight;
|
|
397
|
+
top: $tab-bgr-hor-focus-pop-hover-top;
|
|
504
398
|
}
|
|
505
399
|
}
|
|
506
400
|
}
|
|
@@ -540,20 +434,13 @@
|
|
|
540
434
|
padding-top: $tab-big-even-boot-active-item-padding-bottom;
|
|
541
435
|
}
|
|
542
436
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
&.e-itop .e-text-wrap,
|
|
549
|
-
&.e-ibottom .e-text-wrap {
|
|
550
|
-
height: initial;
|
|
551
|
-
}
|
|
437
|
+
.e-close-icon::before {
|
|
438
|
+
top: $tab-bgr-bottom-active-close-top;
|
|
439
|
+
}
|
|
552
440
|
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
}
|
|
441
|
+
&.e-itop .e-close-icon::before,
|
|
442
|
+
&.e-ibottom .e-close-icon::before {
|
|
443
|
+
top: $tab-bgr-bottom-active-itop-close-top;
|
|
557
444
|
}
|
|
558
445
|
}
|
|
559
446
|
|
|
@@ -565,15 +452,12 @@
|
|
|
565
452
|
margin: $tab-mob-even-last-item-margin;
|
|
566
453
|
}
|
|
567
454
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
padding-top: .5px;
|
|
572
|
-
}
|
|
455
|
+
.e-tab-text {
|
|
456
|
+
padding-top: $tab-bgr-bottom-active-text-padding-top;
|
|
457
|
+
}
|
|
573
458
|
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
}
|
|
459
|
+
.e-close-icon::before {
|
|
460
|
+
top: $tab-bgr-bottom-active-last-close-top;
|
|
577
461
|
}
|
|
578
462
|
}
|
|
579
463
|
|
|
@@ -583,17 +467,6 @@
|
|
|
583
467
|
padding-top: 0;
|
|
584
468
|
}
|
|
585
469
|
|
|
586
|
-
&.e-itop.e-active .e-tab-wrap:focus,
|
|
587
|
-
&.e-ibottom.e-active .e-tab-wrap:focus {
|
|
588
|
-
|
|
589
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
590
|
-
|
|
591
|
-
.e-icon-close::before {
|
|
592
|
-
top: -1px;
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
|
|
597
470
|
&.e-ileft.e-active .e-text-wrap {
|
|
598
471
|
margin: $tab-big-even-ileft-active-text-wrap-margin;
|
|
599
472
|
}
|
|
@@ -601,22 +474,6 @@
|
|
|
601
474
|
&.e-active .e-text-wrap {
|
|
602
475
|
height: $tab-big-even-active-text-container-height;
|
|
603
476
|
padding: 0;
|
|
604
|
-
|
|
605
|
-
@if $tab-skin == 'fabric' {
|
|
606
|
-
height: $tab-big-height - 2;
|
|
607
|
-
}
|
|
608
|
-
@else if $tab-skin == 'highcontrast' {
|
|
609
|
-
height: $tab-big-height - 4;
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
&.e-active.e-itop .e-text-wrap,
|
|
614
|
-
&.e-active.e-ibottom .e-text-wrap {
|
|
615
|
-
height: $tab-big-height;
|
|
616
|
-
|
|
617
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
618
|
-
height: auto;
|
|
619
|
-
}
|
|
620
477
|
}
|
|
621
478
|
|
|
622
479
|
&.e-itop.e-active .e-text-wrap,
|
|
@@ -625,13 +482,7 @@
|
|
|
625
482
|
}
|
|
626
483
|
|
|
627
484
|
&.e-ileft.e-active {
|
|
628
|
-
|
|
629
|
-
@if $tab-skin == 'fabric' {
|
|
630
|
-
height: $tab-big-height - 2;
|
|
631
|
-
}
|
|
632
|
-
@else if $tab-skin == 'highcontrast' {
|
|
633
|
-
height: $tab-big-height - 4;
|
|
634
|
-
}
|
|
485
|
+
height: $tab-big-even-active-text-container-height;
|
|
635
486
|
}
|
|
636
487
|
}
|
|
637
488
|
}
|
|
@@ -678,12 +529,9 @@
|
|
|
678
529
|
}
|
|
679
530
|
}
|
|
680
531
|
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
min-height: $tab-big-height;
|
|
685
|
-
min-width: $tab-big-height;
|
|
686
|
-
}
|
|
532
|
+
&.e-ileft.e-icon {
|
|
533
|
+
min-height: $tab-bgr-vertical-icon-min-height;
|
|
534
|
+
min-width: $tab-bgr-vertical-icon-min-width;
|
|
687
535
|
}
|
|
688
536
|
}
|
|
689
537
|
|
|
@@ -736,18 +584,6 @@
|
|
|
736
584
|
height: $tab-big-tb-icon-height;
|
|
737
585
|
}
|
|
738
586
|
|
|
739
|
-
.e-toolbar-item.e-active,
|
|
740
|
-
.e-toolbar-item:not(.e-separator):last-child.e-active {
|
|
741
|
-
|
|
742
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
743
|
-
|
|
744
|
-
.e-text-wrap::before {
|
|
745
|
-
bottom: -10px;
|
|
746
|
-
top: auto;
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
|
|
751
587
|
.e-scroll-nav {
|
|
752
588
|
height: $tab-big-icon-top-bottom-item-height;
|
|
753
589
|
}
|
|
@@ -765,12 +601,6 @@
|
|
|
765
601
|
}
|
|
766
602
|
}
|
|
767
603
|
|
|
768
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
769
|
-
&.e-rtl .e-toolbar-item.e-active {
|
|
770
|
-
margin: 0 0 0 2px;
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
|
|
774
604
|
&.e-vertical-tab {
|
|
775
605
|
|
|
776
606
|
.e-tab-header.e-vertical {
|
|
@@ -797,14 +627,7 @@
|
|
|
797
627
|
}
|
|
798
628
|
|
|
799
629
|
.e-tab-wrap:focus .e-text-wrap {
|
|
800
|
-
height: $tab-
|
|
801
|
-
|
|
802
|
-
@if $tab-skin == 'fabric' {
|
|
803
|
-
height: $tab-big-height - 2;
|
|
804
|
-
}
|
|
805
|
-
@else if $tab-skin == 'highcontrast' {
|
|
806
|
-
height: $tab-big-height - 4;
|
|
807
|
-
}
|
|
630
|
+
height: $tab-bgr-item-textwrap-height;
|
|
808
631
|
}
|
|
809
632
|
|
|
810
633
|
&.e-itop,
|
|
@@ -832,14 +655,7 @@
|
|
|
832
655
|
height: $tab-big-pop-item-height;
|
|
833
656
|
|
|
834
657
|
.e-text-wrap {
|
|
835
|
-
height: $tab-
|
|
836
|
-
|
|
837
|
-
@if $tab-skin == 'fabric' {
|
|
838
|
-
height: $tab-big-pop-item-height - 2;
|
|
839
|
-
}
|
|
840
|
-
@else if $tab-skin == 'highcontrast' {
|
|
841
|
-
height: $tab-big-pop-item-height - 4;
|
|
842
|
-
}
|
|
658
|
+
height: $tab-bgr-pop-item-textwrap-height;
|
|
843
659
|
}
|
|
844
660
|
}
|
|
845
661
|
|
|
@@ -857,25 +673,12 @@
|
|
|
857
673
|
&.e-active {
|
|
858
674
|
|
|
859
675
|
.e-tab-wrap:focus .e-text-wrap {
|
|
860
|
-
height: $tab-
|
|
676
|
+
height: $tab-bgr-item-textwrap-height;
|
|
861
677
|
padding: 0;
|
|
862
|
-
|
|
863
|
-
@if $tab-skin == 'fabric' {
|
|
864
|
-
height: $tab-big-height - 2;
|
|
865
|
-
}
|
|
866
|
-
@else if $tab-skin == 'highcontrast' {
|
|
867
|
-
height: $tab-big-height - 4;
|
|
868
|
-
}
|
|
869
678
|
}
|
|
870
679
|
|
|
871
680
|
&.e-ileft {
|
|
872
|
-
|
|
873
|
-
@if $tab-skin == 'fabric' {
|
|
874
|
-
height: $tab-big-height - 2;
|
|
875
|
-
}
|
|
876
|
-
@else if $tab-skin == 'highcontrast' {
|
|
877
|
-
height: $tab-big-height - 4;
|
|
878
|
-
}
|
|
681
|
+
height: $tab-big-even-active-text-container-height;
|
|
879
682
|
}
|
|
880
683
|
}
|
|
881
684
|
}
|
|
@@ -940,22 +743,15 @@
|
|
|
940
743
|
|
|
941
744
|
&.e-rtl {
|
|
942
745
|
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
.e-tab-header {
|
|
946
|
-
|
|
947
|
-
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
948
|
-
margin: $tab-big-rtl-item-margin;
|
|
949
|
-
}
|
|
746
|
+
.e-tab-header {
|
|
950
747
|
|
|
951
|
-
|
|
748
|
+
&.e-horizontal-bottom {
|
|
952
749
|
|
|
953
|
-
|
|
954
|
-
|
|
750
|
+
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
751
|
+
margin: $tab-bgr-rtl-bottom-item-margin;
|
|
955
752
|
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
}
|
|
753
|
+
&.e-active {
|
|
754
|
+
margin: $tab-bgr-rtl-bottom-active-margin;
|
|
959
755
|
}
|
|
960
756
|
}
|
|
961
757
|
}
|
|
@@ -985,10 +781,7 @@
|
|
|
985
781
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
986
782
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
987
783
|
margin: $tab-big-alt-first-item-margin;
|
|
988
|
-
padding:
|
|
989
|
-
@if $tab-skin == 'tailwind' {
|
|
990
|
-
padding: 0 12px;
|
|
991
|
-
}
|
|
784
|
+
padding: $tab-bgr-fill-active-item-padding;
|
|
992
785
|
}
|
|
993
786
|
|
|
994
787
|
.e-toolbar-item {
|
|
@@ -997,6 +790,7 @@
|
|
|
997
790
|
height: $tab-big-fill-height;
|
|
998
791
|
margin: $tab-alt-item-margin;
|
|
999
792
|
min-height: $tab-big-fill-height;
|
|
793
|
+
padding: $tab-bgr-fill-active-item-padding;
|
|
1000
794
|
|
|
1001
795
|
@media screen and (max-width: 480px) {
|
|
1002
796
|
height: $tab-mob-fill-height;
|
|
@@ -1021,58 +815,35 @@
|
|
|
1021
815
|
}
|
|
1022
816
|
|
|
1023
817
|
.e-text-wrap {
|
|
1024
|
-
height: $tab-
|
|
818
|
+
height: $tab-bgr-fill-item-textwrap-height;
|
|
1025
819
|
|
|
1026
820
|
@media screen and (max-width: 480px) {
|
|
1027
821
|
height: $tab-mob-fill-height;
|
|
1028
822
|
}
|
|
1029
|
-
|
|
1030
|
-
@if $tab-skin == 'fabric' {
|
|
1031
|
-
height: $tab-big-fill-height - 2;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
@if $tab-skin == 'highcontrast' {
|
|
1035
|
-
height: $tab-big-fill-height - 4;
|
|
1036
|
-
}
|
|
1037
823
|
}
|
|
1038
824
|
|
|
1039
825
|
&.e-active {
|
|
1040
|
-
padding: $tab-
|
|
826
|
+
padding: $tab-bgr-fill-active-item-padding;
|
|
1041
827
|
|
|
1042
828
|
.e-tab-wrap {
|
|
1043
829
|
margin-bottom: $tab-fill-big-active-item-wrap-margin-bottom;
|
|
1044
830
|
}
|
|
1045
831
|
|
|
1046
832
|
.e-text-wrap {
|
|
1047
|
-
height: $tab-
|
|
833
|
+
height: $tab-bgr-fill-item-textwrap-height;
|
|
1048
834
|
|
|
1049
835
|
@media screen and (max-width: 480px) {
|
|
1050
836
|
height: $tab-mob-fill-height;
|
|
1051
837
|
}
|
|
1052
|
-
|
|
1053
|
-
@if $tab-skin == 'fabric' {
|
|
1054
|
-
height: $tab-big-fill-height - 2;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
@if $tab-skin == 'highcontrast' {
|
|
1058
|
-
height: $tab-big-fill-height - 4;
|
|
1059
|
-
}
|
|
1060
838
|
}
|
|
1061
839
|
|
|
1062
840
|
&.e-ileft .e-text-wrap,
|
|
1063
841
|
&.e-iright .e-text-wrap {
|
|
1064
|
-
height: $tab-fill-
|
|
842
|
+
height: $tab-bgr-fill-active-ileft-textwrap-height;
|
|
1065
843
|
|
|
1066
844
|
@media screen and (max-width: 480px) {
|
|
1067
845
|
height: $tab-fill-big-active-it-text-container-height;
|
|
1068
846
|
}
|
|
1069
|
-
|
|
1070
|
-
@if $tab-skin == 'fabric' {
|
|
1071
|
-
height: $tab-big-fill-height - 2;
|
|
1072
|
-
}
|
|
1073
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1074
|
-
height: $tab-big-fill-height - 4;
|
|
1075
|
-
}
|
|
1076
847
|
}
|
|
1077
848
|
}
|
|
1078
849
|
|
|
@@ -1107,14 +878,6 @@
|
|
|
1107
878
|
|
|
1108
879
|
.e-toolbar-item.e-active .e-text-wrap {
|
|
1109
880
|
height: $tab-fill-big-even-active-text-height;
|
|
1110
|
-
|
|
1111
|
-
@if $tab-skin == 'fabric' {
|
|
1112
|
-
height: $tab-big-fill-height - 2;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
@if $tab-skin == 'highcontrast' {
|
|
1116
|
-
height: $tab-big-fill-height - 4;
|
|
1117
|
-
}
|
|
1118
881
|
}
|
|
1119
882
|
|
|
1120
883
|
.e-toolbar-item.e-itop .e-text-wrap,
|
|
@@ -1140,33 +903,13 @@
|
|
|
1140
903
|
}
|
|
1141
904
|
|
|
1142
905
|
.e-tab-wrap:focus .e-text-wrap {
|
|
1143
|
-
height: $tab-
|
|
1144
|
-
|
|
1145
|
-
@if $tab-skin == 'fabric' {
|
|
1146
|
-
height: $tab-big-fill-height - 2;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
@if $tab-skin == 'highcontrast' {
|
|
1150
|
-
height: $tab-big-fill-height - 4;
|
|
1151
|
-
}
|
|
906
|
+
height: $tab-bgr-fill-focused-wrap-height;
|
|
1152
907
|
}
|
|
1153
908
|
|
|
1154
909
|
&.e-active .e-tab-wrap:focus {
|
|
1155
910
|
|
|
1156
911
|
.e-text-wrap {
|
|
1157
|
-
|
|
1158
|
-
height: $tab-big-fill-height - 2;
|
|
1159
|
-
}
|
|
1160
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1161
|
-
height: $tab-big-fill-height - 4;
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.e-close-icon::before {
|
|
1166
|
-
|
|
1167
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1168
|
-
top: 1px;
|
|
1169
|
-
}
|
|
912
|
+
height: $tab-bgr-fill-focused-wrap-height;
|
|
1170
913
|
}
|
|
1171
914
|
}
|
|
1172
915
|
|
|
@@ -1183,19 +926,6 @@
|
|
|
1183
926
|
}
|
|
1184
927
|
}
|
|
1185
928
|
}
|
|
1186
|
-
|
|
1187
|
-
&.e-horizontal-bottom {
|
|
1188
|
-
|
|
1189
|
-
.e-tab-wrap:focus .e-text-wrap {
|
|
1190
|
-
@if $tab-skin == 'fabric' {
|
|
1191
|
-
height: $tab-big-fill-height - 2;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
@if $tab-skin == 'highcontrast' {
|
|
1195
|
-
height: $tab-big-fill-height - 4;
|
|
1196
|
-
}
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
929
|
}
|
|
1200
930
|
}
|
|
1201
931
|
|
|
@@ -1222,18 +952,13 @@
|
|
|
1222
952
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1223
953
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1224
954
|
margin: $tab-big-alt-first-item-margin;
|
|
1225
|
-
padding:
|
|
1226
|
-
@if $tab-skin == 'tailwind' {
|
|
1227
|
-
padding: 0 12px;
|
|
1228
|
-
}
|
|
955
|
+
padding: $tab-bgr-background-active-padding;
|
|
1229
956
|
}
|
|
1230
957
|
|
|
1231
958
|
.e-toolbar-item {
|
|
1232
959
|
|
|
1233
960
|
&:not(.e-separator) {
|
|
1234
|
-
|
|
1235
|
-
margin: $tab-alt-item-margin;
|
|
1236
|
-
}
|
|
961
|
+
padding: $tab-bgr-background-active-padding;
|
|
1237
962
|
}
|
|
1238
963
|
|
|
1239
964
|
.e-tab-wrap {
|
|
@@ -1245,35 +970,11 @@
|
|
|
1245
970
|
}
|
|
1246
971
|
|
|
1247
972
|
&.e-active {
|
|
1248
|
-
padding: $tab-
|
|
973
|
+
padding: $tab-bgr-background-active-padding;
|
|
1249
974
|
|
|
1250
975
|
.e-tab-wrap {
|
|
1251
976
|
margin-bottom: $tab-bg-big-active-item-wrap-margin-bottom;
|
|
1252
977
|
}
|
|
1253
|
-
|
|
1254
|
-
.e-text-wrap {
|
|
1255
|
-
height: $tab-big-height;
|
|
1256
|
-
|
|
1257
|
-
@if $tab-skin == 'fabric' {
|
|
1258
|
-
height: $tab-big-height - 2;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
@if $tab-skin == 'highcontrast' {
|
|
1262
|
-
height: $tab-big-height - 4;
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
&:hover {
|
|
1268
|
-
@if $tab-skin == 'highcontrast' {
|
|
1269
|
-
&.e-itop,
|
|
1270
|
-
&.e-ibottom {
|
|
1271
|
-
|
|
1272
|
-
.e-text-wrap {
|
|
1273
|
-
height: auto;
|
|
1274
|
-
}
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
978
|
}
|
|
1278
979
|
}
|
|
1279
980
|
|
|
@@ -1311,14 +1012,8 @@
|
|
|
1311
1012
|
.e-toolbar-item:not(.e-separator) {
|
|
1312
1013
|
margin: $tab-big-rtl-item-margin;
|
|
1313
1014
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
margin: $tab-rtl-big-it-text-margin;
|
|
1317
|
-
|
|
1318
|
-
@media screen and (max-width: 480px) {
|
|
1319
|
-
margin: $tab-rtl-mob-it-text-margin;
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1015
|
+
.e-icon-right {
|
|
1016
|
+
margin: $tab-bgr-rtl-icon-right-margin;
|
|
1322
1017
|
}
|
|
1323
1018
|
|
|
1324
1019
|
.e-icon-left + .e-tab-text {
|
|
@@ -1464,10 +1159,7 @@
|
|
|
1464
1159
|
&::before {
|
|
1465
1160
|
content: '';
|
|
1466
1161
|
position: absolute;
|
|
1467
|
-
|
|
1468
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1469
|
-
display: block;
|
|
1470
|
-
}
|
|
1162
|
+
display: $tab-nrml-hdr-before-display;
|
|
1471
1163
|
}
|
|
1472
1164
|
|
|
1473
1165
|
&:not(.e-vertical) {
|
|
@@ -1502,35 +1194,34 @@
|
|
|
1502
1194
|
margin: $tab-mob-last-item-margin;
|
|
1503
1195
|
}
|
|
1504
1196
|
}
|
|
1505
|
-
@if $tab-skin == 'FluentUI' {
|
|
1506
|
-
.e-toolbar-item.e-active {
|
|
1507
|
-
position: relative;
|
|
1508
1197
|
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
right: 0;
|
|
1512
|
-
}
|
|
1198
|
+
.e-toolbar-item.e-active {
|
|
1199
|
+
position: $tab-nrml-item-active-position;
|
|
1513
1200
|
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
height: 2px;
|
|
1519
|
-
left: 8px;
|
|
1520
|
-
position: absolute;
|
|
1521
|
-
right: 8px;
|
|
1522
|
-
transition: left .267s cubic-bezier(.1, .25, .75, .9) 0s, right .267s cubic-bezier(.1, .25, .75, .9) 0s;
|
|
1523
|
-
}
|
|
1201
|
+
&:hover::before {
|
|
1202
|
+
left: $tab-nrml-item-active-hover-before-left;
|
|
1203
|
+
right: $tab-nrml-item-active-hover-before-right;
|
|
1204
|
+
}
|
|
1524
1205
|
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
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;
|
|
1534
1225
|
}
|
|
1535
1226
|
}
|
|
1536
1227
|
}
|
|
@@ -1545,32 +1236,13 @@
|
|
|
1545
1236
|
}
|
|
1546
1237
|
}
|
|
1547
1238
|
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
&[style *= 'overflow: hidden'] .e-toolbar-item:not(.e-separator).e-active {
|
|
1551
|
-
margin-bottom: 0;
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1556
|
-
.e-hscroll-bar {
|
|
1557
|
-
padding: 0 1px;
|
|
1558
|
-
}
|
|
1239
|
+
.e-hscroll-bar {
|
|
1240
|
+
padding: $tab-nrml-hscroll-bar-padding;
|
|
1559
1241
|
}
|
|
1560
1242
|
|
|
1561
1243
|
.e-scroll-nav {
|
|
1562
|
-
width:
|
|
1563
|
-
|
|
1564
|
-
width: 32px;
|
|
1565
|
-
}
|
|
1566
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1567
|
-
border-radius: 4px;
|
|
1568
|
-
width: 32px;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
@if $tab-skin == 'tailwind' {
|
|
1572
|
-
width: 24px;
|
|
1573
|
-
}
|
|
1244
|
+
width: $tab-nrml-hscroll-items-nav-width;
|
|
1245
|
+
border-radius: $tab-nrml-hscroll-items-bdr-radius;
|
|
1574
1246
|
}
|
|
1575
1247
|
|
|
1576
1248
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
@@ -1604,12 +1276,8 @@
|
|
|
1604
1276
|
height: $tab-border-width;
|
|
1605
1277
|
left: 0;
|
|
1606
1278
|
right: 0;
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
@if $tab-skin == 'tailwind' {
|
|
1610
|
-
border-radius: $tab-border-width;
|
|
1611
|
-
transition: all .4s cubic-bezier(.25, .46, .45, .94);
|
|
1612
|
-
}
|
|
1279
|
+
border-radius: $tab-nrml-vertical-indicator-bdr-radius;
|
|
1280
|
+
transition: $tab-nrml-indicator-transition;
|
|
1613
1281
|
}
|
|
1614
1282
|
|
|
1615
1283
|
.e-toolbar-item {
|
|
@@ -1646,18 +1314,11 @@
|
|
|
1646
1314
|
align-content: center;
|
|
1647
1315
|
align-items: center;
|
|
1648
1316
|
display: inline-flex;
|
|
1649
|
-
height: $tab-nrml-height;
|
|
1317
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1650
1318
|
|
|
1651
1319
|
@media screen and (max-width: 480px) {
|
|
1652
1320
|
height: $tab-big-height;
|
|
1653
1321
|
}
|
|
1654
|
-
|
|
1655
|
-
@if $tab-skin == 'fabric' {
|
|
1656
|
-
height: $tab-nrml-height - 2;
|
|
1657
|
-
}
|
|
1658
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1659
|
-
height: $tab-nrml-height - 4;
|
|
1660
|
-
}
|
|
1661
1322
|
}
|
|
1662
1323
|
|
|
1663
1324
|
.e-tab-text {
|
|
@@ -1666,18 +1327,14 @@
|
|
|
1666
1327
|
font-size: $tab-nrml-font-size;
|
|
1667
1328
|
font-weight: $tab-font-weight;
|
|
1668
1329
|
text-transform: $tab-text-transform;
|
|
1330
|
+
align-self: auto;
|
|
1331
|
+
margin-bottom: $tab-nrml-item-text-margin-bottom;
|
|
1669
1332
|
|
|
1670
1333
|
@media screen and (max-width: 480px) {
|
|
1671
1334
|
font-size: $tab-big-font-size;
|
|
1672
1335
|
}
|
|
1673
1336
|
}
|
|
1674
1337
|
|
|
1675
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1676
|
-
.e-tab-text {
|
|
1677
|
-
align-self: auto;
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
1338
|
&.e-active {
|
|
1682
1339
|
margin: $tab-nrml-boot-item-margin;
|
|
1683
1340
|
padding-bottom: $tab-nrml-even-boot-active-item-padding-bottom;
|
|
@@ -1687,76 +1344,42 @@
|
|
|
1687
1344
|
}
|
|
1688
1345
|
|
|
1689
1346
|
.e-text-wrap {
|
|
1690
|
-
height: $tab-nrml-
|
|
1347
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1691
1348
|
margin-top: $tab-active-text-container-margin;
|
|
1692
1349
|
|
|
1693
1350
|
@media screen and (max-width: 480px) {
|
|
1694
1351
|
height: $tab-big-active-text-container-height;
|
|
1695
1352
|
}
|
|
1696
|
-
|
|
1697
|
-
@if $tab-skin == 'fabric' {
|
|
1698
|
-
height: $tab-nrml-height - 2;
|
|
1699
|
-
}
|
|
1700
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1701
|
-
height: $tab-nrml-height - 4;
|
|
1702
|
-
}
|
|
1703
1353
|
}
|
|
1704
1354
|
|
|
1705
1355
|
.e-tab-wrap {
|
|
1706
1356
|
margin-bottom: $tab-nrml-active-item-wrap-margin-bottom;
|
|
1707
|
-
|
|
1708
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1709
|
-
&:hover {
|
|
1710
|
-
border: 0;
|
|
1711
|
-
}
|
|
1712
|
-
}
|
|
1713
1357
|
}
|
|
1714
1358
|
|
|
1715
1359
|
.e-tab-text {
|
|
1716
1360
|
font-weight: $tab-semi-font-weight;
|
|
1717
1361
|
}
|
|
1718
1362
|
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
}
|
|
1363
|
+
.e-tab-icon::before {
|
|
1364
|
+
top: $tab-item-icon-before-top;
|
|
1365
|
+
left: $tab-item-icon-before-left;
|
|
1723
1366
|
}
|
|
1724
1367
|
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
}
|
|
1368
|
+
.e-icon-top.e-tab-icon::before,
|
|
1369
|
+
.e-icon-bottom.e-tab-icon::before {
|
|
1370
|
+
left: 0;
|
|
1729
1371
|
}
|
|
1730
1372
|
|
|
1731
1373
|
&.e-ileft,
|
|
1732
1374
|
&.e-iright {
|
|
1733
1375
|
|
|
1734
1376
|
.e-text-wrap {
|
|
1735
|
-
height: $tab-nrml-
|
|
1736
|
-
padding:
|
|
1377
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1378
|
+
padding: 0;
|
|
1737
1379
|
|
|
1738
1380
|
@media screen and (max-width: 480px) {
|
|
1739
1381
|
height: $tab-big-active-it-text-container-height;
|
|
1740
1382
|
}
|
|
1741
|
-
|
|
1742
|
-
@if $tab-skin == 'fabric' {
|
|
1743
|
-
height: $tab-nrml-height - 2;
|
|
1744
|
-
padding: 0;
|
|
1745
|
-
}
|
|
1746
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1747
|
-
height: $tab-nrml-height - 4;
|
|
1748
|
-
padding: 0;
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1753
|
-
.e-tab-wrap .e-tab-text {
|
|
1754
|
-
align-self: auto;
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
.e-tab-wrap:focus .e-tab-text {
|
|
1758
|
-
align-self: auto;
|
|
1759
|
-
}
|
|
1760
1383
|
}
|
|
1761
1384
|
}
|
|
1762
1385
|
}
|
|
@@ -1781,11 +1404,7 @@
|
|
|
1781
1404
|
}
|
|
1782
1405
|
|
|
1783
1406
|
.e-close-icon::before {
|
|
1784
|
-
top:
|
|
1785
|
-
|
|
1786
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1787
|
-
top: 1px;
|
|
1788
|
-
}
|
|
1407
|
+
top: 1px;
|
|
1789
1408
|
}
|
|
1790
1409
|
|
|
1791
1410
|
.e-icons.e-tab-icon {
|
|
@@ -1793,10 +1412,7 @@
|
|
|
1793
1412
|
height: $tab-nrml-icon-container-size;
|
|
1794
1413
|
min-width: $tab-nrml-icon-container-size;
|
|
1795
1414
|
width: $tab-nrml-icon-container-size;
|
|
1796
|
-
|
|
1797
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
1798
|
-
line-height: $tab-nrml-icon-container-size;
|
|
1799
|
-
}
|
|
1415
|
+
line-height: $tab-nrml-item-tabicon-line-height;
|
|
1800
1416
|
|
|
1801
1417
|
@media screen and (max-width: 480px) {
|
|
1802
1418
|
height: $tab-mob-icon-container-size;
|
|
@@ -1813,6 +1429,17 @@
|
|
|
1813
1429
|
}
|
|
1814
1430
|
}
|
|
1815
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;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1816
1443
|
&.e-icon {
|
|
1817
1444
|
|
|
1818
1445
|
.e-tab-wrap {
|
|
@@ -1825,13 +1452,11 @@
|
|
|
1825
1452
|
}
|
|
1826
1453
|
}
|
|
1827
1454
|
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
margin: $tab-nrml-it-text-margin;
|
|
1455
|
+
.e-icon-right {
|
|
1456
|
+
margin: 0 0 0 8px;
|
|
1831
1457
|
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
}
|
|
1458
|
+
@media screen and (max-width: 480px) {
|
|
1459
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
1835
1460
|
}
|
|
1836
1461
|
}
|
|
1837
1462
|
|
|
@@ -1877,9 +1502,6 @@
|
|
|
1877
1502
|
&.e-active {
|
|
1878
1503
|
|
|
1879
1504
|
.e-tab-wrap {
|
|
1880
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
1881
|
-
height: 62px;
|
|
1882
|
-
}
|
|
1883
1505
|
|
|
1884
1506
|
&:focus {
|
|
1885
1507
|
|
|
@@ -1947,9 +1569,7 @@
|
|
|
1947
1569
|
|
|
1948
1570
|
&:not(.e-separator) {
|
|
1949
1571
|
margin: $tab-pop-item-margin;
|
|
1950
|
-
|
|
1951
|
-
padding: 0;
|
|
1952
|
-
}
|
|
1572
|
+
padding: 0;
|
|
1953
1573
|
}
|
|
1954
1574
|
|
|
1955
1575
|
.e-tab-wrap {
|
|
@@ -1964,15 +1584,8 @@
|
|
|
1964
1584
|
}
|
|
1965
1585
|
|
|
1966
1586
|
.e-text-wrap {
|
|
1967
|
-
height: $tab-nrml-pop-item-height;
|
|
1587
|
+
height: $tab-nrml-pop-item-textwrap-height;
|
|
1968
1588
|
width: 100%;
|
|
1969
|
-
|
|
1970
|
-
@if $tab-skin == 'fabric' {
|
|
1971
|
-
height: $tab-nrml-pop-item-height - 2;
|
|
1972
|
-
}
|
|
1973
|
-
@else if $tab-skin == 'highcontrast' {
|
|
1974
|
-
height: $tab-nrml-pop-item-height - 4;
|
|
1975
|
-
}
|
|
1976
1589
|
}
|
|
1977
1590
|
|
|
1978
1591
|
.e-tab-text {
|
|
@@ -2113,16 +1726,8 @@
|
|
|
2113
1726
|
font-size: $tab-nrml-nav-icon-size;
|
|
2114
1727
|
line-height: $tab-nrml-nav-icon-container-size;
|
|
2115
1728
|
position: relative;
|
|
2116
|
-
top:
|
|
1729
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2117
1730
|
vertical-align: initial;
|
|
2118
|
-
|
|
2119
|
-
@if $tab-skin == 'fabric' {
|
|
2120
|
-
top: -1px;
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
@if $tab-skin == 'highcontrast' {
|
|
2124
|
-
top: -2px;
|
|
2125
|
-
}
|
|
2126
1731
|
}
|
|
2127
1732
|
|
|
2128
1733
|
.e-nav-arrow {
|
|
@@ -2171,56 +1776,23 @@
|
|
|
2171
1776
|
font-size: $tab-nrml-nav-icon-size;
|
|
2172
1777
|
line-height: $tab-nrml-nav-icon-container-size;
|
|
2173
1778
|
position: relative;
|
|
2174
|
-
top:
|
|
1779
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2175
1780
|
vertical-align: initial;
|
|
2176
1781
|
|
|
2177
|
-
@if $tab-skin == 'fabric' {
|
|
2178
|
-
top: -1px;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
@if $tab-skin == 'highcontrast' {
|
|
2182
|
-
top: -2px;
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
1782
|
@media screen and (max-width: 480px) {
|
|
2186
1783
|
font-size: $tab-mob-nav-icon-size;
|
|
2187
1784
|
}
|
|
2188
1785
|
}
|
|
2189
1786
|
|
|
2190
1787
|
&:hover {
|
|
2191
|
-
|
|
2192
|
-
line-height: 34px;
|
|
2193
|
-
}
|
|
2194
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
2195
|
-
line-height: 32px;
|
|
2196
|
-
}
|
|
1788
|
+
line-height: $tab-nrml-hor-pop-lineheight;
|
|
2197
1789
|
|
|
2198
1790
|
&::before {
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
@if $tab-skin == 'fabric' {
|
|
2202
|
-
top: -1px;
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
@if $tab-skin == 'bootstrap' {
|
|
2206
|
-
line-height: 34px;
|
|
2207
|
-
top: 0;
|
|
2208
|
-
|
|
2209
|
-
@media screen and (max-width: 480px) {
|
|
2210
|
-
line-height: 43px;
|
|
2211
|
-
}
|
|
2212
|
-
}
|
|
2213
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
2214
|
-
line-height: 32px;
|
|
2215
|
-
top: 0;
|
|
2216
|
-
|
|
2217
|
-
@media screen and (max-width: 480px) {
|
|
2218
|
-
line-height: 43px;
|
|
2219
|
-
}
|
|
2220
|
-
}
|
|
1791
|
+
line-height: $tab-nrml-hor-pop-lineheight;
|
|
1792
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2221
1793
|
|
|
2222
|
-
@
|
|
2223
|
-
|
|
1794
|
+
@media screen and (max-width: 480px) {
|
|
1795
|
+
line-height: $tab-nrml-mob-hor-pop-lineheight;
|
|
2224
1796
|
}
|
|
2225
1797
|
}
|
|
2226
1798
|
}
|
|
@@ -2250,36 +1822,20 @@
|
|
|
2250
1822
|
|
|
2251
1823
|
.e-popup-up-icon,
|
|
2252
1824
|
.e-popup-down-icon {
|
|
2253
|
-
|
|
2254
|
-
line-height: 32px;
|
|
2255
|
-
}
|
|
1825
|
+
line-height: $tab-nrml-hor-focus-pop-lineheight;
|
|
2256
1826
|
|
|
2257
1827
|
&::before {
|
|
2258
|
-
|
|
1828
|
+
line-height: $tab-nrml-hor-focus-pop-lineheight;
|
|
1829
|
+
top: $tab-nrml-scroll-nav-arrow-before-top;
|
|
2259
1830
|
|
|
2260
|
-
@
|
|
2261
|
-
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
2265
|
-
line-height: 32px;
|
|
2266
|
-
top: 0;
|
|
2267
|
-
|
|
2268
|
-
@media screen and (max-width: 480px) {
|
|
2269
|
-
line-height: 43px;
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
@if $tab-skin == 'highcontrast' {
|
|
2274
|
-
top: -2px;
|
|
1831
|
+
@media screen and (max-width: 480px) {
|
|
1832
|
+
line-height: $tab-nrml-mob-hor-pop-lineheight;
|
|
2275
1833
|
}
|
|
2276
1834
|
}
|
|
2277
1835
|
|
|
2278
1836
|
&:hover {
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
top: -.5px;
|
|
2282
|
-
}
|
|
1837
|
+
line-height: $tab-nrml-hor-focus-pop-lineheight;
|
|
1838
|
+
top: $tab-nrml-hor-focus-pop-hover-top;
|
|
2283
1839
|
}
|
|
2284
1840
|
}
|
|
2285
1841
|
}
|
|
@@ -2287,35 +1843,33 @@
|
|
|
2287
1843
|
|
|
2288
1844
|
&.e-horizontal-bottom {
|
|
2289
1845
|
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
position: relative;
|
|
1846
|
+
.e-toolbar-items .e-toolbar-item.e-active {
|
|
1847
|
+
position: $tab-nrml-item-active-position;
|
|
2293
1848
|
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
1849
|
+
&:hover::before {
|
|
1850
|
+
left: $tab-nrml-item-active-hover-before-left;
|
|
1851
|
+
right: $tab-nrml-item-active-hover-before-right;
|
|
1852
|
+
}
|
|
2298
1853
|
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
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
|
+
}
|
|
2309
1864
|
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
}
|
|
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;
|
|
2319
1873
|
}
|
|
2320
1874
|
}
|
|
2321
1875
|
|
|
@@ -2323,10 +1877,8 @@
|
|
|
2323
1877
|
bottom: auto;
|
|
2324
1878
|
}
|
|
2325
1879
|
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
margin-top: -1px;
|
|
2329
|
-
}
|
|
1880
|
+
.e-hscroll-bar {
|
|
1881
|
+
margin-top: $tab-nrml-active-item-tabicon-before-top;
|
|
2330
1882
|
}
|
|
2331
1883
|
|
|
2332
1884
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
@@ -2356,49 +1908,18 @@
|
|
|
2356
1908
|
}
|
|
2357
1909
|
|
|
2358
1910
|
.e-text-wrap {
|
|
2359
|
-
height: $tab-nrml-height;
|
|
2360
|
-
padding:
|
|
2361
|
-
|
|
2362
|
-
@if $tab-skin == 'fabric' {
|
|
2363
|
-
height: $tab-nrml-height - 2;
|
|
2364
|
-
padding: 0;
|
|
2365
|
-
}
|
|
2366
|
-
@else if $tab-skin == 'highcontrast' {
|
|
2367
|
-
height: $tab-nrml-height - 4;
|
|
2368
|
-
padding: 0;
|
|
2369
|
-
}
|
|
1911
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
1912
|
+
padding: 0;
|
|
2370
1913
|
}
|
|
2371
1914
|
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
top: 0;
|
|
2376
|
-
}
|
|
2377
|
-
|
|
2378
|
-
&.e-itop {
|
|
2379
|
-
|
|
2380
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
2381
|
-
.e-tab-wrap:focus .e-close-icon::before {
|
|
2382
|
-
top: 0;
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
.e-text-wrap {
|
|
2386
|
-
height: auto;
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
1915
|
+
.e-text-wrap::before,
|
|
1916
|
+
&:not(.e-separator):last-child .e-text-wrap::before {
|
|
1917
|
+
top: $tab-nrml-bottom-active-before-top;
|
|
2390
1918
|
}
|
|
2391
1919
|
|
|
2392
|
-
&.e-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
.e-tab-wrap .e-tab-text {
|
|
2396
|
-
align-self: auto;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.e-tab-wrap:focus .e-tab-text {
|
|
2400
|
-
align-self: auto;
|
|
2401
|
-
}
|
|
1920
|
+
&.e-itop {
|
|
1921
|
+
.e-tab-wrap:focus .e-close-icon::before {
|
|
1922
|
+
top: 0;
|
|
2402
1923
|
}
|
|
2403
1924
|
}
|
|
2404
1925
|
}
|
|
@@ -2454,12 +1975,8 @@
|
|
|
2454
1975
|
|
|
2455
1976
|
.e-indicator {
|
|
2456
1977
|
display: $tab-indicator-display;
|
|
2457
|
-
transition:
|
|
1978
|
+
transition: $tab-nrml-vertical-indicator-transition;
|
|
2458
1979
|
width: 2px;
|
|
2459
|
-
|
|
2460
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
2461
|
-
transition: initial;
|
|
2462
|
-
}
|
|
2463
1980
|
}
|
|
2464
1981
|
|
|
2465
1982
|
.e-toolbar-items {
|
|
@@ -2509,14 +2026,11 @@
|
|
|
2509
2026
|
}
|
|
2510
2027
|
|
|
2511
2028
|
&.e-ileft.e-icon {
|
|
2029
|
+
min-height: $tab-nrml-vertical-icon-min-height;
|
|
2030
|
+
min-width: $tab-nrml-vertical-icon-min-width;
|
|
2512
2031
|
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
min-width: $tab-nrml-height;
|
|
2516
|
-
|
|
2517
|
-
.e-tab-icon {
|
|
2518
|
-
margin: auto;
|
|
2519
|
-
}
|
|
2032
|
+
.e-tab-icon {
|
|
2033
|
+
margin: $tab-nrml-vertical-tabicon-margin;
|
|
2520
2034
|
}
|
|
2521
2035
|
}
|
|
2522
2036
|
|
|
@@ -2545,36 +2059,33 @@
|
|
|
2545
2059
|
right: 0;
|
|
2546
2060
|
}
|
|
2547
2061
|
|
|
2548
|
-
|
|
2549
|
-
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2550
|
-
position: relative;
|
|
2062
|
+
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2551
2063
|
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2064
|
+
&:hover::before {
|
|
2065
|
+
bottom: $tab-nrml-item-active-before-bottom;
|
|
2066
|
+
height: $tab-nrml-vertical-hover-before-height;
|
|
2067
|
+
}
|
|
2556
2068
|
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
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
|
+
}
|
|
2568
2080
|
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
}
|
|
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;
|
|
2578
2089
|
}
|
|
2579
2090
|
}
|
|
2580
2091
|
}
|
|
@@ -2602,36 +2113,33 @@
|
|
|
2602
2113
|
}
|
|
2603
2114
|
}
|
|
2604
2115
|
|
|
2605
|
-
|
|
2606
|
-
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2607
|
-
position: relative;
|
|
2116
|
+
.e-toolbar-items .e-toolbar-item.e-active {
|
|
2608
2117
|
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2118
|
+
&:hover::before {
|
|
2119
|
+
bottom: $tab-nrml-item-active-before-bottom;
|
|
2120
|
+
height: $tab-nrml-vertical-hover-before-height;
|
|
2121
|
+
}
|
|
2613
2122
|
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
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
|
+
}
|
|
2625
2134
|
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
}
|
|
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;
|
|
2635
2143
|
}
|
|
2636
2144
|
}
|
|
2637
2145
|
}
|
|
@@ -2813,29 +2321,26 @@
|
|
|
2813
2321
|
|
|
2814
2322
|
.e-toolbar-item.e-active,
|
|
2815
2323
|
.e-toolbar-item:not(.e-separator):last-child.e-active {
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
&::before {
|
|
2821
|
-
content: none;
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2324
|
+
.e-text-wrap {
|
|
2325
|
+
position: $tab-nrml-vertical-text-position;
|
|
2326
|
+
}
|
|
2824
2327
|
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
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
|
+
}
|
|
2831
2336
|
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
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;
|
|
2839
2344
|
}
|
|
2840
2345
|
}
|
|
2841
2346
|
|
|
@@ -2858,10 +2363,7 @@
|
|
|
2858
2363
|
&.e-vertical {
|
|
2859
2364
|
|
|
2860
2365
|
.e-indicator {
|
|
2861
|
-
|
|
2862
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
2863
|
-
width: 3px;
|
|
2864
|
-
}
|
|
2366
|
+
width: $tab-nrml-vertical-indicator-width;
|
|
2865
2367
|
}
|
|
2866
2368
|
|
|
2867
2369
|
.e-toolbar-item.e-active,
|
|
@@ -2885,19 +2387,15 @@
|
|
|
2885
2387
|
|
|
2886
2388
|
.e-toolbar-item.e-active,
|
|
2887
2389
|
.e-toolbar-item:not(.e-separator):last-child.e-active {
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
top: 0;
|
|
2891
|
-
}
|
|
2390
|
+
.e-tab-wrap::before {
|
|
2391
|
+
top: $tab-nrml-bottom-wrap-before-top;
|
|
2892
2392
|
}
|
|
2893
2393
|
}
|
|
2894
2394
|
}
|
|
2895
2395
|
}
|
|
2896
2396
|
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
margin: 0 0 0 2px;
|
|
2900
|
-
}
|
|
2397
|
+
&.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2398
|
+
margin: $tab-nrml-vertical-rtl-active-margin;
|
|
2901
2399
|
}
|
|
2902
2400
|
|
|
2903
2401
|
&.e-vertical-tab {
|
|
@@ -2916,14 +2414,7 @@
|
|
|
2916
2414
|
height: $tab-nrml-height;
|
|
2917
2415
|
|
|
2918
2416
|
.e-text-wrap {
|
|
2919
|
-
height: $tab-nrml-height;
|
|
2920
|
-
|
|
2921
|
-
@if $tab-skin == 'fabric' {
|
|
2922
|
-
height: $tab-nrml-height - 2;
|
|
2923
|
-
}
|
|
2924
|
-
@else if $tab-skin == 'highcontrast' {
|
|
2925
|
-
height: $tab-nrml-height - 4;
|
|
2926
|
-
}
|
|
2417
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
2927
2418
|
}
|
|
2928
2419
|
}
|
|
2929
2420
|
|
|
@@ -2952,14 +2443,7 @@
|
|
|
2952
2443
|
height: $tab-nrml-pop-item-height;
|
|
2953
2444
|
|
|
2954
2445
|
.e-text-wrap {
|
|
2955
|
-
height: $tab-nrml-pop-item-height;
|
|
2956
|
-
|
|
2957
|
-
@if $tab-skin == 'fabric' {
|
|
2958
|
-
height: $tab-nrml-pop-item-height - 2;
|
|
2959
|
-
}
|
|
2960
|
-
@else if $tab-skin == 'highcontrast' {
|
|
2961
|
-
height: $tab-nrml-pop-item-height - 4;
|
|
2962
|
-
}
|
|
2446
|
+
height: $tab-nrml-pop-item-textwrap-height;
|
|
2963
2447
|
}
|
|
2964
2448
|
}
|
|
2965
2449
|
|
|
@@ -2977,24 +2461,8 @@
|
|
|
2977
2461
|
&.e-active {
|
|
2978
2462
|
|
|
2979
2463
|
.e-tab-wrap:focus .e-text-wrap {
|
|
2980
|
-
height: $tab-nrml-height;
|
|
2464
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
2981
2465
|
padding: 0;
|
|
2982
|
-
|
|
2983
|
-
@if $tab-skin == 'fabric' {
|
|
2984
|
-
height: $tab-nrml-height - 2;
|
|
2985
|
-
}
|
|
2986
|
-
@else if $tab-skin == 'highcontrast' {
|
|
2987
|
-
height: $tab-nrml-height - 4;
|
|
2988
|
-
}
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
&.e-ileft {
|
|
2992
|
-
|
|
2993
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
2994
|
-
.e-tab-wrap:focus .e-tab-text {
|
|
2995
|
-
align-self: auto;
|
|
2996
|
-
}
|
|
2997
|
-
}
|
|
2998
2466
|
}
|
|
2999
2467
|
}
|
|
3000
2468
|
|
|
@@ -3174,12 +2642,6 @@
|
|
|
3174
2642
|
min-height: $tab-mob-fill-height;
|
|
3175
2643
|
}
|
|
3176
2644
|
|
|
3177
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3178
|
-
&::before {
|
|
3179
|
-
display: none;
|
|
3180
|
-
}
|
|
3181
|
-
}
|
|
3182
|
-
|
|
3183
2645
|
.e-indicator {
|
|
3184
2646
|
display: none;
|
|
3185
2647
|
}
|
|
@@ -3195,10 +2657,7 @@
|
|
|
3195
2657
|
&:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3196
2658
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3197
2659
|
margin: $tab-nrml-alt-first-item-margin;
|
|
3198
|
-
padding:
|
|
3199
|
-
@if $tab-skin == 'tailwind' {
|
|
3200
|
-
padding: 0 8px;
|
|
3201
|
-
}
|
|
2660
|
+
padding: $tab-nrml-background-active-padding;
|
|
3202
2661
|
}
|
|
3203
2662
|
}
|
|
3204
2663
|
|
|
@@ -3208,6 +2667,7 @@
|
|
|
3208
2667
|
height: $tab-nrml-fill-height;
|
|
3209
2668
|
margin: $tab-alt-item-margin;
|
|
3210
2669
|
min-height: $tab-nrml-fill-height;
|
|
2670
|
+
padding: $tab-nrml-background-active-padding;
|
|
3211
2671
|
|
|
3212
2672
|
@media screen and (max-width: 480px) {
|
|
3213
2673
|
height: $tab-mob-fill-height;
|
|
@@ -3232,42 +2692,26 @@
|
|
|
3232
2692
|
}
|
|
3233
2693
|
|
|
3234
2694
|
.e-text-wrap {
|
|
3235
|
-
height: $tab-nrml-fill-height;
|
|
2695
|
+
height: $tab-nrml-fill-item-textwrap-height;
|
|
3236
2696
|
|
|
3237
2697
|
@media screen and (max-width: 480px) {
|
|
3238
2698
|
height: $tab-mob-fill-height;
|
|
3239
2699
|
}
|
|
3240
|
-
|
|
3241
|
-
@if $tab-skin == 'fabric' {
|
|
3242
|
-
height: $tab-nrml-fill-height - 2;
|
|
3243
|
-
}
|
|
3244
|
-
|
|
3245
|
-
@if $tab-skin == 'highcontrast' {
|
|
3246
|
-
height: $tab-nrml-fill-height - 4;
|
|
3247
|
-
}
|
|
3248
2700
|
}
|
|
3249
2701
|
|
|
3250
2702
|
&.e-active {
|
|
3251
|
-
padding: $tab-
|
|
2703
|
+
padding: $tab-nrml-background-active-padding;
|
|
3252
2704
|
|
|
3253
2705
|
.e-tab-wrap {
|
|
3254
2706
|
margin-bottom: $tab-fill-nrml-active-item-wrap-margin-bottom;
|
|
3255
2707
|
}
|
|
3256
2708
|
|
|
3257
2709
|
.e-text-wrap {
|
|
3258
|
-
height: $tab-nrml-fill-height;
|
|
2710
|
+
height: $tab-nrml-fill-item-textwrap-height;
|
|
3259
2711
|
|
|
3260
2712
|
@media screen and (max-width: 480px) {
|
|
3261
2713
|
height: $tab-mob-fill-height;
|
|
3262
2714
|
}
|
|
3263
|
-
|
|
3264
|
-
@if $tab-skin == 'fabric' {
|
|
3265
|
-
height: $tab-nrml-fill-height - 2;
|
|
3266
|
-
}
|
|
3267
|
-
|
|
3268
|
-
@if $tab-skin == 'highcontrast' {
|
|
3269
|
-
height: $tab-nrml-fill-height - 4;
|
|
3270
|
-
}
|
|
3271
2715
|
}
|
|
3272
2716
|
|
|
3273
2717
|
.e-tab-text {
|
|
@@ -3281,13 +2725,6 @@
|
|
|
3281
2725
|
@media screen and (max-width: 480px) {
|
|
3282
2726
|
height: $tab-fill-big-active-it-text-container-height;
|
|
3283
2727
|
}
|
|
3284
|
-
|
|
3285
|
-
@if $tab-skin == 'fabric' {
|
|
3286
|
-
height: $tab-nrml-fill-height - 2;
|
|
3287
|
-
}
|
|
3288
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3289
|
-
height: $tab-nrml-fill-height - 4;
|
|
3290
|
-
}
|
|
3291
2728
|
}
|
|
3292
2729
|
}
|
|
3293
2730
|
|
|
@@ -3336,19 +2773,11 @@
|
|
|
3336
2773
|
padding: 0;
|
|
3337
2774
|
|
|
3338
2775
|
.e-text-wrap {
|
|
3339
|
-
height: $tab-nrml-fill-height;
|
|
2776
|
+
height: $tab-nrml-fill-item-textwrap-height;
|
|
3340
2777
|
|
|
3341
2778
|
@media screen and (max-width: 480px) {
|
|
3342
2779
|
height: $tab-mob-fill-height;
|
|
3343
2780
|
}
|
|
3344
|
-
|
|
3345
|
-
@if $tab-skin == 'fabric' {
|
|
3346
|
-
height: $tab-nrml-fill-height - 2;
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
|
-
@if $tab-skin == 'highcontrast' {
|
|
3350
|
-
height: $tab-nrml-fill-height - 4;
|
|
3351
|
-
}
|
|
3352
2781
|
}
|
|
3353
2782
|
}
|
|
3354
2783
|
|
|
@@ -3389,33 +2818,14 @@
|
|
|
3389
2818
|
height: $tab-focus-nrml-fill-height;
|
|
3390
2819
|
|
|
3391
2820
|
.e-text-wrap {
|
|
3392
|
-
height: $tab-
|
|
3393
|
-
|
|
3394
|
-
@if $tab-skin == 'fabric' {
|
|
3395
|
-
height: $tab-nrml-fill-height - 2;
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
@if $tab-skin == 'highcontrast' {
|
|
3399
|
-
height: $tab-nrml-fill-height - 4;
|
|
3400
|
-
}
|
|
2821
|
+
height: $tab-nrml-fill-focused-wrap-height;
|
|
3401
2822
|
}
|
|
3402
2823
|
}
|
|
3403
2824
|
|
|
3404
2825
|
&.e-active .e-tab-wrap:focus {
|
|
3405
2826
|
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
@if $tab-skin == 'fabric' {
|
|
3409
|
-
height: $tab-nrml-fill-height - 2;
|
|
3410
|
-
}
|
|
3411
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3412
|
-
height: $tab-nrml-fill-height - 4;
|
|
3413
|
-
}
|
|
3414
|
-
}
|
|
3415
|
-
|
|
3416
|
-
.e-close-icon::before {
|
|
3417
|
-
top: 1px;
|
|
3418
|
-
}
|
|
2827
|
+
.e-text-wrap {
|
|
2828
|
+
height: $tab-nrml-fill-focused-wrap-height;
|
|
3419
2829
|
}
|
|
3420
2830
|
}
|
|
3421
2831
|
|
|
@@ -3454,34 +2864,17 @@
|
|
|
3454
2864
|
|
|
3455
2865
|
.e-tab-header {
|
|
3456
2866
|
|
|
3457
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3458
|
-
&::before {
|
|
3459
|
-
display: none;
|
|
3460
|
-
}
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
2867
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3464
2868
|
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3465
2869
|
margin: $tab-nrml-alt-first-item-margin;
|
|
3466
|
-
padding:
|
|
3467
|
-
@if $tab-skin == 'tailwind' {
|
|
3468
|
-
padding: 0 8px;
|
|
3469
|
-
}
|
|
2870
|
+
padding: $tab-nrml-background-active-padding;
|
|
3470
2871
|
}
|
|
3471
2872
|
|
|
3472
2873
|
.e-toolbar-item {
|
|
3473
2874
|
|
|
3474
2875
|
&:not(.e-separator) {
|
|
3475
|
-
margin:
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
&:hover {
|
|
3479
|
-
@if $tab-skin == 'highcontrast' {
|
|
3480
|
-
&.e-itop .e-text-wrap,
|
|
3481
|
-
&.e-ibottom .e-text-wrap {
|
|
3482
|
-
height: auto;
|
|
3483
|
-
}
|
|
3484
|
-
}
|
|
2876
|
+
margin: 0;
|
|
2877
|
+
padding: $tab-nrml-background-active-padding;
|
|
3485
2878
|
}
|
|
3486
2879
|
|
|
3487
2880
|
.e-tab-wrap {
|
|
@@ -3493,37 +2886,22 @@
|
|
|
3493
2886
|
}
|
|
3494
2887
|
|
|
3495
2888
|
&.e-active {
|
|
3496
|
-
padding: $tab-
|
|
2889
|
+
padding: $tab-nrml-background-active-padding;
|
|
3497
2890
|
|
|
3498
2891
|
.e-tab-wrap {
|
|
3499
2892
|
margin-bottom: $tab-bg-nrml-active-item-wrap-margin-bottom;
|
|
3500
2893
|
}
|
|
3501
2894
|
|
|
3502
|
-
.e-text-wrap {
|
|
3503
|
-
height: $tab-nrml-height;
|
|
3504
|
-
|
|
3505
|
-
@if $tab-skin == 'fabric' {
|
|
3506
|
-
height: $tab-nrml-height - 2;
|
|
3507
|
-
}
|
|
3508
|
-
|
|
3509
|
-
@if $tab-skin == 'highcontrast' {
|
|
3510
|
-
height: $tab-nrml-height - 4;
|
|
3511
|
-
}
|
|
3512
|
-
}
|
|
3513
|
-
|
|
3514
2895
|
.e-tab-text {
|
|
3515
|
-
font-weight: $tab-
|
|
2896
|
+
font-weight: $tab-background-active-text-font-weight;
|
|
3516
2897
|
}
|
|
3517
2898
|
}
|
|
3518
2899
|
}
|
|
3519
2900
|
|
|
3520
2901
|
&.e-vertical {
|
|
3521
2902
|
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
.e-indicator {
|
|
3525
|
-
display: none;
|
|
3526
|
-
}
|
|
2903
|
+
.e-indicator {
|
|
2904
|
+
display: $tab-nrml-background-vertical-indicator-display;
|
|
3527
2905
|
}
|
|
3528
2906
|
|
|
3529
2907
|
.e-toolbar-items {
|
|
@@ -3557,14 +2935,7 @@
|
|
|
3557
2935
|
&.e-active {
|
|
3558
2936
|
|
|
3559
2937
|
.e-text-wrap {
|
|
3560
|
-
height: $tab-nrml-pop-item-height;
|
|
3561
|
-
|
|
3562
|
-
@if $tab-skin == 'fabric' {
|
|
3563
|
-
height: $tab-nrml-pop-item-height - 2;
|
|
3564
|
-
}
|
|
3565
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3566
|
-
height: $tab-nrml-pop-item-height - 4;
|
|
3567
|
-
}
|
|
2938
|
+
height: $tab-nrml-pop-item-textwrap-height;
|
|
3568
2939
|
}
|
|
3569
2940
|
}
|
|
3570
2941
|
}
|
|
@@ -3591,19 +2962,11 @@
|
|
|
3591
2962
|
margin: $tab-nrml-rtl-item-margin;
|
|
3592
2963
|
}
|
|
3593
2964
|
|
|
3594
|
-
@if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3595
|
-
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
3596
|
-
margin: $tab-nrml-rtl-item-margin;
|
|
3597
|
-
}
|
|
3598
|
-
}
|
|
3599
|
-
|
|
3600
2965
|
.e-toolbar-item:not(.e-separator) {
|
|
3601
2966
|
margin: $tab-nrml-rtl-item-margin;
|
|
3602
2967
|
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
margin: $tab-rtl-nrml-it-text-margin;
|
|
3606
|
-
}
|
|
2968
|
+
.e-icon-right {
|
|
2969
|
+
margin: $tab-nrml-rtl-icon-right-margin;
|
|
3607
2970
|
}
|
|
3608
2971
|
|
|
3609
2972
|
.e-icon-left + .e-tab-text {
|
|
@@ -3630,20 +2993,10 @@
|
|
|
3630
2993
|
}
|
|
3631
2994
|
}
|
|
3632
2995
|
|
|
3633
|
-
|
|
3634
|
-
&.e-horizontal-bottom {
|
|
3635
|
-
|
|
3636
|
-
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
3637
|
-
margin: 0 0 0 2px;
|
|
3638
|
-
|
|
3639
|
-
&.e-active {
|
|
3640
|
-
margin: 0 0 0 2px;
|
|
2996
|
+
&.e-horizontal-bottom {
|
|
3641
2997
|
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
}
|
|
3645
|
-
}
|
|
3646
|
-
}
|
|
2998
|
+
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2999
|
+
margin: $tab-nrml-vertical-rtl-active-margin;
|
|
3647
3000
|
}
|
|
3648
3001
|
}
|
|
3649
3002
|
|
|
@@ -3754,18 +3107,11 @@
|
|
|
3754
3107
|
align-content: center;
|
|
3755
3108
|
align-items: center;
|
|
3756
3109
|
display: inline-flex;
|
|
3757
|
-
height: $tab-nrml-height;
|
|
3110
|
+
height: $tab-nrml-item-text-wrap-height;
|
|
3758
3111
|
|
|
3759
3112
|
@media screen and (max-width: 480px) {
|
|
3760
3113
|
height: $tab-big-height;
|
|
3761
3114
|
}
|
|
3762
|
-
|
|
3763
|
-
@if $tab-skin == 'fabric' {
|
|
3764
|
-
height: $tab-nrml-height - 2;
|
|
3765
|
-
}
|
|
3766
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3767
|
-
height: $tab-nrml-height - 4;
|
|
3768
|
-
}
|
|
3769
3115
|
}
|
|
3770
3116
|
|
|
3771
3117
|
.e-tab-text {
|
|
@@ -3774,18 +3120,13 @@
|
|
|
3774
3120
|
font-size: $tab-nrml-font-size;
|
|
3775
3121
|
font-weight: $tab-font-weight;
|
|
3776
3122
|
text-transform: $tab-text-transform;
|
|
3123
|
+
align-self: auto;
|
|
3777
3124
|
|
|
3778
3125
|
@media screen and (max-width: 480px) {
|
|
3779
3126
|
font-size: $tab-big-font-size;
|
|
3780
3127
|
}
|
|
3781
3128
|
}
|
|
3782
3129
|
|
|
3783
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
3784
|
-
.e-tab-text {
|
|
3785
|
-
align-self: auto;
|
|
3786
|
-
}
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
3130
|
.e-icons.e-close-icon {
|
|
3790
3131
|
display: none;
|
|
3791
3132
|
}
|
|
@@ -3800,11 +3141,7 @@
|
|
|
3800
3141
|
}
|
|
3801
3142
|
|
|
3802
3143
|
.e-close-icon::before {
|
|
3803
|
-
top:
|
|
3804
|
-
|
|
3805
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
3806
|
-
top: 1px;
|
|
3807
|
-
}
|
|
3144
|
+
top: 1px;
|
|
3808
3145
|
}
|
|
3809
3146
|
|
|
3810
3147
|
.e-icons.e-tab-icon {
|
|
@@ -3812,10 +3149,7 @@
|
|
|
3812
3149
|
height: $tab-nrml-icon-container-size;
|
|
3813
3150
|
min-width: $tab-nrml-icon-container-size;
|
|
3814
3151
|
width: $tab-nrml-icon-container-size;
|
|
3815
|
-
|
|
3816
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
3817
|
-
line-height: $tab-nrml-icon-container-size;
|
|
3818
|
-
}
|
|
3152
|
+
line-height: $tab-nrml-item-tabicon-line-height;
|
|
3819
3153
|
|
|
3820
3154
|
@media screen and (max-width: 480px) {
|
|
3821
3155
|
height: $tab-mob-icon-container-size;
|
|
@@ -3844,13 +3178,11 @@
|
|
|
3844
3178
|
}
|
|
3845
3179
|
}
|
|
3846
3180
|
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
margin: $tab-nrml-it-text-margin;
|
|
3181
|
+
.e-icon-right {
|
|
3182
|
+
margin: 0 0 0 8px;
|
|
3850
3183
|
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
}
|
|
3184
|
+
@media screen and (max-width: 480px) {
|
|
3185
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
3854
3186
|
}
|
|
3855
3187
|
}
|
|
3856
3188
|
|
|
@@ -3978,21 +3310,12 @@
|
|
|
3978
3310
|
}
|
|
3979
3311
|
|
|
3980
3312
|
.e-text-wrap {
|
|
3981
|
-
height: $tab-
|
|
3982
|
-
|
|
3983
|
-
@if $tab-skin == 'fabric' {
|
|
3984
|
-
height: $tab-big-height - 2;
|
|
3985
|
-
}
|
|
3986
|
-
@else if $tab-skin == 'highcontrast' {
|
|
3987
|
-
height: $tab-big-height - 4;
|
|
3988
|
-
}
|
|
3313
|
+
height: $tab-bgr-item-textwrap-height;
|
|
3989
3314
|
}
|
|
3990
3315
|
|
|
3991
3316
|
.e-tab-text {
|
|
3992
3317
|
font-size: $tab-big-font-size;
|
|
3993
|
-
|
|
3994
|
-
align-self: auto;
|
|
3995
|
-
}
|
|
3318
|
+
align-self: auto;
|
|
3996
3319
|
}
|
|
3997
3320
|
|
|
3998
3321
|
.e-icons.e-close-icon {
|
|
@@ -4017,10 +3340,7 @@
|
|
|
4017
3340
|
height: $tab-big-icon-container-size;
|
|
4018
3341
|
min-width: $tab-big-icon-container-size;
|
|
4019
3342
|
width: $tab-big-icon-container-size;
|
|
4020
|
-
|
|
4021
|
-
@if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
|
|
4022
|
-
line-height: $tab-big-icon-container-size;
|
|
4023
|
-
}
|
|
3343
|
+
line-height: $tab-bgr-icon-line-height;
|
|
4024
3344
|
}
|
|
4025
3345
|
|
|
4026
3346
|
.e-tab-icon,
|
|
@@ -4035,13 +3355,11 @@
|
|
|
4035
3355
|
}
|
|
4036
3356
|
}
|
|
4037
3357
|
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
margin: $tab-big-it-text-margin;
|
|
3358
|
+
.e-icon-right {
|
|
3359
|
+
margin: 0 0 0 12px;
|
|
4041
3360
|
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
}
|
|
3361
|
+
@media screen and (max-width: 480px) {
|
|
3362
|
+
margin: $tab-bgr-mob-item-iconright-margin;
|
|
4045
3363
|
}
|
|
4046
3364
|
}
|
|
4047
3365
|
|
|
@@ -4076,17 +3394,6 @@
|
|
|
4076
3394
|
.e-close-icon {
|
|
4077
3395
|
right: $tab-big-close-icon-top-bottom-right;
|
|
4078
3396
|
}
|
|
4079
|
-
|
|
4080
|
-
@if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
|
|
4081
|
-
|
|
4082
|
-
.e-text-wrap {
|
|
4083
|
-
height: auto;
|
|
4084
|
-
}
|
|
4085
|
-
|
|
4086
|
-
&.e-active .e-tab-wrap {
|
|
4087
|
-
height: 72px;
|
|
4088
|
-
}
|
|
4089
|
-
}
|
|
4090
3397
|
}
|
|
4091
3398
|
|
|
4092
3399
|
&.e-itop .e-tab-text {
|