@syncfusion/ej2-navigations 22.2.5 → 22.2.8-184993
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/CHANGELOG.md +97 -5
- package/README.md +1 -1
- package/dist/ej2-navigations.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +189 -96
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +191 -94
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +1 -10
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +165 -165
- package/src/accordion/accordion-model.d.ts +1 -1
- package/src/accordion/accordion.d.ts +3 -2
- package/src/accordion/accordion.js +34 -31
- package/src/appbar/appbar.js +1 -0
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -2
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -2
- package/src/common/menu-base.js +24 -10
- package/src/menu/menu-model.d.ts +1 -1
- package/src/sidebar/sidebar.js +2 -2
- package/src/tab/tab-model.d.ts +10 -2
- package/src/tab/tab.d.ts +10 -0
- package/src/tab/tab.js +29 -16
- package/src/toolbar/toolbar-model.d.ts +2 -0
- package/src/toolbar/toolbar.d.ts +3 -0
- package/src/toolbar/toolbar.js +63 -29
- package/src/treeview/treeview-model.d.ts +2 -2
- package/src/treeview/treeview.d.ts +2 -2
- package/src/treeview/treeview.js +19 -5
- package/styles/accordion/_theme.scss +5 -0
- package/styles/accordion/bootstrap-dark.css +3 -0
- package/styles/accordion/bootstrap-dark.scss +1 -1
- package/styles/accordion/bootstrap.css +3 -0
- package/styles/accordion/bootstrap.scss +1 -1
- package/styles/accordion/bootstrap4.css +3 -0
- package/styles/accordion/bootstrap4.scss +1 -1
- package/styles/accordion/bootstrap5-dark.css +3 -0
- package/styles/accordion/bootstrap5-dark.scss +1 -1
- package/styles/accordion/bootstrap5.css +3 -0
- package/styles/accordion/bootstrap5.scss +1 -1
- package/styles/accordion/fabric-dark.css +3 -0
- package/styles/accordion/fabric-dark.scss +1 -1
- package/styles/accordion/fabric.css +3 -0
- package/styles/accordion/fabric.scss +1 -1
- package/styles/accordion/fluent-dark.css +3 -0
- package/styles/accordion/fluent-dark.scss +1 -1
- package/styles/accordion/fluent.css +3 -0
- package/styles/accordion/fluent.scss +1 -1
- package/styles/accordion/highcontrast-light.css +3 -0
- package/styles/accordion/highcontrast-light.scss +1 -1
- package/styles/accordion/highcontrast.css +3 -0
- package/styles/accordion/highcontrast.scss +1 -1
- package/styles/accordion/material-dark.css +3 -1
- package/styles/accordion/material-dark.scss +1 -1
- package/styles/accordion/material.css +3 -1
- package/styles/accordion/material.scss +1 -1
- package/styles/accordion/material3-dark.css +3 -1
- package/styles/accordion/material3-dark.scss +1 -1
- package/styles/accordion/material3.css +3 -1
- package/styles/accordion/material3.scss +1 -1
- package/styles/accordion/tailwind-dark.css +3 -1
- package/styles/accordion/tailwind-dark.scss +1 -1
- package/styles/accordion/tailwind.css +3 -1
- package/styles/accordion/tailwind.scss +1 -1
- package/styles/appbar/bootstrap-dark.scss +1 -1
- package/styles/appbar/bootstrap.scss +1 -1
- package/styles/appbar/bootstrap4.scss +1 -1
- package/styles/appbar/bootstrap5-dark.scss +1 -1
- package/styles/appbar/bootstrap5.scss +1 -1
- package/styles/appbar/fabric-dark.scss +1 -1
- package/styles/appbar/fabric.scss +1 -1
- package/styles/appbar/fluent-dark.scss +1 -1
- package/styles/appbar/fluent.scss +1 -1
- package/styles/appbar/highcontrast-light.scss +1 -1
- package/styles/appbar/highcontrast.scss +1 -1
- package/styles/appbar/material-dark.css +0 -1
- package/styles/appbar/material-dark.scss +1 -1
- package/styles/appbar/material.css +0 -1
- package/styles/appbar/material.scss +1 -1
- package/styles/appbar/material3-dark.css +0 -1
- package/styles/appbar/material3-dark.scss +1 -1
- package/styles/appbar/material3.css +0 -1
- package/styles/appbar/material3.scss +1 -1
- package/styles/appbar/tailwind-dark.css +0 -1
- package/styles/appbar/tailwind-dark.scss +1 -1
- package/styles/appbar/tailwind.css +0 -1
- package/styles/appbar/tailwind.scss +1 -1
- package/styles/bootstrap-dark.css +17 -9
- package/styles/bootstrap.css +17 -9
- package/styles/bootstrap4.css +25 -14
- package/styles/bootstrap5-dark.css +21 -13
- package/styles/bootstrap5.css +21 -13
- package/styles/breadcrumb/bootstrap-dark.scss +1 -1
- package/styles/breadcrumb/bootstrap.scss +1 -1
- package/styles/breadcrumb/bootstrap4.scss +1 -1
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -1
- package/styles/breadcrumb/bootstrap5.scss +1 -1
- package/styles/breadcrumb/fabric-dark.scss +1 -1
- package/styles/breadcrumb/fabric.scss +1 -1
- package/styles/breadcrumb/fluent-dark.scss +1 -1
- package/styles/breadcrumb/fluent.scss +1 -1
- package/styles/breadcrumb/highcontrast-light.scss +1 -1
- package/styles/breadcrumb/highcontrast.scss +1 -1
- package/styles/breadcrumb/material-dark.css +0 -1
- package/styles/breadcrumb/material-dark.scss +1 -1
- package/styles/breadcrumb/material.css +0 -1
- package/styles/breadcrumb/material.scss +1 -1
- package/styles/breadcrumb/material3-dark.css +0 -1
- package/styles/breadcrumb/material3-dark.scss +1 -1
- package/styles/breadcrumb/material3.css +0 -1
- package/styles/breadcrumb/material3.scss +1 -1
- package/styles/breadcrumb/tailwind-dark.css +0 -1
- package/styles/breadcrumb/tailwind-dark.scss +1 -1
- package/styles/breadcrumb/tailwind.css +0 -1
- package/styles/breadcrumb/tailwind.scss +1 -1
- package/styles/carousel/bootstrap-dark.scss +1 -1
- package/styles/carousel/bootstrap.scss +1 -1
- package/styles/carousel/bootstrap4.scss +1 -1
- package/styles/carousel/bootstrap5-dark.scss +1 -1
- package/styles/carousel/bootstrap5.scss +1 -1
- package/styles/carousel/fabric-dark.scss +1 -1
- package/styles/carousel/fabric.scss +1 -1
- package/styles/carousel/fluent-dark.scss +1 -1
- package/styles/carousel/fluent.scss +1 -1
- package/styles/carousel/highcontrast-light.scss +1 -1
- package/styles/carousel/highcontrast.scss +1 -1
- package/styles/carousel/material-dark.css +0 -1
- package/styles/carousel/material-dark.scss +1 -1
- package/styles/carousel/material.css +0 -1
- package/styles/carousel/material.scss +1 -1
- package/styles/carousel/material3-dark.css +0 -1
- package/styles/carousel/material3-dark.scss +1 -1
- package/styles/carousel/material3.css +0 -1
- package/styles/carousel/material3.scss +1 -1
- package/styles/carousel/tailwind-dark.css +0 -1
- package/styles/carousel/tailwind-dark.scss +1 -1
- package/styles/carousel/tailwind.css +0 -1
- package/styles/carousel/tailwind.scss +1 -1
- package/styles/context-menu/bootstrap-dark.scss +1 -1
- package/styles/context-menu/bootstrap.scss +1 -1
- package/styles/context-menu/bootstrap4.scss +1 -1
- package/styles/context-menu/bootstrap5-dark.scss +1 -1
- package/styles/context-menu/bootstrap5.scss +1 -1
- package/styles/context-menu/fabric-dark.scss +1 -1
- package/styles/context-menu/fabric.scss +1 -1
- package/styles/context-menu/fluent-dark.scss +1 -1
- package/styles/context-menu/fluent.scss +1 -1
- package/styles/context-menu/highcontrast-light.scss +1 -1
- package/styles/context-menu/highcontrast.scss +1 -1
- package/styles/context-menu/material-dark.css +0 -1
- package/styles/context-menu/material-dark.scss +1 -1
- package/styles/context-menu/material.css +0 -1
- package/styles/context-menu/material.scss +1 -1
- package/styles/context-menu/material3-dark.css +0 -1
- package/styles/context-menu/material3-dark.scss +1 -1
- package/styles/context-menu/material3.css +0 -1
- package/styles/context-menu/material3.scss +1 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind-dark.scss +1 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/context-menu/tailwind.scss +1 -1
- package/styles/fabric-dark.css +17 -9
- package/styles/fabric.css +17 -9
- package/styles/fluent-dark.css +17 -9
- package/styles/fluent.css +17 -9
- package/styles/h-scroll/bootstrap-dark.scss +1 -1
- package/styles/h-scroll/bootstrap.scss +1 -1
- package/styles/h-scroll/bootstrap4.scss +1 -1
- package/styles/h-scroll/bootstrap5-dark.scss +1 -1
- package/styles/h-scroll/bootstrap5.scss +1 -1
- package/styles/h-scroll/fabric-dark.scss +1 -1
- package/styles/h-scroll/fabric.scss +1 -1
- package/styles/h-scroll/fluent-dark.scss +1 -1
- package/styles/h-scroll/fluent.scss +1 -1
- package/styles/h-scroll/highcontrast-light.scss +1 -1
- package/styles/h-scroll/highcontrast.scss +1 -1
- package/styles/h-scroll/material-dark.css +0 -1
- package/styles/h-scroll/material-dark.scss +1 -1
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/material.scss +1 -1
- package/styles/h-scroll/material3-dark.css +0 -1
- package/styles/h-scroll/material3-dark.scss +1 -1
- package/styles/h-scroll/material3.css +0 -1
- package/styles/h-scroll/material3.scss +1 -1
- package/styles/h-scroll/tailwind-dark.css +0 -1
- package/styles/h-scroll/tailwind-dark.scss +1 -1
- package/styles/h-scroll/tailwind.css +0 -1
- package/styles/h-scroll/tailwind.scss +1 -1
- package/styles/highcontrast-light.css +17 -9
- package/styles/highcontrast.css +17 -9
- package/styles/material-dark.css +17 -10
- package/styles/material.css +17 -10
- package/styles/material3-dark.css +19 -12
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +19 -12
- package/styles/material3.scss +1 -1
- package/styles/menu/_theme.scss +8 -3
- package/styles/menu/bootstrap-dark.css +14 -9
- package/styles/menu/bootstrap-dark.scss +1 -1
- package/styles/menu/bootstrap.css +14 -9
- package/styles/menu/bootstrap.scss +1 -1
- package/styles/menu/bootstrap4.css +22 -14
- package/styles/menu/bootstrap4.scss +1 -1
- package/styles/menu/bootstrap5-dark.css +14 -9
- package/styles/menu/bootstrap5-dark.scss +1 -1
- package/styles/menu/bootstrap5.css +14 -9
- package/styles/menu/bootstrap5.scss +1 -1
- package/styles/menu/fabric-dark.css +14 -9
- package/styles/menu/fabric-dark.scss +1 -1
- package/styles/menu/fabric.css +14 -9
- package/styles/menu/fabric.scss +1 -1
- package/styles/menu/fluent-dark.css +14 -9
- package/styles/menu/fluent-dark.scss +1 -1
- package/styles/menu/fluent.css +14 -9
- package/styles/menu/fluent.scss +1 -1
- package/styles/menu/highcontrast-light.css +14 -9
- package/styles/menu/highcontrast-light.scss +1 -1
- package/styles/menu/highcontrast.css +14 -9
- package/styles/menu/highcontrast.scss +1 -1
- package/styles/menu/material-dark.css +14 -10
- package/styles/menu/material-dark.scss +1 -1
- package/styles/menu/material.css +14 -10
- package/styles/menu/material.scss +1 -1
- package/styles/menu/material3-dark.css +14 -10
- package/styles/menu/material3-dark.scss +1 -1
- package/styles/menu/material3.css +14 -10
- package/styles/menu/material3.scss +1 -1
- package/styles/menu/tailwind-dark.css +14 -10
- package/styles/menu/tailwind-dark.scss +1 -1
- package/styles/menu/tailwind.css +14 -10
- package/styles/menu/tailwind.scss +1 -1
- package/styles/pager/bootstrap-dark.scss +1 -1
- package/styles/pager/bootstrap.scss +1 -1
- package/styles/pager/bootstrap4.scss +1 -1
- package/styles/pager/bootstrap5-dark.scss +1 -1
- package/styles/pager/bootstrap5.scss +1 -1
- package/styles/pager/fabric-dark.scss +1 -1
- package/styles/pager/fabric.scss +1 -1
- package/styles/pager/fluent-dark.scss +1 -1
- package/styles/pager/fluent.scss +1 -1
- package/styles/pager/highcontrast-light.scss +1 -1
- package/styles/pager/highcontrast.scss +1 -1
- package/styles/pager/material-dark.css +0 -1
- package/styles/pager/material-dark.scss +1 -1
- package/styles/pager/material.css +0 -1
- package/styles/pager/material.scss +1 -1
- package/styles/pager/material3-dark.css +0 -1
- package/styles/pager/material3-dark.scss +1 -1
- package/styles/pager/material3.css +0 -1
- package/styles/pager/material3.scss +1 -1
- package/styles/pager/tailwind-dark.css +0 -1
- package/styles/pager/tailwind-dark.scss +1 -1
- package/styles/pager/tailwind.css +0 -1
- package/styles/pager/tailwind.scss +1 -1
- package/styles/sidebar/bootstrap-dark.scss +1 -1
- package/styles/sidebar/bootstrap.scss +1 -1
- package/styles/sidebar/bootstrap4.scss +1 -1
- package/styles/sidebar/bootstrap5-dark.scss +1 -1
- package/styles/sidebar/bootstrap5.scss +1 -1
- package/styles/sidebar/fabric-dark.scss +1 -1
- package/styles/sidebar/fabric.scss +1 -1
- package/styles/sidebar/fluent-dark.scss +1 -1
- package/styles/sidebar/fluent.scss +1 -1
- package/styles/sidebar/highcontrast-light.scss +1 -1
- package/styles/sidebar/highcontrast.scss +1 -1
- package/styles/sidebar/material-dark.css +0 -1
- package/styles/sidebar/material-dark.scss +1 -1
- package/styles/sidebar/material.css +0 -1
- package/styles/sidebar/material.scss +1 -1
- package/styles/sidebar/material3-dark.css +0 -1
- package/styles/sidebar/material3-dark.scss +1 -1
- package/styles/sidebar/material3.css +0 -1
- package/styles/sidebar/material3.scss +1 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind-dark.scss +1 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/sidebar/tailwind.scss +1 -1
- package/styles/tab/_tailwind-definition.scss +2 -2
- package/styles/tab/bootstrap-dark.scss +1 -1
- package/styles/tab/bootstrap.scss +1 -1
- package/styles/tab/bootstrap4.scss +1 -1
- package/styles/tab/bootstrap5-dark.scss +1 -1
- package/styles/tab/bootstrap5.scss +1 -1
- package/styles/tab/fabric-dark.scss +1 -1
- package/styles/tab/fabric.scss +1 -1
- package/styles/tab/fluent-dark.scss +1 -1
- package/styles/tab/fluent.scss +1 -1
- package/styles/tab/highcontrast-light.scss +1 -1
- package/styles/tab/highcontrast.scss +1 -1
- package/styles/tab/material-dark.css +0 -1
- package/styles/tab/material-dark.scss +1 -1
- package/styles/tab/material.css +0 -1
- package/styles/tab/material.scss +1 -1
- package/styles/tab/material3-dark.css +0 -1
- package/styles/tab/material3-dark.scss +1 -1
- package/styles/tab/material3.css +0 -1
- package/styles/tab/material3.scss +1 -1
- package/styles/tab/tailwind-dark.css +2 -3
- package/styles/tab/tailwind-dark.scss +1 -1
- package/styles/tab/tailwind.css +2 -3
- package/styles/tab/tailwind.scss +1 -1
- package/styles/tailwind-dark.css +21 -26
- package/styles/tailwind.css +21 -26
- package/styles/toolbar/_bootstrap5-definition.scss +4 -4
- package/styles/toolbar/_material3-definition.scss +1 -1
- package/styles/toolbar/_tailwind-definition.scss +2 -2
- package/styles/toolbar/bootstrap-dark.scss +1 -1
- package/styles/toolbar/bootstrap.scss +1 -1
- package/styles/toolbar/bootstrap4.scss +1 -1
- package/styles/toolbar/bootstrap5-dark.css +4 -4
- package/styles/toolbar/bootstrap5-dark.scss +1 -1
- package/styles/toolbar/bootstrap5.css +4 -4
- package/styles/toolbar/bootstrap5.scss +1 -1
- package/styles/toolbar/fabric-dark.scss +1 -1
- package/styles/toolbar/fabric.scss +1 -1
- package/styles/toolbar/fluent-dark.scss +1 -1
- package/styles/toolbar/fluent.scss +1 -1
- package/styles/toolbar/highcontrast-light.scss +1 -1
- package/styles/toolbar/highcontrast.scss +1 -1
- package/styles/toolbar/material-dark.css +0 -1
- package/styles/toolbar/material-dark.scss +1 -1
- package/styles/toolbar/material.css +0 -1
- package/styles/toolbar/material.scss +1 -1
- package/styles/toolbar/material3-dark.css +1 -2
- package/styles/toolbar/material3-dark.scss +1 -1
- package/styles/toolbar/material3.css +1 -2
- package/styles/toolbar/material3.scss +1 -1
- package/styles/toolbar/tailwind-dark.css +2 -3
- package/styles/toolbar/tailwind-dark.scss +1 -1
- package/styles/toolbar/tailwind.css +2 -3
- package/styles/toolbar/tailwind.scss +1 -1
- package/styles/treeview/_layout.scss +4 -1
- package/styles/treeview/bootstrap-dark.scss +1 -1
- package/styles/treeview/bootstrap.scss +1 -1
- package/styles/treeview/bootstrap4.scss +1 -1
- package/styles/treeview/bootstrap5-dark.scss +1 -1
- package/styles/treeview/bootstrap5.scss +1 -1
- package/styles/treeview/fabric-dark.scss +1 -1
- package/styles/treeview/fabric.scss +1 -1
- package/styles/treeview/fluent-dark.scss +1 -1
- package/styles/treeview/fluent.scss +1 -1
- package/styles/treeview/highcontrast-light.scss +1 -1
- package/styles/treeview/highcontrast.scss +1 -1
- package/styles/treeview/material-dark.css +0 -1
- package/styles/treeview/material-dark.scss +1 -1
- package/styles/treeview/material.css +0 -1
- package/styles/treeview/material.scss +1 -1
- package/styles/treeview/material3-dark.css +1 -2
- package/styles/treeview/material3-dark.scss +1 -1
- package/styles/treeview/material3.css +1 -2
- package/styles/treeview/material3.scss +1 -1
- package/styles/treeview/tailwind-dark.css +0 -1
- package/styles/treeview/tailwind-dark.scss +1 -1
- package/styles/treeview/tailwind.css +0 -1
- package/styles/treeview/tailwind.scss +1 -1
- package/styles/v-scroll/bootstrap-dark.scss +1 -1
- package/styles/v-scroll/bootstrap.scss +1 -1
- package/styles/v-scroll/bootstrap4.scss +1 -1
- package/styles/v-scroll/bootstrap5-dark.scss +1 -1
- package/styles/v-scroll/bootstrap5.scss +1 -1
- package/styles/v-scroll/fabric-dark.scss +1 -1
- package/styles/v-scroll/fabric.scss +1 -1
- package/styles/v-scroll/fluent-dark.scss +1 -1
- package/styles/v-scroll/fluent.scss +1 -1
- package/styles/v-scroll/highcontrast-light.scss +1 -1
- package/styles/v-scroll/highcontrast.scss +1 -1
- package/styles/v-scroll/material-dark.css +0 -1
- package/styles/v-scroll/material-dark.scss +1 -1
- package/styles/v-scroll/material.css +0 -1
- package/styles/v-scroll/material.scss +1 -1
- package/styles/v-scroll/material3-dark.css +0 -1
- package/styles/v-scroll/material3-dark.scss +1 -1
- package/styles/v-scroll/material3.css +0 -1
- package/styles/v-scroll/material3.scss +1 -1
- package/styles/v-scroll/tailwind-dark.css +0 -1
- package/styles/v-scroll/tailwind-dark.scss +1 -1
- package/styles/v-scroll/tailwind.css +0 -1
- package/styles/v-scroll/tailwind.scss +1 -1
|
@@ -386,7 +386,7 @@ $tab-bgr-fill-focused-wrap-height: $tab-focus-big-fill-height !default;
|
|
|
386
386
|
$tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
387
387
|
$tab-bgr-background-active-padding: 0 9px !default;
|
|
388
388
|
$tab-bgr-fill-active-item-padding: 0 10px !default;
|
|
389
|
-
$tab-bgr-item-text-margin-bottom:
|
|
389
|
+
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
390
390
|
|
|
391
391
|
$tab-nrml-hscroll-items-nav-width: 24px !default;
|
|
392
392
|
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
@@ -444,7 +444,7 @@ $tab-nrml-vertical-indicator-width: 2px !default;
|
|
|
444
444
|
$tab-nrml-bottom-wrap-before-top: unset !default;
|
|
445
445
|
$tab-nrml-background-vertical-indicator-display: block !default;
|
|
446
446
|
$tab-nrml-background-active-padding: 0 7px !default;
|
|
447
|
-
$tab-nrml-item-text-margin-bottom:
|
|
447
|
+
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
448
448
|
|
|
449
449
|
@mixin tbar-alt-btn-animation-after {
|
|
450
450
|
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
package/styles/tab/fabric.scss
CHANGED
package/styles/tab/fluent.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/highcontrast-light
|
|
1
|
+
@import 'ej2-base/styles/definition/highcontrast-light.scss';
|
|
2
2
|
@import '../toolbar/highcontrast-light-definition.scss';
|
|
3
3
|
@import 'highcontrast-light-definition.scss';
|
|
4
4
|
@import 'icons/highcontrast-light.scss';
|
package/styles/tab/material.css
CHANGED
package/styles/tab/material.scss
CHANGED
package/styles/tab/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! Tailwind theme definition's */
|
|
3
2
|
/*! component's theme wise override definitions and variables */
|
|
4
3
|
/*! Horizontal Tab */
|
|
@@ -158,7 +157,7 @@
|
|
|
158
157
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
159
158
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
160
159
|
font-size: 16px;
|
|
161
|
-
margin-bottom:
|
|
160
|
+
margin-bottom: 0;
|
|
162
161
|
}
|
|
163
162
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
164
163
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
@@ -1325,7 +1324,7 @@
|
|
|
1325
1324
|
-ms-flex-item-align: auto;
|
|
1326
1325
|
-ms-grid-row-align: auto;
|
|
1327
1326
|
align-self: auto;
|
|
1328
|
-
margin-bottom:
|
|
1327
|
+
margin-bottom: 0;
|
|
1329
1328
|
}
|
|
1330
1329
|
@media screen and (max-width: 480px) {
|
|
1331
1330
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
package/styles/tab/tailwind.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! Tailwind theme definition's */
|
|
3
2
|
/*! component's theme wise override definitions and variables */
|
|
4
3
|
/*! Horizontal Tab */
|
|
@@ -158,7 +157,7 @@
|
|
|
158
157
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
159
158
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
160
159
|
font-size: 16px;
|
|
161
|
-
margin-bottom:
|
|
160
|
+
margin-bottom: 0;
|
|
162
161
|
}
|
|
163
162
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
164
163
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
@@ -1325,7 +1324,7 @@
|
|
|
1325
1324
|
-ms-flex-item-align: auto;
|
|
1326
1325
|
-ms-grid-row-align: auto;
|
|
1327
1326
|
align-self: auto;
|
|
1328
|
-
margin-bottom:
|
|
1327
|
+
margin-bottom: 0;
|
|
1329
1328
|
}
|
|
1330
1329
|
@media screen and (max-width: 480px) {
|
|
1331
1330
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
package/styles/tab/tailwind.scss
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/* !componenticons */
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
9
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
10
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
11
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
12
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
13
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
14
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
15
2
|
.e-pager .e-icon-last::before,
|
|
16
3
|
.e-grid-menu .e-icon-last::before {
|
|
17
4
|
content: "\e7a9";
|
|
@@ -1384,7 +1371,7 @@
|
|
|
1384
1371
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1385
1372
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
|
|
1386
1373
|
font-size: 18px;
|
|
1387
|
-
line-height:
|
|
1374
|
+
line-height: 17px;
|
|
1388
1375
|
}
|
|
1389
1376
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1390
1377
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -1722,7 +1709,7 @@
|
|
|
1722
1709
|
min-width: 12px;
|
|
1723
1710
|
width: auto;
|
|
1724
1711
|
font-size: 18px;
|
|
1725
|
-
line-height:
|
|
1712
|
+
line-height: 14px;
|
|
1726
1713
|
}
|
|
1727
1714
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1728
1715
|
padding: 0 4px;
|
|
@@ -2774,6 +2761,9 @@
|
|
|
2774
2761
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2775
2762
|
color: #d1d5db;
|
|
2776
2763
|
}
|
|
2764
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
2765
|
+
border: 0;
|
|
2766
|
+
}
|
|
2777
2767
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2778
2768
|
background: #4b5563;
|
|
2779
2769
|
border: 0;
|
|
@@ -3753,7 +3743,7 @@
|
|
|
3753
3743
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3754
3744
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3755
3745
|
font-size: 16px;
|
|
3756
|
-
margin-bottom:
|
|
3746
|
+
margin-bottom: 0;
|
|
3757
3747
|
}
|
|
3758
3748
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3759
3749
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
@@ -4920,7 +4910,7 @@
|
|
|
4920
4910
|
-ms-flex-item-align: auto;
|
|
4921
4911
|
-ms-grid-row-align: auto;
|
|
4922
4912
|
align-self: auto;
|
|
4923
|
-
margin-bottom:
|
|
4913
|
+
margin-bottom: 0;
|
|
4924
4914
|
}
|
|
4925
4915
|
@media screen and (max-width: 480px) {
|
|
4926
4916
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -9621,19 +9611,22 @@ ejs-sidebar {
|
|
|
9621
9611
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon {
|
|
9622
9612
|
color: #d1d5db;
|
|
9623
9613
|
}
|
|
9624
|
-
.e-menu-wrapper .e-menu .e-menu-item.e-selected,
|
|
9625
|
-
.e-menu-container .e-menu .e-menu-item.e-selected
|
|
9614
|
+
.e-menu-wrapper .e-menu .e-menu-item.e-selected, .e-menu-wrapper .e-menu .e-menu-item.e-active-item,
|
|
9615
|
+
.e-menu-container .e-menu .e-menu-item.e-selected,
|
|
9616
|
+
.e-menu-container .e-menu .e-menu-item.e-active-item {
|
|
9626
9617
|
color: #fff;
|
|
9627
9618
|
outline: 0 solid #4b5563;
|
|
9628
9619
|
outline-offset: 0;
|
|
9629
9620
|
background: #4b5563;
|
|
9630
9621
|
}
|
|
9631
|
-
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
9632
|
-
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret
|
|
9622
|
+
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret, .e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-caret,
|
|
9623
|
+
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret,
|
|
9624
|
+
.e-menu-container .e-menu .e-menu-item.e-active-item .e-caret {
|
|
9633
9625
|
color: #fff;
|
|
9634
9626
|
}
|
|
9635
|
-
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon,
|
|
9636
|
-
.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon
|
|
9627
|
+
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon, .e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-menu-icon,
|
|
9628
|
+
.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,
|
|
9629
|
+
.e-menu-container .e-menu .e-menu-item.e-active-item .e-menu-icon {
|
|
9637
9630
|
color: #fff;
|
|
9638
9631
|
}
|
|
9639
9632
|
.e-menu-wrapper .e-menu .e-menu-item.e-separator,
|
|
@@ -9674,8 +9667,9 @@ ejs-sidebar {
|
|
|
9674
9667
|
outline: 0 solid #4b5563;
|
|
9675
9668
|
outline-offset: 0;
|
|
9676
9669
|
}
|
|
9677
|
-
.e-menu-wrapper .e-ul .e-menu-item.e-selected,
|
|
9678
|
-
.e-menu-container .e-ul .e-menu-item.e-selected
|
|
9670
|
+
.e-menu-wrapper .e-ul .e-menu-item.e-selected, .e-menu-wrapper .e-ul .e-menu-item.e-active-item,
|
|
9671
|
+
.e-menu-container .e-ul .e-menu-item.e-selected,
|
|
9672
|
+
.e-menu-container .e-ul .e-menu-item.e-active-item {
|
|
9679
9673
|
background-color: #4b5563;
|
|
9680
9674
|
color: #fff;
|
|
9681
9675
|
outline: 0 solid #4b5563;
|
|
@@ -9746,8 +9740,9 @@ ejs-sidebar {
|
|
|
9746
9740
|
.e-menu-container.e-inherit .e-menu {
|
|
9747
9741
|
background: inherit;
|
|
9748
9742
|
}
|
|
9749
|
-
.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
|
|
9743
|
+
.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-active-item, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
|
|
9750
9744
|
.e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
|
|
9745
|
+
.e-menu-container.e-inherit .e-menu .e-menu-item.e-active-item,
|
|
9751
9746
|
.e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
|
|
9752
9747
|
background: rgba(0, 0, 0, 0.056);
|
|
9753
9748
|
color: inherit;
|
package/styles/tailwind.css
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/* !componenticons */
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
9
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
10
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
11
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
12
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
13
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
14
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
15
2
|
.e-pager .e-icon-last::before,
|
|
16
3
|
.e-grid-menu .e-icon-last::before {
|
|
17
4
|
content: "\e7a9";
|
|
@@ -1384,7 +1371,7 @@
|
|
|
1384
1371
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1385
1372
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
|
|
1386
1373
|
font-size: 18px;
|
|
1387
|
-
line-height:
|
|
1374
|
+
line-height: 17px;
|
|
1388
1375
|
}
|
|
1389
1376
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1390
1377
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -1722,7 +1709,7 @@
|
|
|
1722
1709
|
min-width: 12px;
|
|
1723
1710
|
width: auto;
|
|
1724
1711
|
font-size: 18px;
|
|
1725
|
-
line-height:
|
|
1712
|
+
line-height: 14px;
|
|
1726
1713
|
}
|
|
1727
1714
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1728
1715
|
padding: 0 4px;
|
|
@@ -2774,6 +2761,9 @@
|
|
|
2774
2761
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2775
2762
|
color: #6b7280;
|
|
2776
2763
|
}
|
|
2764
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
2765
|
+
border: 0;
|
|
2766
|
+
}
|
|
2777
2767
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2778
2768
|
background: #f3f4f6;
|
|
2779
2769
|
border: 0;
|
|
@@ -3753,7 +3743,7 @@
|
|
|
3753
3743
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3754
3744
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3755
3745
|
font-size: 16px;
|
|
3756
|
-
margin-bottom:
|
|
3746
|
+
margin-bottom: 0;
|
|
3757
3747
|
}
|
|
3758
3748
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3759
3749
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
@@ -4920,7 +4910,7 @@
|
|
|
4920
4910
|
-ms-flex-item-align: auto;
|
|
4921
4911
|
-ms-grid-row-align: auto;
|
|
4922
4912
|
align-self: auto;
|
|
4923
|
-
margin-bottom:
|
|
4913
|
+
margin-bottom: 0;
|
|
4924
4914
|
}
|
|
4925
4915
|
@media screen and (max-width: 480px) {
|
|
4926
4916
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -9621,19 +9611,22 @@ ejs-sidebar {
|
|
|
9621
9611
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon {
|
|
9622
9612
|
color: #6b7280;
|
|
9623
9613
|
}
|
|
9624
|
-
.e-menu-wrapper .e-menu .e-menu-item.e-selected,
|
|
9625
|
-
.e-menu-container .e-menu .e-menu-item.e-selected
|
|
9614
|
+
.e-menu-wrapper .e-menu .e-menu-item.e-selected, .e-menu-wrapper .e-menu .e-menu-item.e-active-item,
|
|
9615
|
+
.e-menu-container .e-menu .e-menu-item.e-selected,
|
|
9616
|
+
.e-menu-container .e-menu .e-menu-item.e-active-item {
|
|
9626
9617
|
color: #111827;
|
|
9627
9618
|
outline: 0 solid #e5e7eb;
|
|
9628
9619
|
outline-offset: 0;
|
|
9629
9620
|
background: #e5e7eb;
|
|
9630
9621
|
}
|
|
9631
|
-
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
9632
|
-
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret
|
|
9622
|
+
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret, .e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-caret,
|
|
9623
|
+
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret,
|
|
9624
|
+
.e-menu-container .e-menu .e-menu-item.e-active-item .e-caret {
|
|
9633
9625
|
color: #111827;
|
|
9634
9626
|
}
|
|
9635
|
-
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon,
|
|
9636
|
-
.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon
|
|
9627
|
+
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon, .e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-menu-icon,
|
|
9628
|
+
.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,
|
|
9629
|
+
.e-menu-container .e-menu .e-menu-item.e-active-item .e-menu-icon {
|
|
9637
9630
|
color: #111827;
|
|
9638
9631
|
}
|
|
9639
9632
|
.e-menu-wrapper .e-menu .e-menu-item.e-separator,
|
|
@@ -9674,8 +9667,9 @@ ejs-sidebar {
|
|
|
9674
9667
|
outline: 0 solid #e5e7eb;
|
|
9675
9668
|
outline-offset: 0;
|
|
9676
9669
|
}
|
|
9677
|
-
.e-menu-wrapper .e-ul .e-menu-item.e-selected,
|
|
9678
|
-
.e-menu-container .e-ul .e-menu-item.e-selected
|
|
9670
|
+
.e-menu-wrapper .e-ul .e-menu-item.e-selected, .e-menu-wrapper .e-ul .e-menu-item.e-active-item,
|
|
9671
|
+
.e-menu-container .e-ul .e-menu-item.e-selected,
|
|
9672
|
+
.e-menu-container .e-ul .e-menu-item.e-active-item {
|
|
9679
9673
|
background-color: #f3f4f6;
|
|
9680
9674
|
color: #111827;
|
|
9681
9675
|
outline: 0 solid #f3f4f6;
|
|
@@ -9746,8 +9740,9 @@ ejs-sidebar {
|
|
|
9746
9740
|
.e-menu-container.e-inherit .e-menu {
|
|
9747
9741
|
background: inherit;
|
|
9748
9742
|
}
|
|
9749
|
-
.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
|
|
9743
|
+
.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-active-item, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
|
|
9750
9744
|
.e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
|
|
9745
|
+
.e-menu-container.e-inherit .e-menu .e-menu-item.e-active-item,
|
|
9751
9746
|
.e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
|
|
9752
9747
|
background: rgba(0, 0, 0, 0.056);
|
|
9753
9748
|
color: inherit;
|
|
@@ -45,10 +45,10 @@ $tbar-popup-padding: 0 !default;
|
|
|
45
45
|
// dimension definitions
|
|
46
46
|
$tbar-btn-nrml-minheight: 32px !default;
|
|
47
47
|
$tbar-btn-nrml-line-height: 22px !default;
|
|
48
|
-
$tbar-btn-icon-nrml-line-height:
|
|
48
|
+
$tbar-btn-icon-nrml-line-height: 14px !default;
|
|
49
49
|
$tbar-btn-bgr-minheight: 38px !default;
|
|
50
50
|
$tbar-btn-bgr-line-height: 24px !default;
|
|
51
|
-
$tbar-btn-icon-bgr-line-height:
|
|
51
|
+
$tbar-btn-icon-bgr-line-height: 14px !default;
|
|
52
52
|
$tbar-btn-nrml-minwidth: 32px !default;
|
|
53
53
|
$tbar-btn-weight: $font-weight-normal !default;
|
|
54
54
|
$tbar-btn-bgr-minwidth: 38px !default;
|
|
@@ -154,8 +154,8 @@ $tbar-btn-icons-focus-color: $primary-text-color !default;
|
|
|
154
154
|
$tbar-btn-text-focus-color: $primary-text-color !default;
|
|
155
155
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
156
156
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
157
|
-
$tbar-btn-hover-active-icons-color: $
|
|
158
|
-
$tbar-btn-hover-active-text-color: $
|
|
157
|
+
$tbar-btn-hover-active-icons-color: $tbar-default-icon-color !default;
|
|
158
|
+
$tbar-btn-hover-active-text-color: $content-text-color-alt2 !default;
|
|
159
159
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
160
160
|
$tbar-btn-active-bg: $tbar-active-bg !default;
|
|
161
161
|
$tbar-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
@@ -45,7 +45,7 @@ $tbar-popup-padding: 0 !default;
|
|
|
45
45
|
// dimension definitions
|
|
46
46
|
$tbar-btn-nrml-minheight: 32px !default;
|
|
47
47
|
$tbar-btn-nrml-line-height: 22px !default;
|
|
48
|
-
$tbar-btn-icon-nrml-line-height:
|
|
48
|
+
$tbar-btn-icon-nrml-line-height: 16px !default;
|
|
49
49
|
$tbar-btn-bgr-minheight: 40px !default;
|
|
50
50
|
$tbar-btn-bgr-line-height: 24px !default;
|
|
51
51
|
$tbar-btn-icon-bgr-line-height: 24px !default;
|
|
@@ -106,10 +106,10 @@ $tbar-btn-nrml-mrgn: 0 !default;
|
|
|
106
106
|
$tbar-popup-padding: 0 !default;
|
|
107
107
|
$tbar-btn-nrml-minheight: 30px !default;
|
|
108
108
|
$tbar-btn-nrml-line-height: 22px !default;
|
|
109
|
-
$tbar-btn-icon-nrml-line-height:
|
|
109
|
+
$tbar-btn-icon-nrml-line-height: 14px !default;
|
|
110
110
|
$tbar-btn-bgr-minheight: 38px !default;
|
|
111
111
|
$tbar-btn-bgr-line-height: 24px !default;
|
|
112
|
-
$tbar-btn-icon-bgr-line-height:
|
|
112
|
+
$tbar-btn-icon-bgr-line-height: 17px !default;
|
|
113
113
|
$tbar-btn-nrml-minwidth: 30px !default;
|
|
114
114
|
$tbar-btn-weight: $font-weight-normal !default;
|
|
115
115
|
$tbar-btn-bgr-minwidth: 38px !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap-dark.scss';
|
|
2
2
|
@import '../h-scroll/bootstrap-dark-definition.scss';
|
|
3
3
|
@import '../v-scroll/bootstrap-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap.scss';
|
|
2
2
|
@import '../h-scroll/bootstrap-definition.scss';
|
|
3
3
|
@import '../v-scroll/bootstrap-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap4
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap4.scss';
|
|
2
2
|
@import '../h-scroll/bootstrap4-definition.scss';
|
|
3
3
|
@import '../v-scroll/bootstrap4-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
100
100
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
|
|
101
101
|
font-size: 18px;
|
|
102
|
-
line-height:
|
|
102
|
+
line-height: 14px;
|
|
103
103
|
}
|
|
104
104
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
105
105
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
min-width: 12px;
|
|
438
438
|
width: auto;
|
|
439
439
|
font-size: 18px;
|
|
440
|
-
line-height:
|
|
440
|
+
line-height: 14px;
|
|
441
441
|
}
|
|
442
442
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
443
443
|
padding: 0 4px;
|
|
@@ -883,10 +883,10 @@
|
|
|
883
883
|
color: #fff;
|
|
884
884
|
}
|
|
885
885
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
886
|
-
color: #
|
|
886
|
+
color: #adb5bd;
|
|
887
887
|
}
|
|
888
888
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
889
|
-
color: #
|
|
889
|
+
color: #ced4da;
|
|
890
890
|
}
|
|
891
891
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
892
892
|
background: #565e64;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5-dark.scss';
|
|
2
2
|
@import '../h-scroll/bootstrap5-dark-definition.scss';
|
|
3
3
|
@import '../v-scroll/bootstrap5-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
100
100
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
|
|
101
101
|
font-size: 18px;
|
|
102
|
-
line-height:
|
|
102
|
+
line-height: 14px;
|
|
103
103
|
}
|
|
104
104
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
105
105
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
min-width: 12px;
|
|
438
438
|
width: auto;
|
|
439
439
|
font-size: 18px;
|
|
440
|
-
line-height:
|
|
440
|
+
line-height: 14px;
|
|
441
441
|
}
|
|
442
442
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
443
443
|
padding: 0 4px;
|
|
@@ -883,10 +883,10 @@
|
|
|
883
883
|
color: #fff;
|
|
884
884
|
}
|
|
885
885
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
886
|
-
color: #
|
|
886
|
+
color: #6c757d;
|
|
887
887
|
}
|
|
888
888
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
889
|
-
color: #
|
|
889
|
+
color: #495057;
|
|
890
890
|
}
|
|
891
891
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
892
892
|
background: #565e64;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5.scss';
|
|
2
2
|
@import '../h-scroll/bootstrap5-definition.scss';
|
|
3
3
|
@import '../v-scroll/bootstrap5-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fabric-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fabric-dark.scss';
|
|
2
2
|
@import '../h-scroll/fabric-dark-definition.scss';
|
|
3
3
|
@import '../v-scroll/fabric-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fluent-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fluent-dark.scss';
|
|
2
2
|
@import '../h-scroll/fluent-dark-definition.scss';
|
|
3
3
|
@import '../v-scroll/fluent-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/highcontrast-light
|
|
1
|
+
@import 'ej2-base/styles/definition/highcontrast-light.scss';
|
|
2
2
|
@import '../h-scroll/highcontrast-light-definition.scss';
|
|
3
3
|
@import '../v-scroll/highcontrast-light-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|