@syncfusion/ej2-navigations 25.2.6 → 26.1.35-750253
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 +3 -2
- 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 +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- 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.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2357
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
--color-sf-on-warning: 99, 52, 0;
|
|
101
101
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
102
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
103
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
104
104
|
--color-sf-success-text: 0, 0, 0;
|
|
105
105
|
--color-sf-warning-text: 0, 0, 0;
|
|
106
106
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -110,18 +110,31 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
/*! component's theme wise override definitions and variables */
|
|
113
|
+
@-webkit-keyframes hscroll-popup-shadow {
|
|
114
|
+
0% {
|
|
115
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
116
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
117
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
118
|
+
}
|
|
119
|
+
100% {
|
|
120
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
121
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
113
124
|
@keyframes hscroll-popup-shadow {
|
|
114
125
|
0% {
|
|
115
126
|
border-color: rgba(255, 255, 255, 0.5);
|
|
116
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
127
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
128
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
117
129
|
}
|
|
118
130
|
100% {
|
|
119
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
131
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
132
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
120
133
|
}
|
|
121
134
|
}
|
|
122
|
-
/*! component's theme wise override definitions and variables */
|
|
135
|
+
/*! component's theme wise override definitions and variables */
|
|
136
|
+
/* stylelint-disable-line no-empty-source */
|
|
123
137
|
/* stylelint-disable */
|
|
124
|
-
/*! toolbar icons */
|
|
125
138
|
.e-toolbar .e-popup-down-icon::before {
|
|
126
139
|
content: "\e729";
|
|
127
140
|
line-height: normal;
|
|
@@ -131,7 +144,6 @@
|
|
|
131
144
|
line-height: normal;
|
|
132
145
|
}
|
|
133
146
|
|
|
134
|
-
/*! toolbar layout */
|
|
135
147
|
/* stylelint-disable property-no-vendor-prefix */
|
|
136
148
|
.e-bigger .e-toolbar,
|
|
137
149
|
.e-toolbar.e-bigger {
|
|
@@ -375,10 +387,8 @@
|
|
|
375
387
|
margin-right: initial;
|
|
376
388
|
}
|
|
377
389
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
378
|
-
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
379
|
-
margin: 0;
|
|
380
|
-
}
|
|
381
390
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
391
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
382
392
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
383
393
|
margin: 0;
|
|
384
394
|
}
|
|
@@ -404,12 +414,14 @@
|
|
|
404
414
|
min-height: 48px;
|
|
405
415
|
position: relative;
|
|
406
416
|
-webkit-user-select: none;
|
|
417
|
+
-moz-user-select: none;
|
|
407
418
|
-ms-user-select: none;
|
|
408
419
|
user-select: none;
|
|
409
420
|
white-space: nowrap;
|
|
410
421
|
overflow: hidden;
|
|
411
422
|
}
|
|
412
423
|
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
424
|
+
display: -webkit-box;
|
|
413
425
|
display: -ms-flexbox;
|
|
414
426
|
display: flex;
|
|
415
427
|
-ms-flex-wrap: nowrap;
|
|
@@ -428,7 +440,8 @@
|
|
|
428
440
|
visibility: hidden;
|
|
429
441
|
}
|
|
430
442
|
.e-toolbar.e-control[class*=e-toolbar] {
|
|
431
|
-
box-sizing: content-box;
|
|
443
|
+
-webkit-box-sizing: content-box;
|
|
444
|
+
box-sizing: content-box;
|
|
432
445
|
}
|
|
433
446
|
.e-toolbar.e-corner {
|
|
434
447
|
border-radius: 1px;
|
|
@@ -438,12 +451,14 @@
|
|
|
438
451
|
}
|
|
439
452
|
.e-toolbar .e-toolbar-items {
|
|
440
453
|
border-radius: 0 0 0 0;
|
|
454
|
+
display: -webkit-inline-box;
|
|
441
455
|
display: -ms-inline-flexbox;
|
|
442
456
|
display: inline-flex;
|
|
443
457
|
height: 100%;
|
|
444
458
|
vertical-align: middle;
|
|
445
|
-
-
|
|
446
|
-
align
|
|
459
|
+
-webkit-box-align: center;
|
|
460
|
+
-ms-flex-align: center;
|
|
461
|
+
align-items: center;
|
|
447
462
|
}
|
|
448
463
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
449
464
|
margin-bottom: 1px;
|
|
@@ -506,9 +521,7 @@
|
|
|
506
521
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
507
522
|
margin-right: 8px;
|
|
508
523
|
}
|
|
509
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
510
|
-
margin: 0;
|
|
511
|
-
}
|
|
524
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
512
525
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
513
526
|
margin: 0;
|
|
514
527
|
}
|
|
@@ -518,29 +531,36 @@
|
|
|
518
531
|
.e-toolbar .e-toolbar-item {
|
|
519
532
|
-ms-flex-line-pack: center;
|
|
520
533
|
align-content: center;
|
|
521
|
-
-
|
|
522
|
-
align
|
|
534
|
+
-webkit-box-align: center;
|
|
535
|
+
-ms-flex-align: center;
|
|
536
|
+
align-items: center;
|
|
523
537
|
cursor: pointer;
|
|
538
|
+
display: -webkit-inline-box;
|
|
524
539
|
display: -ms-inline-flexbox;
|
|
525
540
|
display: inline-flex;
|
|
526
541
|
min-height: 32px;
|
|
527
542
|
vertical-align: middle;
|
|
528
543
|
width: auto;
|
|
529
|
-
-
|
|
530
|
-
flex: 0 0 auto;
|
|
544
|
+
-webkit-box-flex: 0;
|
|
545
|
+
-ms-flex: 0 0 auto;
|
|
546
|
+
flex: 0 0 auto;
|
|
531
547
|
}
|
|
532
548
|
.e-toolbar .e-toolbar-item.e-spacer {
|
|
533
|
-
-
|
|
534
|
-
flex-
|
|
549
|
+
-webkit-box-flex: 1;
|
|
550
|
+
-ms-flex-positive: 1;
|
|
551
|
+
flex-grow: 1;
|
|
535
552
|
}
|
|
536
553
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
554
|
+
display: -webkit-box;
|
|
537
555
|
display: -ms-flexbox;
|
|
538
556
|
display: flex;
|
|
539
|
-
-
|
|
540
|
-
align
|
|
557
|
+
-webkit-box-align: center;
|
|
558
|
+
-ms-flex-align: center;
|
|
559
|
+
align-items: center;
|
|
541
560
|
vertical-align: middle;
|
|
542
|
-
-
|
|
543
|
-
|
|
561
|
+
-webkit-box-pack: center;
|
|
562
|
+
-ms-flex-pack: center;
|
|
563
|
+
justify-content: center;
|
|
544
564
|
margin: 0;
|
|
545
565
|
min-height: 32px;
|
|
546
566
|
min-width: 32px;
|
|
@@ -609,10 +629,13 @@
|
|
|
609
629
|
height: auto;
|
|
610
630
|
}
|
|
611
631
|
.e-toolbar.e-vertical {
|
|
632
|
+
display: -webkit-box;
|
|
612
633
|
display: -ms-flexbox;
|
|
613
634
|
display: flex;
|
|
614
|
-
-
|
|
615
|
-
|
|
635
|
+
-webkit-box-orient: vertical;
|
|
636
|
+
-webkit-box-direction: normal;
|
|
637
|
+
-ms-flex-direction: column;
|
|
638
|
+
flex-direction: column;
|
|
616
639
|
}
|
|
617
640
|
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
618
641
|
-ms-touch-action: pan-x pinch-zoom;
|
|
@@ -640,6 +663,7 @@
|
|
|
640
663
|
margin-right: 0;
|
|
641
664
|
}
|
|
642
665
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
666
|
+
display: -webkit-box;
|
|
643
667
|
display: -ms-flexbox;
|
|
644
668
|
display: flex;
|
|
645
669
|
height: auto;
|
|
@@ -671,10 +695,12 @@
|
|
|
671
695
|
top: 0;
|
|
672
696
|
}
|
|
673
697
|
.e-toolbar .e-hor-nav {
|
|
674
|
-
-
|
|
675
|
-
align
|
|
698
|
+
-webkit-box-align: center;
|
|
699
|
+
-ms-flex-align: center;
|
|
700
|
+
align-items: center;
|
|
676
701
|
border-radius: 0 0 0 0;
|
|
677
702
|
cursor: pointer;
|
|
703
|
+
display: -webkit-box;
|
|
678
704
|
display: -ms-flexbox;
|
|
679
705
|
display: flex;
|
|
680
706
|
height: 100%;
|
|
@@ -691,14 +717,17 @@
|
|
|
691
717
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
692
718
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
693
719
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
720
|
+
display: -webkit-box;
|
|
694
721
|
display: -ms-flexbox;
|
|
695
722
|
display: flex;
|
|
696
723
|
text-align: center;
|
|
697
724
|
vertical-align: middle;
|
|
698
|
-
-
|
|
699
|
-
align
|
|
700
|
-
|
|
701
|
-
|
|
725
|
+
-webkit-box-align: center;
|
|
726
|
+
-ms-flex-align: center;
|
|
727
|
+
align-items: center;
|
|
728
|
+
-webkit-box-pack: center;
|
|
729
|
+
-ms-flex-pack: center;
|
|
730
|
+
justify-content: center;
|
|
702
731
|
width: 100%;
|
|
703
732
|
font-size: 14px;
|
|
704
733
|
}
|
|
@@ -715,11 +744,13 @@
|
|
|
715
744
|
position: absolute;
|
|
716
745
|
}
|
|
717
746
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
747
|
+
display: -webkit-box;
|
|
718
748
|
display: -ms-flexbox;
|
|
719
749
|
display: flex;
|
|
720
750
|
height: 32px;
|
|
721
|
-
-
|
|
722
|
-
|
|
751
|
+
-webkit-box-pack: center;
|
|
752
|
+
-ms-flex-pack: center;
|
|
753
|
+
justify-content: center;
|
|
723
754
|
min-height: 32px;
|
|
724
755
|
}
|
|
725
756
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
@@ -731,8 +762,9 @@
|
|
|
731
762
|
padding: 5px 12px;
|
|
732
763
|
border: none;
|
|
733
764
|
border-radius: 4px;
|
|
734
|
-
-
|
|
735
|
-
|
|
765
|
+
-webkit-box-pack: start;
|
|
766
|
+
-ms-flex-pack: start;
|
|
767
|
+
justify-content: flex-start;
|
|
736
768
|
}
|
|
737
769
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
738
770
|
margin: 0;
|
|
@@ -780,11 +812,13 @@
|
|
|
780
812
|
padding-right: 8px;
|
|
781
813
|
padding-top: 0;
|
|
782
814
|
margin-left: -1px;
|
|
783
|
-
box-shadow: none;
|
|
815
|
+
-webkit-box-shadow: none;
|
|
816
|
+
box-shadow: none;
|
|
784
817
|
display: inline;
|
|
785
818
|
white-space: normal;
|
|
786
819
|
}
|
|
787
820
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
821
|
+
display: -webkit-inline-box;
|
|
788
822
|
display: -ms-inline-flexbox;
|
|
789
823
|
display: inline-flex;
|
|
790
824
|
min-height: 32px;
|
|
@@ -802,13 +836,16 @@
|
|
|
802
836
|
}
|
|
803
837
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop),
|
|
804
838
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
839
|
+
display: -webkit-box;
|
|
805
840
|
display: -ms-flexbox;
|
|
806
841
|
display: flex;
|
|
807
|
-
-
|
|
808
|
-
align
|
|
842
|
+
-webkit-box-align: center;
|
|
843
|
+
-ms-flex-align: center;
|
|
844
|
+
align-items: center;
|
|
809
845
|
vertical-align: middle;
|
|
810
|
-
-
|
|
811
|
-
|
|
846
|
+
-webkit-box-pack: center;
|
|
847
|
+
-ms-flex-pack: center;
|
|
848
|
+
justify-content: center;
|
|
812
849
|
padding: 0;
|
|
813
850
|
font-size: 18px;
|
|
814
851
|
}
|
|
@@ -862,7 +899,6 @@
|
|
|
862
899
|
}
|
|
863
900
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
864
901
|
-ms-flex-item-align: center;
|
|
865
|
-
-ms-grid-row-align: center;
|
|
866
902
|
align-self: center;
|
|
867
903
|
text-overflow: ellipsis;
|
|
868
904
|
}
|
|
@@ -870,6 +906,7 @@
|
|
|
870
906
|
display: none;
|
|
871
907
|
}
|
|
872
908
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
909
|
+
display: -webkit-inline-box;
|
|
873
910
|
display: -ms-inline-flexbox;
|
|
874
911
|
display: inline-flex;
|
|
875
912
|
}
|
|
@@ -892,9 +929,7 @@
|
|
|
892
929
|
margin-left: 8px;
|
|
893
930
|
margin-right: initial;
|
|
894
931
|
}
|
|
895
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
896
|
-
margin: 0;
|
|
897
|
-
}
|
|
932
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
898
933
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
899
934
|
margin: 0;
|
|
900
935
|
}
|
|
@@ -931,9 +966,7 @@
|
|
|
931
966
|
right: auto;
|
|
932
967
|
border-radius: 0 0 0 0;
|
|
933
968
|
}
|
|
934
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item
|
|
935
|
-
margin: 0;
|
|
936
|
-
}
|
|
969
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
937
970
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
938
971
|
margin: 0;
|
|
939
972
|
}
|
|
@@ -953,20 +986,23 @@
|
|
|
953
986
|
padding-left: 0;
|
|
954
987
|
}
|
|
955
988
|
|
|
956
|
-
/*! toolbar theme */
|
|
957
989
|
/* stylelint-disable property-no-vendor-prefix */
|
|
958
990
|
.e-toolbar {
|
|
959
991
|
-webkit-tap-highlight-color: rgba(var(--color-sf-on-surface), 0.04);
|
|
992
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
960
993
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
961
994
|
border: 0 solid rgba(var(--color-sf-outline-variant));
|
|
962
|
-
box-shadow: none;
|
|
995
|
+
-webkit-box-shadow: none;
|
|
996
|
+
box-shadow: none;
|
|
963
997
|
}
|
|
964
998
|
.e-toolbar .e-toolbar-items {
|
|
999
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
965
1000
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
966
1001
|
}
|
|
967
1002
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
968
1003
|
background: transparent;
|
|
969
|
-
box-shadow: none;
|
|
1004
|
+
-webkit-box-shadow: none;
|
|
1005
|
+
box-shadow: none;
|
|
970
1006
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
971
1007
|
border: none;
|
|
972
1008
|
}
|
|
@@ -977,14 +1013,17 @@
|
|
|
977
1013
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
978
1014
|
}
|
|
979
1015
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
1016
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
|
|
980
1017
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
981
|
-
box-shadow: none;
|
|
1018
|
+
-webkit-box-shadow: none;
|
|
1019
|
+
box-shadow: none;
|
|
982
1020
|
}
|
|
983
1021
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
984
1022
|
color: rgba(var(--color-sf-on-primary-container));
|
|
985
1023
|
}
|
|
986
1024
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
987
|
-
box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary), 0.5);
|
|
1025
|
+
-webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary), 0.5);
|
|
1026
|
+
box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary), 0.5);
|
|
988
1027
|
}
|
|
989
1028
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
990
1029
|
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
@@ -993,7 +1032,8 @@
|
|
|
993
1032
|
border-color: rgba(var(--color-sf-on-surface-variant));
|
|
994
1033
|
border-style: solid;
|
|
995
1034
|
border-width: 0;
|
|
996
|
-
box-shadow: 0 0 0 1px #
|
|
1035
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
1036
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
997
1037
|
}
|
|
998
1038
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
999
1039
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
@@ -1027,7 +1067,8 @@
|
|
|
1027
1067
|
border-style: solid;
|
|
1028
1068
|
border-width: 0;
|
|
1029
1069
|
border-radius: 4px;
|
|
1030
|
-
box-shadow: none;
|
|
1070
|
+
-webkit-box-shadow: none;
|
|
1071
|
+
box-shadow: none;
|
|
1031
1072
|
color: rgba(var(--color-sf-on-primary-container));
|
|
1032
1073
|
}
|
|
1033
1074
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
@@ -1041,6 +1082,7 @@
|
|
|
1041
1082
|
border-width: 0 1px 0 0;
|
|
1042
1083
|
}
|
|
1043
1084
|
.e-toolbar .e-toolbar-item.e-overlay {
|
|
1085
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1044
1086
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1045
1087
|
opacity: 0.38;
|
|
1046
1088
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
@@ -1063,6 +1105,7 @@
|
|
|
1063
1105
|
border-width: 0 0 1px 0;
|
|
1064
1106
|
}
|
|
1065
1107
|
.e-toolbar .e-hor-nav {
|
|
1108
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1066
1109
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1067
1110
|
border: solid rgba(var(--color-sf-outline-variant));
|
|
1068
1111
|
border-width: 0 0 0 1px;
|
|
@@ -1075,8 +1118,10 @@
|
|
|
1075
1118
|
}
|
|
1076
1119
|
.e-toolbar .e-hor-nav:active {
|
|
1077
1120
|
border: 0;
|
|
1078
|
-
box-shadow: none;
|
|
1121
|
+
-webkit-box-shadow: none;
|
|
1122
|
+
box-shadow: none;
|
|
1079
1123
|
color: rgba(var(--color-sf-on-primary-container));
|
|
1124
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1080
1125
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1081
1126
|
}
|
|
1082
1127
|
.e-toolbar .e-hor-nav:active .e-icons {
|
|
@@ -1117,7 +1162,8 @@
|
|
|
1117
1162
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1118
1163
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1119
1164
|
background: rgba(var(--color-sf-on-surface), 0.08);
|
|
1120
|
-
box-shadow: none;
|
|
1165
|
+
-webkit-box-shadow: none;
|
|
1166
|
+
box-shadow: none;
|
|
1121
1167
|
border-color: rgba(var(--color-sf-on-surface), 0.08);
|
|
1122
1168
|
border-style: solid;
|
|
1123
1169
|
border-width: 0;
|
|
@@ -1137,33 +1183,38 @@
|
|
|
1137
1183
|
color: rgba(var(--color-sf-on-primary-container));
|
|
1138
1184
|
}
|
|
1139
1185
|
.e-toolbar .e-toolbar-pop {
|
|
1186
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1140
1187
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1141
1188
|
border: 0 solid rgba(var(--color-sf-outline-variant));
|
|
1142
|
-
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1189
|
+
-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1190
|
+
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1143
1191
|
}
|
|
1144
1192
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1145
1193
|
background: transparent;
|
|
1146
1194
|
}
|
|
1147
1195
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1148
1196
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
1149
|
-
box-shadow: none;
|
|
1197
|
+
-webkit-box-shadow: none;
|
|
1198
|
+
box-shadow: none;
|
|
1150
1199
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
1151
1200
|
border-style: solid;
|
|
1152
1201
|
border-width: 0;
|
|
1153
1202
|
}
|
|
1154
1203
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1155
1204
|
background: transparent;
|
|
1156
|
-
box-shadow: none;
|
|
1205
|
+
-webkit-box-shadow: none;
|
|
1206
|
+
box-shadow: none;
|
|
1157
1207
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
1158
1208
|
border-style: solid;
|
|
1159
1209
|
border-width: 0;
|
|
1160
1210
|
}
|
|
1161
1211
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1162
1212
|
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
1163
|
-
box-shadow: none;
|
|
1164
1213
|
border-color: rgba(var(--color-sf-on-surface-variant));
|
|
1165
1214
|
border-style: solid;
|
|
1166
1215
|
border-width: 0;
|
|
1216
|
+
-webkit-box-shadow: none;
|
|
1217
|
+
box-shadow: none;
|
|
1167
1218
|
}
|
|
1168
1219
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1169
1220
|
outline: 0;
|
|
@@ -1172,8 +1223,10 @@
|
|
|
1172
1223
|
background: transparent;
|
|
1173
1224
|
}
|
|
1174
1225
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1226
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1175
1227
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1176
|
-
box-shadow: none;
|
|
1228
|
+
-webkit-box-shadow: none;
|
|
1229
|
+
box-shadow: none;
|
|
1177
1230
|
border: none;
|
|
1178
1231
|
}
|
|
1179
1232
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
@@ -1182,7 +1235,8 @@
|
|
|
1182
1235
|
border-color: rgba(var(--color-sf-on-surface-variant));
|
|
1183
1236
|
border-style: solid;
|
|
1184
1237
|
border-width: 0;
|
|
1185
|
-
box-shadow: 0 0 0 1px #
|
|
1238
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
1239
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
1186
1240
|
}
|
|
1187
1241
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1188
1242
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
@@ -1194,7 +1248,8 @@
|
|
|
1194
1248
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1195
1249
|
background: rgba(var(--color-sf-on-surface), 0.08);
|
|
1196
1250
|
border-radius: 4px;
|
|
1197
|
-
box-shadow: none;
|
|
1251
|
+
-webkit-box-shadow: none;
|
|
1252
|
+
box-shadow: none;
|
|
1198
1253
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
1199
1254
|
border-style: solid;
|
|
1200
1255
|
border-width: 0;
|
|
@@ -1204,12 +1259,15 @@
|
|
|
1204
1259
|
border-width: 0 1px 0 0;
|
|
1205
1260
|
}
|
|
1206
1261
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
1262
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1207
1263
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1208
1264
|
}
|
|
1209
1265
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1266
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1210
1267
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1211
1268
|
}
|
|
1212
1269
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1270
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1213
1271
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1214
1272
|
border: solid rgba(var(--color-sf-outline-variant));
|
|
1215
1273
|
border-width: 0 1px 0 0;
|