@syncfusion/ej2-navigations 20.3.60 → 20.4.38
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 +17 -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 +253 -205
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +250 -202
- 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 +11 -11
- 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 +9 -5
- 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
|
@@ -8,10 +8,8 @@
|
|
|
8
8
|
min-height: $tbar-bgr-size;
|
|
9
9
|
|
|
10
10
|
.e-tbar-btn {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
font-size: $tbar-icons-bgr-font-size;
|
|
14
|
-
}
|
|
11
|
+
.e-tbar-btn-text {
|
|
12
|
+
font-size: $tbar-bgr-btn-text-font-size;
|
|
15
13
|
}
|
|
16
14
|
}
|
|
17
15
|
|
|
@@ -19,10 +17,7 @@
|
|
|
19
17
|
font-size: $tbar-icons-bgr-font-size;
|
|
20
18
|
|
|
21
19
|
&.e-btn-icon {
|
|
22
|
-
|
|
23
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
24
|
-
font-size: $tbar-icons-bgr-font-size;
|
|
25
|
-
}
|
|
20
|
+
font-size: $tbar-bgr-btn-icon-font-size;
|
|
26
21
|
}
|
|
27
22
|
}
|
|
28
23
|
|
|
@@ -118,9 +113,6 @@
|
|
|
118
113
|
line-height: $tbar-btn-icon-bgr-line-height;
|
|
119
114
|
min-height: $tbar-btn-icon-bgr-height;
|
|
120
115
|
min-width: $tbar-btn-icon-bgr-width;
|
|
121
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
122
|
-
padding-bottom: 4px;
|
|
123
|
-
}
|
|
124
116
|
}
|
|
125
117
|
}
|
|
126
118
|
|
|
@@ -128,19 +120,13 @@
|
|
|
128
120
|
|
|
129
121
|
.e-tbar-btn-text {
|
|
130
122
|
line-height: $tbar-btn-txt-line-height;
|
|
131
|
-
|
|
132
|
-
@if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
|
|
133
|
-
font-size: 16px;
|
|
134
|
-
}
|
|
135
123
|
}
|
|
136
124
|
}
|
|
137
125
|
|
|
138
126
|
.e-toolbar-pop {
|
|
139
127
|
|
|
140
128
|
.e-toolbar-item {
|
|
141
|
-
|
|
142
|
-
height: 48px;
|
|
143
|
-
}
|
|
129
|
+
height: $tbar-popup-bgr-height;
|
|
144
130
|
|
|
145
131
|
&:not(.e-separator) {
|
|
146
132
|
min-width: 48px;
|
|
@@ -149,35 +135,22 @@
|
|
|
149
135
|
|
|
150
136
|
.e-tbar-btn .e-icons.e-btn-icon {
|
|
151
137
|
min-width: $tbar-btn-icon-bgr-width;
|
|
152
|
-
|
|
153
|
-
@if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
|
|
154
|
-
font-size: 16px;
|
|
155
|
-
}
|
|
138
|
+
font-size: $tbar-popup-bgr-btn-icon-font-size;
|
|
156
139
|
}
|
|
157
140
|
|
|
158
141
|
.e-tbar-btn.e-btn {
|
|
159
142
|
min-height: $tbar-btn-pop-bgr-minheight;
|
|
160
143
|
padding: $tbar-pop-btn-bgr-padding;
|
|
161
|
-
|
|
162
|
-
line-height: 34px;
|
|
163
|
-
}
|
|
144
|
+
line-height: $tbar-popup-bgr-btn-line-height;
|
|
164
145
|
|
|
165
146
|
.e-icons.e-btn-icon {
|
|
166
147
|
margin-left: $tbar-zero-value;
|
|
167
148
|
padding: $tbar-pop-icon-bgr-padding;
|
|
168
149
|
}
|
|
169
150
|
|
|
170
|
-
.e-icon-left {
|
|
171
|
-
@if $tbar-skin == 'material' {
|
|
172
|
-
padding-right: 16px;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
151
|
.e-tbar-btn-text {
|
|
177
152
|
padding: $tbar-pop-btn-txt-bgr-pad;
|
|
178
|
-
|
|
179
|
-
font-size: 16px;
|
|
180
|
-
}
|
|
153
|
+
font-size: $tbar-popup-bgr-btn-text-font-size;
|
|
181
154
|
}
|
|
182
155
|
}
|
|
183
156
|
}
|
|
@@ -192,9 +165,7 @@
|
|
|
192
165
|
white-space: normal;
|
|
193
166
|
|
|
194
167
|
.e-toolbar-item:not(.e-separator) {
|
|
195
|
-
|
|
196
|
-
margin: $tbar-multirow-item-top-btm-mrgn-bigger;
|
|
197
|
-
}
|
|
168
|
+
margin: $tbar-multirow-item-top-btm-mrgn-bigger;
|
|
198
169
|
}
|
|
199
170
|
|
|
200
171
|
.e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -256,9 +227,7 @@
|
|
|
256
227
|
|
|
257
228
|
&:not(.e-separator) {
|
|
258
229
|
min-width: $tbar-bgr-item-size;
|
|
259
|
-
|
|
260
|
-
padding: $tbar-item-bgr-padding;
|
|
261
|
-
}
|
|
230
|
+
padding: $tbar-item-bgr-padding;
|
|
262
231
|
}
|
|
263
232
|
|
|
264
233
|
&.e-separator {
|
|
@@ -275,12 +244,7 @@
|
|
|
275
244
|
&.e-tbtn-txt {
|
|
276
245
|
|
|
277
246
|
.e-icons.e-btn-icon {
|
|
278
|
-
|
|
279
|
-
padding-bottom: $tbar-big-pop-padding-bottom;
|
|
280
|
-
}
|
|
281
|
-
@else {
|
|
282
|
-
padding: $tbar-zero-value;
|
|
283
|
-
}
|
|
247
|
+
padding: $tbar-popup-bgr-text-btn-icon-padding;
|
|
284
248
|
}
|
|
285
249
|
}
|
|
286
250
|
}
|
|
@@ -293,15 +257,12 @@
|
|
|
293
257
|
min-height: $tbar-btn-bgr-minheight;
|
|
294
258
|
min-width: $tbar-btn-bgr-minwidth;
|
|
295
259
|
padding: $tbar-btn-bgr-padding;
|
|
260
|
+
line-height: $tbar-bgr-btn-line-height;
|
|
296
261
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
&:hover,
|
|
302
|
-
&:active {
|
|
303
|
-
padding: $tbar-btn-bgr-focus-padding;
|
|
304
|
-
}
|
|
262
|
+
&:focus,
|
|
263
|
+
&:hover,
|
|
264
|
+
&:active {
|
|
265
|
+
padding: $tbar-btn-bgr-focus-padding;
|
|
305
266
|
}
|
|
306
267
|
|
|
307
268
|
&.e-tbtn-txt {
|
|
@@ -330,10 +291,6 @@
|
|
|
330
291
|
padding-left: $tbar-item-bgr-mrgn;
|
|
331
292
|
padding-right: $tbar-item-bgr-mrgn;
|
|
332
293
|
padding-top: 0;
|
|
333
|
-
|
|
334
|
-
@if $tbar-skin != 'material' {
|
|
335
|
-
margin-left: -1px;
|
|
336
|
-
}
|
|
337
294
|
}
|
|
338
295
|
|
|
339
296
|
.e-toolbar-extended.e-popup-close {
|
|
@@ -354,14 +311,9 @@
|
|
|
354
311
|
white-space: normal;
|
|
355
312
|
|
|
356
313
|
.e-toolbar-item:not(.e-separator) {
|
|
357
|
-
|
|
358
|
-
@if $tbar-skin == 'fabric' or $tbar-skin == 'highcontrast' {
|
|
359
|
-
margin: $tbar-item-bgr-padding-bigger;
|
|
360
|
-
}
|
|
314
|
+
margin: $tbar-bgr-item-margin;
|
|
361
315
|
min-width: $tbar-bgr-item-size;
|
|
362
|
-
|
|
363
|
-
padding: $tbar-item-bgr-padding;
|
|
364
|
-
}
|
|
316
|
+
padding: $tbar-item-bgr-padding;
|
|
365
317
|
}
|
|
366
318
|
|
|
367
319
|
.e-toolbar-item.e-separator.e-extended-separator {
|
|
@@ -394,19 +346,10 @@
|
|
|
394
346
|
min-width: $tbar-btn-bgr-minwidth;
|
|
395
347
|
padding: $tbar-btn-bgr-padding;
|
|
396
348
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
padding: 0 6px;
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
405
|
-
&:hover,
|
|
406
|
-
&:focus,
|
|
407
|
-
&:active {
|
|
408
|
-
padding: 0 5.5px;
|
|
409
|
-
}
|
|
349
|
+
&:hover,
|
|
350
|
+
&:focus,
|
|
351
|
+
&:active {
|
|
352
|
+
padding: $tbar-bgr-btn-focus-padding;
|
|
410
353
|
}
|
|
411
354
|
}
|
|
412
355
|
|
|
@@ -438,9 +381,6 @@
|
|
|
438
381
|
|
|
439
382
|
.e-toolbar-extended {
|
|
440
383
|
padding-right: $tbar-item-bgr-mrgn;
|
|
441
|
-
@if $tbar-skin != 'material' {
|
|
442
|
-
margin-left: 0;
|
|
443
|
-
}
|
|
444
384
|
}
|
|
445
385
|
}
|
|
446
386
|
|
|
@@ -508,10 +448,7 @@
|
|
|
508
448
|
|
|
509
449
|
.e-toolbar-extended {
|
|
510
450
|
padding-right: $tbar-item-nrml-mrgn;
|
|
511
|
-
|
|
512
|
-
@if $tbar-skin != 'material' {
|
|
513
|
-
margin-left: 0;
|
|
514
|
-
}
|
|
451
|
+
margin-left: 0;
|
|
515
452
|
|
|
516
453
|
.e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
517
454
|
padding-left: 0;
|
|
@@ -547,10 +484,7 @@
|
|
|
547
484
|
padding-left: $tbar-item-nrml-mrgn;
|
|
548
485
|
padding-right: $tbar-item-nrml-mrgn;
|
|
549
486
|
padding-top: 0;
|
|
550
|
-
|
|
551
|
-
@if $tbar-skin != 'material' {
|
|
552
|
-
margin-left: -1px;
|
|
553
|
-
}
|
|
487
|
+
margin-left: -1px;
|
|
554
488
|
|
|
555
489
|
.e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
|
|
556
490
|
display: none;
|
|
@@ -575,15 +509,10 @@
|
|
|
575
509
|
white-space: normal;
|
|
576
510
|
|
|
577
511
|
.e-toolbar-item:not(.e-separator) {
|
|
578
|
-
|
|
579
|
-
@if $tbar-skin == 'fabric' or $tbar-skin == 'highcontrast' {
|
|
580
|
-
margin: $tbar-item-nrml-padding-small;
|
|
581
|
-
}
|
|
512
|
+
margin: $tbar-ext-btn-margin;
|
|
582
513
|
height: 100%;
|
|
583
514
|
min-width: $tbar-item-nrml-minwidth;
|
|
584
|
-
|
|
585
|
-
padding: $tbar-item-nrml-padding;
|
|
586
|
-
}
|
|
515
|
+
padding: $tbar-item-nrml-padding;
|
|
587
516
|
}
|
|
588
517
|
|
|
589
518
|
.e-toolbar-item.e-separator.e-extended-separator {
|
|
@@ -629,12 +558,10 @@
|
|
|
629
558
|
.e-tbar-btn.e-btn {
|
|
630
559
|
line-height: $tbar-btn-nrml-line-height;
|
|
631
560
|
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
padding: 0 1.5px;
|
|
637
|
-
}
|
|
561
|
+
&:hover,
|
|
562
|
+
&:focus,
|
|
563
|
+
&:active {
|
|
564
|
+
padding: $tbar-ext-btn-focus-padding;
|
|
638
565
|
}
|
|
639
566
|
}
|
|
640
567
|
}
|
|
@@ -650,12 +577,8 @@
|
|
|
650
577
|
line-height: $tbar-btn-icon-nrml-line-height;
|
|
651
578
|
min-height: $tbar-btn-icon-nrml-height;
|
|
652
579
|
min-width: $tbar-btn-icon-nrml-width;
|
|
653
|
-
padding:
|
|
654
|
-
|
|
655
|
-
@if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
|
|
656
|
-
font-size: 16px;
|
|
657
|
-
padding: 5px 6px;
|
|
658
|
-
}
|
|
580
|
+
padding: $tbar-ext-btn-icon-padding;
|
|
581
|
+
font-size: $tbar-ext-btn-icon-font-size;
|
|
659
582
|
}
|
|
660
583
|
}
|
|
661
584
|
|
|
@@ -760,12 +683,9 @@
|
|
|
760
683
|
justify-content: flex-start;
|
|
761
684
|
min-height: $tbar-btn-pop-nrml-minheight;
|
|
762
685
|
padding: $tbar-pop-btn-nrml-padding;
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
border-radius: 0;
|
|
767
|
-
margin: 0;
|
|
768
|
-
}
|
|
686
|
+
border: $tbar-popup-btn-border;
|
|
687
|
+
border-radius: $tbar-popup-btn-border-radius;
|
|
688
|
+
margin: 0;
|
|
769
689
|
|
|
770
690
|
.e-icons.e-btn-icon {
|
|
771
691
|
margin: $tbar-zero-value;
|
|
@@ -773,12 +693,6 @@
|
|
|
773
693
|
width: auto;
|
|
774
694
|
}
|
|
775
695
|
|
|
776
|
-
.e-icon-left {
|
|
777
|
-
@if $tbar-skin == 'material' {
|
|
778
|
-
padding-right: 16px;
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
|
|
782
696
|
.e-tbar-btn-text {
|
|
783
697
|
padding: $tbar-pop-btn-txt-nrml-pad;
|
|
784
698
|
}
|
|
@@ -962,22 +876,10 @@
|
|
|
962
876
|
}
|
|
963
877
|
}
|
|
964
878
|
|
|
965
|
-
.e-toolbar-pop {
|
|
966
|
-
|
|
967
|
-
.e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
968
|
-
@if $tbar-skin == 'material' {
|
|
969
|
-
padding-left: 16px;
|
|
970
|
-
padding-right: 0;
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
|
|
975
879
|
.e-hor-nav {
|
|
976
880
|
left: $tbar-zero-value;
|
|
977
881
|
right: auto;
|
|
978
|
-
|
|
979
|
-
border-radius: $tbar-radius 0 0 $tbar-radius;
|
|
980
|
-
}
|
|
882
|
+
border-radius: $tbar-radius 0 0 $tbar-radius;
|
|
981
883
|
}
|
|
982
884
|
}
|
|
983
885
|
|
|
@@ -1006,10 +908,7 @@
|
|
|
1006
908
|
text-align: center;
|
|
1007
909
|
vertical-align: middle;
|
|
1008
910
|
width: 100%;
|
|
1009
|
-
|
|
1010
|
-
@if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
|
|
1011
|
-
font-size: $tbar-btn-font-size;
|
|
1012
|
-
}
|
|
911
|
+
font-size: $tbar-popup-icon-font-size;
|
|
1013
912
|
}
|
|
1014
913
|
|
|
1015
914
|
.e-toolbar-item {
|
|
@@ -1038,9 +937,7 @@
|
|
|
1038
937
|
white-space: normal;
|
|
1039
938
|
|
|
1040
939
|
.e-toolbar-item:not(.e-separator) {
|
|
1041
|
-
|
|
1042
|
-
margin: $tbar-multirow-item-top-btm-mrgn-small;
|
|
1043
|
-
}
|
|
940
|
+
margin: $tbar-multirow-item-top-btm-mrgn-small;
|
|
1044
941
|
}
|
|
1045
942
|
|
|
1046
943
|
.e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1208,9 +1105,7 @@
|
|
|
1208
1105
|
&:not(.e-separator) {
|
|
1209
1106
|
height: inherit;
|
|
1210
1107
|
min-width: $tbar-item-nrml-minwidth;
|
|
1211
|
-
|
|
1212
|
-
padding: $tbar-item-nrml-padding;
|
|
1213
|
-
}
|
|
1108
|
+
padding: $tbar-item-nrml-padding;
|
|
1214
1109
|
}
|
|
1215
1110
|
|
|
1216
1111
|
&.e-separator {
|
|
@@ -1230,12 +1125,7 @@
|
|
|
1230
1125
|
&.e-tbtn-txt {
|
|
1231
1126
|
|
|
1232
1127
|
.e-icons.e-btn-icon {
|
|
1233
|
-
|
|
1234
|
-
padding-bottom: $tbar-pop-padding-bottom;
|
|
1235
|
-
}
|
|
1236
|
-
@else {
|
|
1237
|
-
padding: $tbar-zero-value;
|
|
1238
|
-
}
|
|
1128
|
+
padding: $tbar-popup-text-btn-icon-padding;
|
|
1239
1129
|
}
|
|
1240
1130
|
}
|
|
1241
1131
|
}
|
|
@@ -1247,34 +1137,17 @@
|
|
|
1247
1137
|
min-height: $tbar-btn-nrml-minheight;
|
|
1248
1138
|
min-width: $tbar-btn-nrml-minwidth;
|
|
1249
1139
|
padding: $tbar-btn-nrml-padding;
|
|
1140
|
+
border-radius: $tbar-nrml-btn-border-radius;
|
|
1141
|
+
line-height: $tbar-nrml-btn-line-height;
|
|
1250
1142
|
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
@if $tbar-skin == 'bootstrap' {
|
|
1256
|
-
line-height: 27px;
|
|
1257
|
-
|
|
1258
|
-
&:hover,
|
|
1259
|
-
&:focus,
|
|
1260
|
-
&:active {
|
|
1261
|
-
padding: 0 1.5px;
|
|
1262
|
-
}
|
|
1263
|
-
}
|
|
1264
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
1265
|
-
line-height: 27px;
|
|
1266
|
-
|
|
1267
|
-
&:focus,
|
|
1268
|
-
&:active,
|
|
1269
|
-
&:hover {
|
|
1270
|
-
padding: 0 2px;
|
|
1271
|
-
}
|
|
1143
|
+
&:hover,
|
|
1144
|
+
&:focus,
|
|
1145
|
+
&:active {
|
|
1146
|
+
padding: $tbar-nrml-btn-focus-padding;
|
|
1272
1147
|
}
|
|
1273
1148
|
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
outline: none;
|
|
1277
|
-
}
|
|
1149
|
+
&:focus {
|
|
1150
|
+
outline: $tbar-nrml-btn-focus-outline;
|
|
1278
1151
|
}
|
|
1279
1152
|
|
|
1280
1153
|
&.e-tbtn-txt {
|
|
@@ -1292,9 +1165,7 @@
|
|
|
1292
1165
|
margin: $tbar-zero-value;
|
|
1293
1166
|
min-width: $tbar-btn-icon-nrml-width;
|
|
1294
1167
|
width: auto;
|
|
1295
|
-
|
|
1296
|
-
padding-bottom: 4px;
|
|
1297
|
-
}
|
|
1168
|
+
padding-bottom: $tbar-nrml-btn-icon-padding-bottom;
|
|
1298
1169
|
}
|
|
1299
1170
|
}
|
|
1300
1171
|
|
|
@@ -80,6 +80,8 @@ $tbar-item-pop-nrml-padding: 0 !default;
|
|
|
80
80
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
81
81
|
$tbar-multirow-items-mrgn-bigger: 24px !default;
|
|
82
82
|
$tbar-multirow-items-mrgn-small: 18px !default;
|
|
83
|
+
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
84
|
+
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
83
85
|
$tbar-multirow-item-mrgn: 0 !default;
|
|
84
86
|
|
|
85
87
|
$tbar-btn-bgr-mrgn: 5.5px 0 !default;
|
|
@@ -147,6 +149,97 @@ $tbar-separator-border: rgba($grey-white, .24) !default;
|
|
|
147
149
|
$tbar-default-border: $grey-700 !default;
|
|
148
150
|
$tbar-btn-border: none !default;
|
|
149
151
|
|
|
152
|
+
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
153
|
+
$tbar-bgr-btn-icon-font-size: 14px !default;
|
|
154
|
+
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
155
|
+
$tbar-bgr-btn-line-height: 35px !default;
|
|
156
|
+
$tbar-bgr-item-margin: 0 !default;
|
|
157
|
+
|
|
158
|
+
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
159
|
+
$tbar-nrml-btn-border-radius: 2px !default;
|
|
160
|
+
$tbar-nrml-btn-line-height: 25px !default;
|
|
161
|
+
$tbar-nrml-btn-focus-padding: 0 1.5px !default;
|
|
162
|
+
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
163
|
+
|
|
164
|
+
$tbar-btn-icons-focus-color: $grey-dark-font !default;
|
|
165
|
+
$tbar-btn-text-focus-color: $grey-dark-font !default;
|
|
166
|
+
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
167
|
+
$tbar-btn-hover-border-size: $tbar-zero-value !default;
|
|
168
|
+
$tbar-btn-hover-active-icons-color: $grey-dark-font !default;
|
|
169
|
+
$tbar-btn-hover-active-text-color: $grey-dark-font !default;
|
|
170
|
+
$tbar-btn-text-color: $grey-dark-font !default;
|
|
171
|
+
$tbar-btn-overlay-opacity: .5 !default;
|
|
172
|
+
$tbar-btn-active-bg: $tbar-press-bg !default;
|
|
173
|
+
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
174
|
+
$tbar-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
175
|
+
$tbar-btn-active-text-color: $tbar-default-icon-color !default;
|
|
176
|
+
$tbar-btn-pressed-text-color: $grey-dark-font !default;
|
|
177
|
+
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
178
|
+
|
|
179
|
+
$tbar-ext-btn-margin: 0 !default;
|
|
180
|
+
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
181
|
+
$tbar-ext-btn-icon-padding: 0 !default;
|
|
182
|
+
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
183
|
+
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
184
|
+
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
185
|
+
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
186
|
+
$tbar-ext-btn-icon-hover-active-font: $grey-dark-font !default;
|
|
187
|
+
$tbar-ext-btn-text-hover-active-font: $grey-light-font !default;
|
|
188
|
+
$tbar-ext-btn-icon-hover-font: $grey-dark-font !default;
|
|
189
|
+
$tbar-ext-btn-text-hover-font: $grey-light-font !default;
|
|
190
|
+
$tbar-ext-btn-border: none !default;
|
|
191
|
+
$tbar-ext-btn-active-border-size: 0 !default;
|
|
192
|
+
$tbar-ext-btn-icon-active-font: $grey-dark-font !default;
|
|
193
|
+
$tbar-ext-btn-text-active-font: $grey-light-font !default;
|
|
194
|
+
|
|
195
|
+
$tbar-popup-icon-font-size: 12px !default;
|
|
196
|
+
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
197
|
+
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
198
|
+
$tbar-popup-btn-border: none !default;
|
|
199
|
+
$tbar-popup-btn-border-radius: 2px !default;
|
|
200
|
+
$tbar-popup-bgr-height: 48px !default;
|
|
201
|
+
$tbar-popup-bgr-btn-icon-font-size: 14px !default;
|
|
202
|
+
$tbar-popup-bgr-btn-line-height: 35px !default;
|
|
203
|
+
$tbar-popup-bgr-btn-text-font-size: 14px !default;
|
|
204
|
+
$tbar-popup-nav-active-border-bottom-right-radius: 4px !default;
|
|
205
|
+
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
206
|
+
$tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
|
|
207
|
+
$tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
|
|
208
|
+
$tbar-popup-nav-hover-color: $tbar-hover-font !default;
|
|
209
|
+
$tbar-popup-nav-hover-icons-color: $tbar-default-icon-color !default;
|
|
210
|
+
$tbar-popup-nav-hover-border-color: $tbar-default-border !default;
|
|
211
|
+
$tbar-popup-nav-hover-border-size: 0 !default;
|
|
212
|
+
$tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
|
|
213
|
+
$tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
|
|
214
|
+
$tbar-popup-nav-hover-active-border-size: 0 !default;
|
|
215
|
+
$tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
|
|
216
|
+
$tbar-popup-nav-focus-color: $grey-light-font !default;
|
|
217
|
+
$tbar-popup-nav-focus-border-color: $grey-light-font !default;
|
|
218
|
+
$tbar-popup-nav-focus-border-size: 0 !default;
|
|
219
|
+
$tbar-popup-btn-bg: $tbar-default-bg !default;
|
|
220
|
+
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
221
|
+
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
222
|
+
$tbar-popup-btn-hover-color: $grey-light-font !default;
|
|
223
|
+
$tbar-popup-btn-hover-icons-color: $tbar-default-icon-color !default;
|
|
224
|
+
$tbar-popup-btn-hover-text-color: $grey-light-font !default;
|
|
225
|
+
$tbar-popup-btn-active-bg: $tbar-press-bg !default;
|
|
226
|
+
$tbar-popup-btn-active-box-shadow: none !default;
|
|
227
|
+
$tbar-popup-btn-active-color: $grey-light-font !default;
|
|
228
|
+
$tbar-popup-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
229
|
+
$tbar-popup-btn-active-text-color: $grey-light-font !default;
|
|
230
|
+
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
231
|
+
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
232
|
+
$tbar-popup-btn-focus-color: $grey-light-font !default;
|
|
233
|
+
$tbar-popup-btn-focus-icons-color: $tbar-default-icon-color !default;
|
|
234
|
+
$tbar-popup-btn-focus-text-color: $grey-light-font !default;
|
|
235
|
+
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
236
|
+
$tbar-popup-btn-focus-outline: 0 !default;
|
|
237
|
+
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
238
|
+
$tbar-popup-nav-pressed-border-size: 0 !default;
|
|
239
|
+
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
240
|
+
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
241
|
+
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
242
|
+
|
|
150
243
|
//enddefault
|
|
151
244
|
//dimensions
|
|
152
245
|
$tbar-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
@@ -58,6 +58,8 @@ $tbar-item-pop-nrml-padding: 0 !default;
|
|
|
58
58
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
59
59
|
$tbar-multirow-items-mrgn-bigger: 24px !default;
|
|
60
60
|
$tbar-multirow-items-mrgn-small: 18px !default;
|
|
61
|
+
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
62
|
+
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
61
63
|
$tbar-multirow-item-mrgn: 0 !default;
|
|
62
64
|
|
|
63
65
|
$tbar-btn-bgr-mrgn: 5.5px 0 !default;
|
|
@@ -135,6 +137,97 @@ $tbar-default-font-overlay: rgba($grey-light-font, .38) !default;
|
|
|
135
137
|
$tbar-separator-border: rgba($grey-black, .12) !default;
|
|
136
138
|
$tbar-default-border: $tbar-separator-border !default;
|
|
137
139
|
|
|
140
|
+
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
141
|
+
$tbar-bgr-btn-icon-font-size: 14px !default;
|
|
142
|
+
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
143
|
+
$tbar-bgr-btn-line-height: 35px !default;
|
|
144
|
+
$tbar-bgr-item-margin: 0 !default;
|
|
145
|
+
|
|
146
|
+
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
147
|
+
$tbar-nrml-btn-border-radius: 2px !default;
|
|
148
|
+
$tbar-nrml-btn-line-height: 25px !default;
|
|
149
|
+
$tbar-nrml-btn-focus-padding: 0 1.5px !default;
|
|
150
|
+
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
151
|
+
|
|
152
|
+
$tbar-btn-icons-focus-color: $tbar-default-icon-color !default;
|
|
153
|
+
$tbar-btn-text-focus-color: $tbar-default-font !default;
|
|
154
|
+
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
155
|
+
$tbar-btn-hover-border-size: $tbar-zero-value !default;
|
|
156
|
+
$tbar-btn-hover-active-icons-color: $tbar-default-icon-color !default;
|
|
157
|
+
$tbar-btn-hover-active-text-color: $tbar-default-font !default;
|
|
158
|
+
$tbar-btn-text-color: $tbar-default-font !default;
|
|
159
|
+
$tbar-btn-overlay-opacity: .5 !default;
|
|
160
|
+
$tbar-btn-active-bg: $tbar-press-bg !default;
|
|
161
|
+
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
162
|
+
$tbar-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
163
|
+
$tbar-btn-active-text-color: $tbar-hover-font !default;
|
|
164
|
+
$tbar-btn-pressed-text-color: rgba($grey-black, .87) !default;
|
|
165
|
+
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
166
|
+
|
|
167
|
+
$tbar-ext-btn-margin: 0 !default;
|
|
168
|
+
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
169
|
+
$tbar-ext-btn-icon-padding: 0 !default;
|
|
170
|
+
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
171
|
+
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
172
|
+
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
173
|
+
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
174
|
+
$tbar-ext-btn-icon-hover-active-font: $tbar-default-icon-color !default;
|
|
175
|
+
$tbar-ext-btn-text-hover-active-font: $tbar-default-font !default;
|
|
176
|
+
$tbar-ext-btn-icon-hover-font: $tbar-default-icon-color !default;
|
|
177
|
+
$tbar-ext-btn-text-hover-font: $tbar-default-font !default;
|
|
178
|
+
$tbar-ext-btn-border: none !default;
|
|
179
|
+
$tbar-ext-btn-active-border-size: 0 !default;
|
|
180
|
+
$tbar-ext-btn-icon-active-font: $tbar-default-icon-color !default;
|
|
181
|
+
$tbar-ext-btn-text-active-font: $tbar-default-font !default;
|
|
182
|
+
|
|
183
|
+
$tbar-popup-icon-font-size: 12px !default;
|
|
184
|
+
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
185
|
+
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
186
|
+
$tbar-popup-btn-border: none !default;
|
|
187
|
+
$tbar-popup-btn-border-radius: 2px !default;
|
|
188
|
+
$tbar-popup-bgr-height: 48px !default;
|
|
189
|
+
$tbar-popup-bgr-btn-icon-font-size: 14px !default;
|
|
190
|
+
$tbar-popup-bgr-btn-line-height: 35px !default;
|
|
191
|
+
$tbar-popup-bgr-btn-text-font-size: 14px !default;
|
|
192
|
+
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
193
|
+
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
194
|
+
$tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
|
|
195
|
+
$tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
|
|
196
|
+
$tbar-popup-nav-hover-color: $tbar-hover-font !default;
|
|
197
|
+
$tbar-popup-nav-hover-icons-color: $tbar-default-icon-color !default;
|
|
198
|
+
$tbar-popup-nav-hover-border-color: $tbar-default-border !default;
|
|
199
|
+
$tbar-popup-nav-hover-border-size: 0 !default;
|
|
200
|
+
$tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
|
|
201
|
+
$tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
|
|
202
|
+
$tbar-popup-nav-hover-active-border-size: 0 !default;
|
|
203
|
+
$tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
|
|
204
|
+
$tbar-popup-nav-focus-color: $tbar-hover-font !default;
|
|
205
|
+
$tbar-popup-nav-focus-border-color: $tbar-hover-bg !default;
|
|
206
|
+
$tbar-popup-nav-focus-border-size: 0 !default;
|
|
207
|
+
$tbar-popup-btn-bg: $tbar-default-bg !default;
|
|
208
|
+
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
209
|
+
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
210
|
+
$tbar-popup-btn-hover-color: $tbar-hover-font !default;
|
|
211
|
+
$tbar-popup-btn-hover-icons-color: $tbar-default-icon-color !default;
|
|
212
|
+
$tbar-popup-btn-hover-text-color: $tbar-hover-font !default;
|
|
213
|
+
$tbar-popup-btn-active-bg: $tbar-press-bg !default;
|
|
214
|
+
$tbar-popup-btn-active-box-shadow: none !default;
|
|
215
|
+
$tbar-popup-btn-active-color: $tbar-hover-font !default;
|
|
216
|
+
$tbar-popup-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
217
|
+
$tbar-popup-btn-active-text-color: $tbar-hover-font !default;
|
|
218
|
+
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
219
|
+
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
220
|
+
$tbar-popup-btn-focus-color: $tbar-hover-font !default;
|
|
221
|
+
$tbar-popup-btn-focus-icons-color: $tbar-default-icon-color !default;
|
|
222
|
+
$tbar-popup-btn-focus-text-color: $tbar-hover-font !default;
|
|
223
|
+
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
224
|
+
$tbar-popup-btn-focus-outline: 0 !default;
|
|
225
|
+
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
226
|
+
$tbar-popup-nav-pressed-border-size: 0 !default;
|
|
227
|
+
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
228
|
+
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
229
|
+
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
230
|
+
|
|
138
231
|
$tbar-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
139
232
|
$tbar-ribble-animation-shadow-frame: 0 0 0 0 $tbar-ribble-animation-border-frame !default;
|
|
140
233
|
$tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
|