@syncfusion/blazor-themes 26.1.42 → 26.2.5
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/SCSS-Themes/base/fluent2-dark.scss +2 -2
- package/SCSS-Themes/base/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/base/fluent2.scss +15 -13
- package/SCSS-Themes/bds-dark.scss +244 -67
- package/SCSS-Themes/bds.scss +244 -67
- package/SCSS-Themes/bootstrap-dark.scss +244 -67
- package/SCSS-Themes/bootstrap.scss +250 -73
- package/SCSS-Themes/bootstrap4.scss +250 -73
- package/SCSS-Themes/bootstrap5-dark.scss +252 -75
- package/SCSS-Themes/bootstrap5.scss +252 -75
- package/SCSS-Themes/buttons/button/bds-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bds.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap4.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2.scss +2 -2
- package/SCSS-Themes/buttons/button/highcontrast.scss +2 -2
- package/SCSS-Themes/buttons/button/material-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material.scss +2 -2
- package/SCSS-Themes/buttons/button/material3-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material3.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind.scss +2 -2
- package/SCSS-Themes/buttons/speed-dial/bds-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bds.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap4.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/highcontrast.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind.scss +1 -0
- package/SCSS-Themes/dropdowns/list-box/bds-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bds.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +17 -13
- package/SCSS-Themes/dropdowns/multi-select/material.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +244 -67
- package/SCSS-Themes/fabric.scss +247 -70
- package/SCSS-Themes/fluent-dark.scss +250 -73
- package/SCSS-Themes/fluent.scss +250 -73
- package/SCSS-Themes/fluent2-dark.scss +260 -83
- package/SCSS-Themes/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/fluent2.scss +273 -94
- package/SCSS-Themes/grids/grid/bds-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bds.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -18
- package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -18
- package/SCSS-Themes/grids/grid/fabric-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/fabric.scss +18 -13
- package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +27 -22
- package/SCSS-Themes/grids/grid/fluent2.scss +27 -22
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -17
- package/SCSS-Themes/grids/grid/material-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/material.scss +16 -11
- package/SCSS-Themes/grids/grid/material3-dark.scss +20 -15
- package/SCSS-Themes/grids/grid/material3.scss +20 -15
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +24 -19
- package/SCSS-Themes/grids/grid/tailwind.scss +24 -19
- package/SCSS-Themes/highcontrast.scss +251 -74
- package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bds.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +50 -1
- package/SCSS-Themes/inputs/input/bds-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bds.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap4.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2.scss +45 -21
- package/SCSS-Themes/inputs/input/highcontrast.scss +45 -21
- package/SCSS-Themes/inputs/input/material-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material.scss +45 -21
- package/SCSS-Themes/inputs/input/material3-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material3.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind.scss +45 -21
- package/SCSS-Themes/inputs/otp-input/bds-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bds.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap4.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/highcontrast.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind.scss +1 -1
- package/SCSS-Themes/material-dark.scss +244 -67
- package/SCSS-Themes/material.scss +246 -69
- package/SCSS-Themes/material3-dark.scss +249 -72
- package/SCSS-Themes/material3.scss +249 -72
- package/SCSS-Themes/navigations/breadcrumb/bds-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bds.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap4.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/highcontrast.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind.scss +4 -2
- package/SCSS-Themes/navigations/treeview/bds-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bds.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2.scss +2 -2
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind.scss +2 -2
- package/SCSS-Themes/notifications/message/fluent2-dark.scss +2 -2
- package/SCSS-Themes/notifications/message/fluent2.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bds-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bds.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +56 -10
- package/SCSS-Themes/popups/dialog/bds-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bds.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap4.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2.scss +6 -0
- package/SCSS-Themes/popups/dialog/highcontrast.scss +6 -0
- package/SCSS-Themes/popups/dialog/material-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind.scss +6 -0
- package/SCSS-Themes/querybuilder/query-builder/bds-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bds.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +1 -1
- package/SCSS-Themes/ribbon/ribbon/bds-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bds.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +38 -4
- package/SCSS-Themes/splitbuttons/drop-down-button/bds-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bds.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +6 -0
- package/SCSS-Themes/tailwind-dark.scss +253 -76
- package/SCSS-Themes/tailwind.scss +253 -76
- package/package.json +1 -1
|
@@ -2732,7 +2732,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2732
2732
|
@if $skin-name == 'fluent2' {
|
|
2733
2733
|
background: transparent;
|
|
2734
2734
|
border-color: $secondary-border-color-hover;
|
|
2735
|
-
color: $secondary-text-color-
|
|
2735
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2736
2736
|
}
|
|
2737
2737
|
|
|
2738
2738
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2765,7 +2765,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2765
2765
|
@include outline-active;
|
|
2766
2766
|
@if $skin-name == 'fluent2' {
|
|
2767
2767
|
background: transparent;
|
|
2768
|
-
color: $secondary-text-color-
|
|
2768
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2769
2769
|
outline: 2px solid;
|
|
2770
2770
|
outline-offset: -2px;
|
|
2771
2771
|
}
|
|
@@ -2732,7 +2732,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2732
2732
|
@if $skin-name == 'fluent2' {
|
|
2733
2733
|
background: transparent;
|
|
2734
2734
|
border-color: $secondary-border-color-hover;
|
|
2735
|
-
color: $secondary-text-color-
|
|
2735
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2736
2736
|
}
|
|
2737
2737
|
|
|
2738
2738
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2765,7 +2765,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2765
2765
|
@include outline-active;
|
|
2766
2766
|
@if $skin-name == 'fluent2' {
|
|
2767
2767
|
background: transparent;
|
|
2768
|
-
color: $secondary-text-color-
|
|
2768
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2769
2769
|
outline: 2px solid;
|
|
2770
2770
|
outline-offset: -2px;
|
|
2771
2771
|
}
|
|
@@ -2666,7 +2666,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2666
2666
|
@if $skin-name == 'fluent2' {
|
|
2667
2667
|
background: transparent;
|
|
2668
2668
|
border-color: $secondary-border-color-hover;
|
|
2669
|
-
color: $secondary-text-color-
|
|
2669
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2670
2670
|
}
|
|
2671
2671
|
|
|
2672
2672
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2699,7 +2699,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2699
2699
|
@include outline-active;
|
|
2700
2700
|
@if $skin-name == 'fluent2' {
|
|
2701
2701
|
background: transparent;
|
|
2702
|
-
color: $secondary-text-color-
|
|
2702
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2703
2703
|
outline: 2px solid;
|
|
2704
2704
|
outline-offset: -2px;
|
|
2705
2705
|
}
|
|
@@ -2621,7 +2621,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2621
2621
|
@if $skin-name == 'fluent2' {
|
|
2622
2622
|
background: transparent;
|
|
2623
2623
|
border-color: $secondary-border-color-hover;
|
|
2624
|
-
color: $secondary-text-color-
|
|
2624
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2625
2625
|
}
|
|
2626
2626
|
|
|
2627
2627
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2654,7 +2654,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2654
2654
|
@include outline-active;
|
|
2655
2655
|
@if $skin-name == 'fluent2' {
|
|
2656
2656
|
background: transparent;
|
|
2657
|
-
color: $secondary-text-color-
|
|
2657
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2658
2658
|
outline: 2px solid;
|
|
2659
2659
|
outline-offset: -2px;
|
|
2660
2660
|
}
|
|
@@ -2669,7 +2669,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2669
2669
|
@if $skin-name == 'fluent2' {
|
|
2670
2670
|
background: transparent;
|
|
2671
2671
|
border-color: $secondary-border-color-hover;
|
|
2672
|
-
color: $secondary-text-color-
|
|
2672
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
2675
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2702,7 +2702,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2702
2702
|
@include outline-active;
|
|
2703
2703
|
@if $skin-name == 'fluent2' {
|
|
2704
2704
|
background: transparent;
|
|
2705
|
-
color: $secondary-text-color-
|
|
2705
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2706
2706
|
outline: 2px solid;
|
|
2707
2707
|
outline-offset: -2px;
|
|
2708
2708
|
}
|
|
@@ -2677,7 +2677,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2677
2677
|
@if $skin-name == 'fluent2' {
|
|
2678
2678
|
background: transparent;
|
|
2679
2679
|
border-color: $secondary-border-color-hover;
|
|
2680
|
-
color: $secondary-text-color-
|
|
2680
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
2683
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2710,7 +2710,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2710
2710
|
@include outline-active;
|
|
2711
2711
|
@if $skin-name == 'fluent2' {
|
|
2712
2712
|
background: transparent;
|
|
2713
|
-
color: $secondary-text-color-
|
|
2713
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2714
2714
|
outline: 2px solid;
|
|
2715
2715
|
outline-offset: -2px;
|
|
2716
2716
|
}
|
|
@@ -2677,7 +2677,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2677
2677
|
@if $skin-name == 'fluent2' {
|
|
2678
2678
|
background: transparent;
|
|
2679
2679
|
border-color: $secondary-border-color-hover;
|
|
2680
|
-
color: $secondary-text-color-
|
|
2680
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
2683
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2710,7 +2710,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
2710
2710
|
@include outline-active;
|
|
2711
2711
|
@if $skin-name == 'fluent2' {
|
|
2712
2712
|
background: transparent;
|
|
2713
|
-
color: $secondary-text-color-
|
|
2713
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2714
2714
|
outline: 2px solid;
|
|
2715
2715
|
outline-offset: -2px;
|
|
2716
2716
|
}
|
|
@@ -2624,7 +2624,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2624
2624
|
@if $skin-name == 'fluent2' {
|
|
2625
2625
|
background: transparent;
|
|
2626
2626
|
border-color: $secondary-border-color-hover;
|
|
2627
|
-
color: $secondary-text-color-
|
|
2627
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2628
2628
|
}
|
|
2629
2629
|
|
|
2630
2630
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2657,7 +2657,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2657
2657
|
@include outline-active;
|
|
2658
2658
|
@if $skin-name == 'fluent2' {
|
|
2659
2659
|
background: transparent;
|
|
2660
|
-
color: $secondary-text-color-
|
|
2660
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2661
2661
|
outline: 2px solid;
|
|
2662
2662
|
outline-offset: -2px;
|
|
2663
2663
|
}
|
|
@@ -2621,7 +2621,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2621
2621
|
@if $skin-name == 'fluent2' {
|
|
2622
2622
|
background: transparent;
|
|
2623
2623
|
border-color: $secondary-border-color-hover;
|
|
2624
|
-
color: $secondary-text-color-
|
|
2624
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2625
2625
|
}
|
|
2626
2626
|
|
|
2627
2627
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2654,7 +2654,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2654
2654
|
@include outline-active;
|
|
2655
2655
|
@if $skin-name == 'fluent2' {
|
|
2656
2656
|
background: transparent;
|
|
2657
|
-
color: $secondary-text-color-
|
|
2657
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2658
2658
|
outline: 2px solid;
|
|
2659
2659
|
outline-offset: -2px;
|
|
2660
2660
|
}
|
|
@@ -2677,7 +2677,7 @@ $btn-warning-focus-box-shadow: $shadow-none !default;
|
|
|
2677
2677
|
@if $skin-name == 'fluent2' {
|
|
2678
2678
|
background: transparent;
|
|
2679
2679
|
border-color: $secondary-border-color-hover;
|
|
2680
|
-
color: $secondary-text-color-
|
|
2680
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
2683
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2710,7 +2710,7 @@ $btn-warning-focus-box-shadow: $shadow-none !default;
|
|
|
2710
2710
|
@include outline-active;
|
|
2711
2711
|
@if $skin-name == 'fluent2' {
|
|
2712
2712
|
background: transparent;
|
|
2713
|
-
color: $secondary-text-color-
|
|
2713
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2714
2714
|
outline: 2px solid;
|
|
2715
2715
|
outline-offset: -2px;
|
|
2716
2716
|
}
|
|
@@ -2677,7 +2677,7 @@ $btn-warning-focus-box-shadow: $shadow-none !default;
|
|
|
2677
2677
|
@if $skin-name == 'fluent2' {
|
|
2678
2678
|
background: transparent;
|
|
2679
2679
|
border-color: $secondary-border-color-hover;
|
|
2680
|
-
color: $secondary-text-color-
|
|
2680
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
2683
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2710,7 +2710,7 @@ $btn-warning-focus-box-shadow: $shadow-none !default;
|
|
|
2710
2710
|
@include outline-active;
|
|
2711
2711
|
@if $skin-name == 'fluent2' {
|
|
2712
2712
|
background: transparent;
|
|
2713
|
-
color: $secondary-text-color-
|
|
2713
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2714
2714
|
outline: 2px solid;
|
|
2715
2715
|
outline-offset: -2px;
|
|
2716
2716
|
}
|
|
@@ -2691,7 +2691,7 @@ $btn-keyboard-focus-border-color: $shadow-color !default;
|
|
|
2691
2691
|
@if $skin-name == 'fluent2' {
|
|
2692
2692
|
background: transparent;
|
|
2693
2693
|
border-color: $secondary-border-color-hover;
|
|
2694
|
-
color: $secondary-text-color-
|
|
2694
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2695
2695
|
}
|
|
2696
2696
|
|
|
2697
2697
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2724,7 +2724,7 @@ $btn-keyboard-focus-border-color: $shadow-color !default;
|
|
|
2724
2724
|
@include outline-active;
|
|
2725
2725
|
@if $skin-name == 'fluent2' {
|
|
2726
2726
|
background: transparent;
|
|
2727
|
-
color: $secondary-text-color-
|
|
2727
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2728
2728
|
outline: 2px solid;
|
|
2729
2729
|
outline-offset: -2px;
|
|
2730
2730
|
}
|
|
@@ -2691,7 +2691,7 @@ $btn-keyboard-focus-border-color: $shadow-color !default;
|
|
|
2691
2691
|
@if $skin-name == 'fluent2' {
|
|
2692
2692
|
background: transparent;
|
|
2693
2693
|
border-color: $secondary-border-color-hover;
|
|
2694
|
-
color: $secondary-text-color-
|
|
2694
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2695
2695
|
}
|
|
2696
2696
|
|
|
2697
2697
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2724,7 +2724,7 @@ $btn-keyboard-focus-border-color: $shadow-color !default;
|
|
|
2724
2724
|
@include outline-active;
|
|
2725
2725
|
@if $skin-name == 'fluent2' {
|
|
2726
2726
|
background: transparent;
|
|
2727
|
-
color: $secondary-text-color-
|
|
2727
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2728
2728
|
outline: 2px solid;
|
|
2729
2729
|
outline-offset: -2px;
|
|
2730
2730
|
}
|
|
@@ -2644,7 +2644,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2644
2644
|
@if $skin-name == 'fluent2' {
|
|
2645
2645
|
background: transparent;
|
|
2646
2646
|
border-color: $secondary-border-color-hover;
|
|
2647
|
-
color: $secondary-text-color-
|
|
2647
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2648
2648
|
}
|
|
2649
2649
|
|
|
2650
2650
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2677,7 +2677,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2677
2677
|
@include outline-active;
|
|
2678
2678
|
@if $skin-name == 'fluent2' {
|
|
2679
2679
|
background: transparent;
|
|
2680
|
-
color: $secondary-text-color-
|
|
2680
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2681
2681
|
outline: 2px solid;
|
|
2682
2682
|
outline-offset: -2px;
|
|
2683
2683
|
}
|
|
@@ -2667,7 +2667,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2667
2667
|
@if $skin-name == 'fluent2' {
|
|
2668
2668
|
background: transparent;
|
|
2669
2669
|
border-color: $secondary-border-color-hover;
|
|
2670
|
-
color: $secondary-text-color-
|
|
2670
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2671
2671
|
}
|
|
2672
2672
|
|
|
2673
2673
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2700,7 +2700,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2700
2700
|
@include outline-active;
|
|
2701
2701
|
@if $skin-name == 'fluent2' {
|
|
2702
2702
|
background: transparent;
|
|
2703
|
-
color: $secondary-text-color-
|
|
2703
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2704
2704
|
outline: 2px solid;
|
|
2705
2705
|
outline-offset: -2px;
|
|
2706
2706
|
}
|
|
@@ -2623,7 +2623,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2623
2623
|
@if $skin-name == 'fluent2' {
|
|
2624
2624
|
background: transparent;
|
|
2625
2625
|
border-color: $secondary-border-color-hover;
|
|
2626
|
-
color: $secondary-text-color-
|
|
2626
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2627
2627
|
}
|
|
2628
2628
|
|
|
2629
2629
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2656,7 +2656,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
2656
2656
|
@include outline-active;
|
|
2657
2657
|
@if $skin-name == 'fluent2' {
|
|
2658
2658
|
background: transparent;
|
|
2659
|
-
color: $secondary-text-color-
|
|
2659
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2660
2660
|
outline: 2px solid;
|
|
2661
2661
|
outline-offset: -2px;
|
|
2662
2662
|
}
|
|
@@ -2693,7 +2693,7 @@ $btn-keyboard-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
|
2693
2693
|
@if $skin-name == 'fluent2' {
|
|
2694
2694
|
background: transparent;
|
|
2695
2695
|
border-color: $secondary-border-color-hover;
|
|
2696
|
-
color: $secondary-text-color-
|
|
2696
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
2699
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2726,7 +2726,7 @@ $btn-keyboard-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
|
2726
2726
|
@include outline-active;
|
|
2727
2727
|
@if $skin-name == 'fluent2' {
|
|
2728
2728
|
background: transparent;
|
|
2729
|
-
color: $secondary-text-color-
|
|
2729
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2730
2730
|
outline: 2px solid;
|
|
2731
2731
|
outline-offset: -2px;
|
|
2732
2732
|
}
|
|
@@ -2693,7 +2693,7 @@ $btn-keyboard-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
|
2693
2693
|
@if $skin-name == 'fluent2' {
|
|
2694
2694
|
background: transparent;
|
|
2695
2695
|
border-color: $secondary-border-color-hover;
|
|
2696
|
-
color: $secondary-text-color-
|
|
2696
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
2699
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2726,7 +2726,7 @@ $btn-keyboard-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
|
2726
2726
|
@include outline-active;
|
|
2727
2727
|
@if $skin-name == 'fluent2' {
|
|
2728
2728
|
background: transparent;
|
|
2729
|
-
color: $secondary-text-color-
|
|
2729
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2730
2730
|
outline: 2px solid;
|
|
2731
2731
|
outline-offset: -2px;
|
|
2732
2732
|
}
|
|
@@ -2670,7 +2670,7 @@ $btn-focus-box-shadow: $shadow-focus-ring2 !default;
|
|
|
2670
2670
|
@if $skin-name == 'fluent2' {
|
|
2671
2671
|
background: transparent;
|
|
2672
2672
|
border-color: $secondary-border-color-hover;
|
|
2673
|
-
color: $secondary-text-color-
|
|
2673
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2674
2674
|
}
|
|
2675
2675
|
|
|
2676
2676
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2703,7 +2703,7 @@ $btn-focus-box-shadow: $shadow-focus-ring2 !default;
|
|
|
2703
2703
|
@include outline-active;
|
|
2704
2704
|
@if $skin-name == 'fluent2' {
|
|
2705
2705
|
background: transparent;
|
|
2706
|
-
color: $secondary-text-color-
|
|
2706
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2707
2707
|
outline: 2px solid;
|
|
2708
2708
|
outline-offset: -2px;
|
|
2709
2709
|
}
|
|
@@ -2670,7 +2670,7 @@ $btn-focus-box-shadow: $shadow-focus-ring2 !default;
|
|
|
2670
2670
|
@if $skin-name == 'fluent2' {
|
|
2671
2671
|
background: transparent;
|
|
2672
2672
|
border-color: $secondary-border-color-hover;
|
|
2673
|
-
color: $secondary-text-color-
|
|
2673
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2674
2674
|
}
|
|
2675
2675
|
|
|
2676
2676
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2703,7 +2703,7 @@ $btn-focus-box-shadow: $shadow-focus-ring2 !default;
|
|
|
2703
2703
|
@include outline-active;
|
|
2704
2704
|
@if $skin-name == 'fluent2' {
|
|
2705
2705
|
background: transparent;
|
|
2706
|
-
color: $secondary-text-color-
|
|
2706
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
2707
2707
|
outline: 2px solid;
|
|
2708
2708
|
outline-offset: -2px;
|
|
2709
2709
|
}
|
|
@@ -194,19 +194,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
194
194
|
text-align: center;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
&:not(.e-list-template) .e-list-item,
|
|
198
|
-
.e-list-nrt,
|
|
199
|
-
.e-selectall-parent {
|
|
200
|
-
height: $listbox-item-height;
|
|
201
|
-
line-height: $listbox-item-line-height;
|
|
202
|
-
padding: $listbox-item-padding;
|
|
203
|
-
position: relative;
|
|
204
|
-
@if $skin-name == 'fluent2' {
|
|
205
|
-
font-size: 14px;
|
|
206
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
197
|
.e-list-parent {
|
|
211
198
|
height: 100%;
|
|
212
199
|
min-height: $listbox-item-height;
|
|
@@ -708,6 +695,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
708
695
|
}
|
|
709
696
|
}
|
|
710
697
|
|
|
698
|
+
.e-listbox-wrapper,
|
|
699
|
+
.e-listbox-container,
|
|
700
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
701
|
+
&:not(.e-list-template) .e-list-item,
|
|
702
|
+
.e-list-nrt,
|
|
703
|
+
.e-selectall-parent {
|
|
704
|
+
height: $listbox-item-height;
|
|
705
|
+
line-height: $listbox-item-line-height;
|
|
706
|
+
padding: $listbox-item-padding;
|
|
707
|
+
position: relative;
|
|
708
|
+
@if $skin-name == 'fluent2' {
|
|
709
|
+
font-size: 14px;
|
|
710
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
|
|
711
715
|
|
|
712
716
|
@mixin avatar {
|
|
713
717
|
height: $listbox-template-avatar-size;
|
|
@@ -194,19 +194,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
194
194
|
text-align: center;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
&:not(.e-list-template) .e-list-item,
|
|
198
|
-
.e-list-nrt,
|
|
199
|
-
.e-selectall-parent {
|
|
200
|
-
height: $listbox-item-height;
|
|
201
|
-
line-height: $listbox-item-line-height;
|
|
202
|
-
padding: $listbox-item-padding;
|
|
203
|
-
position: relative;
|
|
204
|
-
@if $skin-name == 'fluent2' {
|
|
205
|
-
font-size: 14px;
|
|
206
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
197
|
.e-list-parent {
|
|
211
198
|
height: 100%;
|
|
212
199
|
min-height: $listbox-item-height;
|
|
@@ -708,6 +695,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
708
695
|
}
|
|
709
696
|
}
|
|
710
697
|
|
|
698
|
+
.e-listbox-wrapper,
|
|
699
|
+
.e-listbox-container,
|
|
700
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
701
|
+
&:not(.e-list-template) .e-list-item,
|
|
702
|
+
.e-list-nrt,
|
|
703
|
+
.e-selectall-parent {
|
|
704
|
+
height: $listbox-item-height;
|
|
705
|
+
line-height: $listbox-item-line-height;
|
|
706
|
+
padding: $listbox-item-padding;
|
|
707
|
+
position: relative;
|
|
708
|
+
@if $skin-name == 'fluent2' {
|
|
709
|
+
font-size: 14px;
|
|
710
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
|
|
711
715
|
|
|
712
716
|
@mixin avatar {
|
|
713
717
|
height: $listbox-template-avatar-size;
|