@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
|
@@ -21,7 +21,7 @@ $tbar-item-bgr-padding: 4px !default;
|
|
|
21
21
|
$tbar-item-nrml-padding: 4px !default;
|
|
22
22
|
$tbar-btn-nrml-padding: 0 4px !default;
|
|
23
23
|
$tbar-btn-bgr-padding: 0 8px !default;
|
|
24
|
-
$tbar-btn-bgr-focus-padding: 0
|
|
24
|
+
$tbar-btn-bgr-focus-padding: 0 8px !default;
|
|
25
25
|
$tbar-btn-icn-nrml-padding: 4px !default;
|
|
26
26
|
$tbar-btn-icn-bgr-padding: 4px 6px !default;
|
|
27
27
|
$tbar-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
@@ -37,8 +37,6 @@ $tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
|
|
|
37
37
|
$tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
|
|
38
38
|
$tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
|
|
39
39
|
$tbar-popup-padding: 0 !default;
|
|
40
|
-
$tbar-item-bgr-padding-bigger: 1.5px 0 !default;
|
|
41
|
-
$tbar-item-nrml-padding-small: 1px 0 !default;
|
|
42
40
|
|
|
43
41
|
// dimension definitions
|
|
44
42
|
$tbar-btn-bgr-line-height: 24px !default;
|
|
@@ -72,8 +70,6 @@ $tbar-btn-pop-nrml-minheight: 38px !default;
|
|
|
72
70
|
$tbar-btn-pop-bgr-minheight: 46px !default;
|
|
73
71
|
$tbar-radius: 0;
|
|
74
72
|
$tbar-pop-radius: 4px;
|
|
75
|
-
$tbar-pop-padding-bottom: 5px !default;
|
|
76
|
-
$tbar-big-pop-padding-bottom: 3px !default;
|
|
77
73
|
$tbar-zero-value: 0 !default;
|
|
78
74
|
$tbar-separator-nrml-height: 24px !default;
|
|
79
75
|
$tbar-separator-bgr-height: 30px !default;
|
|
@@ -88,8 +84,8 @@ $tbar-item-nrml-mrgn: 8px !default;
|
|
|
88
84
|
$tbar-item-bgr-mrgn: 12px !default;
|
|
89
85
|
$tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
90
86
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
91
|
-
$tbar-multirow-item-top-btm-mrgn-bigger:
|
|
92
|
-
$tbar-multirow-item-top-btm-mrgn-small:
|
|
87
|
+
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
88
|
+
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
93
89
|
$tbar-multirow-item-mrgn: 0 !default;
|
|
94
90
|
$tbar-btn-bgr-mrgn: 0 !default;
|
|
95
91
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
@@ -150,9 +146,99 @@ $tbar-focus-bg: $tbar-hover-bg !default;
|
|
|
150
146
|
$tbar-press-font: $content-text-color-alt2 !default;
|
|
151
147
|
$tbar-active-font-color: $primary-text-color !default;
|
|
152
148
|
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
153
|
-
$tbar-popup-btn-bg-color: transparent !default;
|
|
154
149
|
$tbar-pop-bg: $flyout-bg-color !default;
|
|
155
150
|
|
|
151
|
+
$tbar-bgr-btn-text-font-size: 16px !default;
|
|
152
|
+
$tbar-bgr-btn-icon-font-size: 18px !default;
|
|
153
|
+
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
154
|
+
$tbar-bgr-btn-line-height: 24px !default;
|
|
155
|
+
$tbar-bgr-item-margin: 0 !default;
|
|
156
|
+
|
|
157
|
+
$tbar-nrml-btn-icon-padding-bottom: 4px !default;
|
|
158
|
+
$tbar-nrml-btn-border-radius: 4px !default;
|
|
159
|
+
$tbar-nrml-btn-line-height: 22px !default;
|
|
160
|
+
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
161
|
+
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
162
|
+
|
|
163
|
+
$tbar-btn-icons-focus-color: $primary-text-color !default;
|
|
164
|
+
$tbar-btn-text-focus-color: $primary-text-color !default;
|
|
165
|
+
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
166
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
167
|
+
$tbar-btn-hover-active-icons-color: $primary-text-color !default;
|
|
168
|
+
$tbar-btn-hover-active-text-color: $primary-text-color !default;
|
|
169
|
+
$tbar-btn-text-color: $content-text-color !default;
|
|
170
|
+
$tbar-btn-overlay-opacity: .5 !default;
|
|
171
|
+
$tbar-btn-active-bg: $tbar-active-bg !default;
|
|
172
|
+
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
173
|
+
$tbar-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
174
|
+
$tbar-btn-active-text-color: $content-text-color-alt2 !default;
|
|
175
|
+
$tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
176
|
+
$tbar-btn-pressed-focus-box-shadow: $secondary-shadow-focus !default;
|
|
177
|
+
|
|
178
|
+
$tbar-ext-btn-margin: 0 !default;
|
|
179
|
+
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
180
|
+
$tbar-ext-btn-icon-padding: 5px 6px !default;
|
|
181
|
+
$tbar-ext-btn-icon-font-size: 16px !default;
|
|
182
|
+
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
183
|
+
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
184
|
+
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
185
|
+
$tbar-ext-btn-icon-hover-active-font: $primary-text-color !default;
|
|
186
|
+
$tbar-ext-btn-text-hover-active-font: $primary-text-color !default;
|
|
187
|
+
$tbar-ext-btn-icon-hover-font: $primary-text-color !default;
|
|
188
|
+
$tbar-ext-btn-text-hover-font: $primary-text-color !default;
|
|
189
|
+
$tbar-ext-btn-border: none !default;
|
|
190
|
+
$tbar-ext-btn-active-border-size: 0 !default;
|
|
191
|
+
$tbar-ext-btn-icon-active-font: $primary-text-color !default;
|
|
192
|
+
$tbar-ext-btn-text-active-font: $content-text-color-alt2 !default;
|
|
193
|
+
|
|
194
|
+
$tbar-popup-icon-font-size: $text-lg !default;
|
|
195
|
+
$tbar-popup-text-btn-icon-padding: 4px 4px 5px 4px !default;
|
|
196
|
+
$tbar-popup-bgr-text-btn-icon-padding: 4px 6px 3px 6px !default;
|
|
197
|
+
$tbar-popup-btn-border: none !default;
|
|
198
|
+
$tbar-popup-btn-border-radius: 4px !default;
|
|
199
|
+
$tbar-popup-bgr-height: 38px !default;
|
|
200
|
+
$tbar-popup-bgr-btn-icon-font-size: 16px !default;
|
|
201
|
+
$tbar-popup-bgr-btn-line-height: 24px !default;
|
|
202
|
+
$tbar-popup-bgr-btn-text-font-size: 16px !default;
|
|
203
|
+
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
204
|
+
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
205
|
+
$tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
|
|
206
|
+
$tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
|
|
207
|
+
$tbar-popup-nav-hover-color: $tbar-active-icon-color !default;
|
|
208
|
+
$tbar-popup-nav-hover-icons-color: inherit !default;
|
|
209
|
+
$tbar-popup-nav-hover-border-color: $tbar-default-border !default;
|
|
210
|
+
$tbar-popup-nav-hover-border-size: 0 !default;
|
|
211
|
+
$tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
|
|
212
|
+
$tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
|
|
213
|
+
$tbar-popup-nav-hover-active-border-size: 0 !default;
|
|
214
|
+
$tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
|
|
215
|
+
$tbar-popup-nav-focus-color: $primary-text-color !default;
|
|
216
|
+
$tbar-popup-nav-focus-border-color: $tbar-default-icon-color !default;
|
|
217
|
+
$tbar-popup-nav-focus-border-size: 0 !default;
|
|
218
|
+
$tbar-popup-btn-bg: transparent !default;
|
|
219
|
+
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
220
|
+
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
221
|
+
$tbar-popup-btn-hover-color: $tbar-default-icon-color !default;
|
|
222
|
+
$tbar-popup-btn-hover-icons-color: $primary-text-color!default;
|
|
223
|
+
$tbar-popup-btn-hover-text-color: $primary-text-color !default;
|
|
224
|
+
$tbar-popup-btn-active-bg: transparent !default;
|
|
225
|
+
$tbar-popup-btn-active-box-shadow: none !default;
|
|
226
|
+
$tbar-popup-btn-active-color: $content-text-color-alt2 !default;
|
|
227
|
+
$tbar-popup-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
228
|
+
$tbar-popup-btn-active-text-color: $content-text-color-alt2 !default;
|
|
229
|
+
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
230
|
+
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
231
|
+
$tbar-popup-btn-focus-color: $tbar-default-icon-color !default;
|
|
232
|
+
$tbar-popup-btn-focus-icons-color: $primary-text-color !default;
|
|
233
|
+
$tbar-popup-btn-focus-text-color: $primary-text-color !default;
|
|
234
|
+
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
235
|
+
$tbar-popup-btn-focus-outline: 0 !default;
|
|
236
|
+
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
237
|
+
$tbar-popup-nav-pressed-border-size: 0 !default;
|
|
238
|
+
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
239
|
+
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
240
|
+
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
241
|
+
|
|
156
242
|
@mixin tbar-btn-animation {
|
|
157
243
|
content: '';
|
|
158
244
|
}
|
|
@@ -72,14 +72,13 @@ $tbar-item-nrml-minwidth: 28px !default;
|
|
|
72
72
|
$tbar-bgr-item-size: 49px !default;
|
|
73
73
|
$tbar-btn-font-size: $text-lg !default;
|
|
74
74
|
$tbar-btn-txt-font-size: $text-sm !default;
|
|
75
|
-
$tbar-popup-btn-bg-color: $transparent !default;
|
|
76
75
|
$tbar-item-pop-bg-color: $transparent !default;
|
|
77
76
|
|
|
78
77
|
$tbar-item-bgr-padding: 5px 6px !default;
|
|
79
78
|
$tbar-item-nrml-padding: 4px !default;
|
|
80
79
|
$tbar-btn-nrml-padding: 0 4px !default;
|
|
81
80
|
$tbar-btn-bgr-padding: 0 8px !default;
|
|
82
|
-
$tbar-btn-bgr-focus-padding: 0
|
|
81
|
+
$tbar-btn-bgr-focus-padding: 0 8px !default;
|
|
83
82
|
$tbar-btn-icn-nrml-padding: 4px !default;
|
|
84
83
|
$tbar-btn-icn-bgr-padding: 4px 6px !default;
|
|
85
84
|
$tbar-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
@@ -135,11 +134,100 @@ $tbar-btn-pop-nrml-minheight: 38px !default;
|
|
|
135
134
|
$tbar-btn-pop-bgr-minheight: 48px !default;
|
|
136
135
|
$tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
137
136
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
138
|
-
$tbar-multirow-item-top-btm-mrgn-bigger:
|
|
139
|
-
$tbar-multirow-item-top-btm-mrgn-small:
|
|
137
|
+
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
138
|
+
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
140
139
|
$tbar-multirow-item-mrgn: 0 !default;
|
|
141
|
-
|
|
142
|
-
$tbar-
|
|
140
|
+
|
|
141
|
+
$tbar-bgr-btn-text-font-size: 16px !default;
|
|
142
|
+
$tbar-bgr-btn-icon-font-size: 18px !default;
|
|
143
|
+
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
144
|
+
$tbar-bgr-btn-line-height: 24px !default;
|
|
145
|
+
$tbar-bgr-item-margin: 0 !default;
|
|
146
|
+
|
|
147
|
+
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
148
|
+
$tbar-nrml-btn-border-radius: 4px !default;
|
|
149
|
+
$tbar-nrml-btn-line-height: 22px !default;
|
|
150
|
+
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
151
|
+
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
152
|
+
|
|
153
|
+
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
154
|
+
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
155
|
+
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
156
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
157
|
+
$tbar-btn-hover-active-icons-color: $icon-color !default;
|
|
158
|
+
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
159
|
+
$tbar-btn-text-color: $content-text-color !default;
|
|
160
|
+
$tbar-btn-overlay-opacity: .5 !default;
|
|
161
|
+
$tbar-btn-active-bg: $tbar-press-bg !default;
|
|
162
|
+
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
163
|
+
$tbar-btn-active-icons-color: $icon-color !default;
|
|
164
|
+
$tbar-btn-active-text-color: $content-text-color !default;
|
|
165
|
+
$tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
166
|
+
$tbar-btn-pressed-focus-box-shadow: $shadow-sm !default;
|
|
167
|
+
|
|
168
|
+
$tbar-ext-btn-margin: 0 !default;
|
|
169
|
+
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
170
|
+
$tbar-ext-btn-icon-padding: 5px 6px !default;
|
|
171
|
+
$tbar-ext-btn-icon-font-size: 16px !default;
|
|
172
|
+
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
173
|
+
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
174
|
+
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
175
|
+
$tbar-ext-btn-icon-hover-active-font: $icon-color !default;
|
|
176
|
+
$tbar-ext-btn-text-hover-active-font: $content-text-color !default;
|
|
177
|
+
$tbar-ext-btn-icon-hover-font: $icon-color !default;
|
|
178
|
+
$tbar-ext-btn-text-hover-font: $content-text-color !default;
|
|
179
|
+
$tbar-ext-btn-border: none !default;
|
|
180
|
+
$tbar-ext-btn-active-border-size: 0 !default;
|
|
181
|
+
$tbar-ext-btn-icon-active-font: $icon-color !default;
|
|
182
|
+
$tbar-ext-btn-text-active-font: $content-text-color !default;
|
|
183
|
+
|
|
184
|
+
$tbar-popup-icon-font-size: $text-lg !default;
|
|
185
|
+
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
186
|
+
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
187
|
+
$tbar-popup-btn-border: none !default;
|
|
188
|
+
$tbar-popup-btn-border-radius: 4px !default;
|
|
189
|
+
$tbar-popup-bgr-height: 38px !default;
|
|
190
|
+
$tbar-popup-bgr-btn-icon-font-size: 16px !default;
|
|
191
|
+
$tbar-popup-bgr-btn-line-height: 24px !default;
|
|
192
|
+
$tbar-popup-bgr-btn-text-font-size: 16px !default;
|
|
193
|
+
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
194
|
+
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
195
|
+
$tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
|
|
196
|
+
$tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
|
|
197
|
+
$tbar-popup-nav-hover-color: $tbar-hover-font !default;
|
|
198
|
+
$tbar-popup-nav-hover-icons-color: $icon-color !default;
|
|
199
|
+
$tbar-popup-nav-hover-border-color: $tbar-default-border !default;
|
|
200
|
+
$tbar-popup-nav-hover-border-size: 0 !default;
|
|
201
|
+
$tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
|
|
202
|
+
$tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
|
|
203
|
+
$tbar-popup-nav-hover-active-border-size: 0 !default;
|
|
204
|
+
$tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
|
|
205
|
+
$tbar-popup-nav-focus-color: $tbar-hover-font !default;
|
|
206
|
+
$tbar-popup-nav-focus-border-color: $icon-color !default;
|
|
207
|
+
$tbar-popup-nav-focus-border-size: 0 !default;
|
|
208
|
+
$tbar-popup-btn-bg: $transparent !default;
|
|
209
|
+
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
210
|
+
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
211
|
+
$tbar-popup-btn-hover-color: $tbar-hover-font !default;
|
|
212
|
+
$tbar-popup-btn-hover-icons-color: $icon-color !default;
|
|
213
|
+
$tbar-popup-btn-hover-text-color: $tbar-hover-font !default;
|
|
214
|
+
$tbar-popup-btn-active-bg: transparent !default;
|
|
215
|
+
$tbar-popup-btn-active-box-shadow: none !default;
|
|
216
|
+
$tbar-popup-btn-active-color: $tbar-hover-font !default;
|
|
217
|
+
$tbar-popup-btn-active-icons-color: $icon-color !default;
|
|
218
|
+
$tbar-popup-btn-active-text-color: $tbar-hover-font !default;
|
|
219
|
+
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
220
|
+
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
221
|
+
$tbar-popup-btn-focus-color: $tbar-hover-font !default;
|
|
222
|
+
$tbar-popup-btn-focus-icons-color: $icon-color !default;
|
|
223
|
+
$tbar-popup-btn-focus-text-color: $tbar-hover-font !default;
|
|
224
|
+
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
225
|
+
$tbar-popup-btn-focus-outline: 0 !default;
|
|
226
|
+
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
227
|
+
$tbar-popup-nav-pressed-border-size: 0 !default;
|
|
228
|
+
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
229
|
+
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
230
|
+
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
143
231
|
|
|
144
232
|
@mixin tbar-btn-animation {
|
|
145
233
|
content: '';
|