@syncfusion/blazor-themes 29.1.35 → 29.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Compiled-Themes/bds-dark-lite.css +20 -0
- package/Compiled-Themes/bds-dark.css +20 -0
- package/Compiled-Themes/bds-lite.css +20 -0
- package/Compiled-Themes/bds.css +20 -0
- package/Compiled-Themes/bootstrap-dark-lite.css +20 -0
- package/Compiled-Themes/bootstrap-dark.css +20 -0
- package/Compiled-Themes/bootstrap-lite.css +20 -0
- package/Compiled-Themes/bootstrap.css +20 -0
- package/Compiled-Themes/bootstrap4-lite.css +20 -0
- package/Compiled-Themes/bootstrap4.css +20 -0
- package/Compiled-Themes/bootstrap5-dark-lite.css +23 -0
- package/Compiled-Themes/bootstrap5-dark.css +23 -0
- package/Compiled-Themes/bootstrap5-lite.css +23 -0
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +25 -2
- package/Compiled-Themes/bootstrap5.3-dark.css +25 -2
- package/Compiled-Themes/bootstrap5.3-lite.css +25 -2
- package/Compiled-Themes/bootstrap5.3.css +25 -2
- package/Compiled-Themes/bootstrap5.css +23 -0
- package/Compiled-Themes/fabric-dark-lite.css +20 -0
- package/Compiled-Themes/fabric-dark.css +20 -0
- package/Compiled-Themes/fabric-lite.css +20 -0
- package/Compiled-Themes/fabric.css +20 -0
- package/Compiled-Themes/fluent-dark-lite.css +20 -0
- package/Compiled-Themes/fluent-dark.css +20 -0
- package/Compiled-Themes/fluent-lite.css +20 -0
- package/Compiled-Themes/fluent.css +20 -0
- package/Compiled-Themes/fluent2-dark-lite.css +22 -2
- package/Compiled-Themes/fluent2-dark.css +22 -2
- package/Compiled-Themes/fluent2-highcontrast-lite.css +22 -2
- package/Compiled-Themes/fluent2-highcontrast.css +22 -2
- package/Compiled-Themes/fluent2-lite.css +22 -2
- package/Compiled-Themes/fluent2.css +22 -2
- package/Compiled-Themes/highcontrast-lite.css +22 -2
- package/Compiled-Themes/highcontrast.css +22 -2
- package/Compiled-Themes/material-dark-lite.css +20 -0
- package/Compiled-Themes/material-dark.css +20 -0
- package/Compiled-Themes/material-lite.css +20 -0
- package/Compiled-Themes/material.css +20 -0
- package/Compiled-Themes/material3-dark-lite.css +20 -0
- package/Compiled-Themes/material3-dark.css +21 -1
- package/Compiled-Themes/material3-lite.css +20 -0
- package/Compiled-Themes/material3.css +21 -1
- package/Compiled-Themes/tailwind-dark-lite.css +20 -0
- package/Compiled-Themes/tailwind-dark.css +20 -0
- package/Compiled-Themes/tailwind-lite.css +20 -0
- package/Compiled-Themes/tailwind.css +20 -0
- package/Compiled-Themes/tailwind3-dark-lite.css +36 -15
- package/Compiled-Themes/tailwind3-dark.css +36 -15
- package/Compiled-Themes/tailwind3-lite.css +36 -15
- package/Compiled-Themes/tailwind3.css +36 -15
- package/SCSS-Themes/bds-dark-lite.scss +28 -1
- package/SCSS-Themes/bds-dark.scss +28 -1
- package/SCSS-Themes/bds-lite.scss +28 -1
- package/SCSS-Themes/bds.scss +28 -1
- package/SCSS-Themes/bootstrap-dark-lite.scss +28 -1
- package/SCSS-Themes/bootstrap-dark.scss +28 -1
- package/SCSS-Themes/bootstrap-lite.scss +28 -1
- package/SCSS-Themes/bootstrap.scss +28 -1
- package/SCSS-Themes/bootstrap4-lite.scss +28 -1
- package/SCSS-Themes/bootstrap4.scss +28 -1
- package/SCSS-Themes/bootstrap5-dark-lite.scss +28 -1
- package/SCSS-Themes/bootstrap5-dark.scss +28 -1
- package/SCSS-Themes/bootstrap5-lite.scss +28 -1
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +30 -3
- package/SCSS-Themes/bootstrap5.3-dark.scss +30 -3
- package/SCSS-Themes/bootstrap5.3-lite.scss +30 -3
- package/SCSS-Themes/bootstrap5.3.scss +30 -3
- package/SCSS-Themes/bootstrap5.scss +28 -1
- package/SCSS-Themes/dropdowns/drop-down-list/bds-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-highcontrast-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3.scss +5 -0
- package/SCSS-Themes/fabric-dark-lite.scss +28 -1
- package/SCSS-Themes/fabric-dark.scss +28 -1
- package/SCSS-Themes/fabric-lite.scss +28 -1
- package/SCSS-Themes/fabric.scss +28 -1
- package/SCSS-Themes/fluent-dark-lite.scss +28 -1
- package/SCSS-Themes/fluent-dark.scss +28 -1
- package/SCSS-Themes/fluent-lite.scss +28 -1
- package/SCSS-Themes/fluent.scss +28 -1
- package/SCSS-Themes/fluent2-dark-lite.scss +30 -3
- package/SCSS-Themes/fluent2-dark.scss +30 -3
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +30 -3
- package/SCSS-Themes/fluent2-highcontrast.scss +30 -3
- package/SCSS-Themes/fluent2-lite.scss +30 -3
- package/SCSS-Themes/fluent2.scss +30 -3
- package/SCSS-Themes/grids/grid/bds-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bds-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bds-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bds.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2.scss +17 -0
- package/SCSS-Themes/grids/grid/highcontrast-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +19 -2
- package/SCSS-Themes/grids/grid/material-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/material-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material3.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3.scss +19 -2
- package/SCSS-Themes/highcontrast-lite.scss +30 -3
- package/SCSS-Themes/highcontrast.scss +30 -3
- package/SCSS-Themes/material-dark-lite.scss +28 -1
- package/SCSS-Themes/material-dark.scss +28 -1
- package/SCSS-Themes/material-lite.scss +28 -1
- package/SCSS-Themes/material.scss +28 -1
- package/SCSS-Themes/material3-dark-lite.scss +29 -2
- package/SCSS-Themes/material3-dark.scss +29 -2
- package/SCSS-Themes/material3-lite.scss +29 -2
- package/SCSS-Themes/material3.scss +29 -2
- package/SCSS-Themes/navigations/tab/bds-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap4-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap4.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent2-dark-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-dark.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-highcontrast-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-highcontrast.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2.scss +3 -3
- package/SCSS-Themes/navigations/tab/highcontrast-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/highcontrast.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind3-dark-lite.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3-dark.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3-lite.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3.scss +9 -9
- package/SCSS-Themes/schedule/schedule/bds-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-highcontrast-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-highcontrast.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2.scss +5 -0
- package/SCSS-Themes/schedule/schedule/highcontrast-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material3-dark-lite.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3-lite.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3.scss +6 -1
- package/SCSS-Themes/schedule/schedule/tailwind-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3.scss +5 -0
- package/SCSS-Themes/tailwind-dark-lite.scss +28 -1
- package/SCSS-Themes/tailwind-dark.scss +28 -1
- package/SCSS-Themes/tailwind-lite.scss +28 -1
- package/SCSS-Themes/tailwind.scss +28 -1
- package/SCSS-Themes/tailwind3-dark-lite.scss +38 -11
- package/SCSS-Themes/tailwind3-dark.scss +38 -11
- package/SCSS-Themes/tailwind3-lite.scss +38 -11
- package/SCSS-Themes/tailwind3.scss +38 -11
- package/package.json +1 -1
|
@@ -2952,7 +2952,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2952
2952
|
display: $tab-active-wrap-before-display;
|
|
2953
2953
|
position: $tab-active-wrap-before-position;
|
|
2954
2954
|
width: $tab-active-wrap-before-width;
|
|
2955
|
-
@if ($skin-name == 'Material3') {
|
|
2955
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2956
2956
|
border-radius: 3px 3px 0 0;
|
|
2957
2957
|
bottom: $tab-active-wrap-before-top;
|
|
2958
2958
|
}
|
|
@@ -2952,7 +2952,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2952
2952
|
display: $tab-active-wrap-before-display;
|
|
2953
2953
|
position: $tab-active-wrap-before-position;
|
|
2954
2954
|
width: $tab-active-wrap-before-width;
|
|
2955
|
-
@if ($skin-name == 'Material3') {
|
|
2955
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2956
2956
|
border-radius: 3px 3px 0 0;
|
|
2957
2957
|
bottom: $tab-active-wrap-before-top;
|
|
2958
2958
|
}
|
|
@@ -2954,7 +2954,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2954
2954
|
display: $tab-active-wrap-before-display;
|
|
2955
2955
|
position: $tab-active-wrap-before-position;
|
|
2956
2956
|
width: $tab-active-wrap-before-width;
|
|
2957
|
-
@if ($skin-name == 'Material3') {
|
|
2957
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2958
2958
|
border-radius: 3px 3px 0 0;
|
|
2959
2959
|
bottom: $tab-active-wrap-before-top;
|
|
2960
2960
|
}
|
|
@@ -2954,7 +2954,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2954
2954
|
display: $tab-active-wrap-before-display;
|
|
2955
2955
|
position: $tab-active-wrap-before-position;
|
|
2956
2956
|
width: $tab-active-wrap-before-width;
|
|
2957
|
-
@if ($skin-name == 'Material3') {
|
|
2957
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2958
2958
|
border-radius: 3px 3px 0 0;
|
|
2959
2959
|
bottom: $tab-active-wrap-before-top;
|
|
2960
2960
|
}
|
|
@@ -2948,7 +2948,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2948
2948
|
display: $tab-active-wrap-before-display;
|
|
2949
2949
|
position: $tab-active-wrap-before-position;
|
|
2950
2950
|
width: $tab-active-wrap-before-width;
|
|
2951
|
-
@if ($skin-name == 'Material3') {
|
|
2951
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2952
2952
|
border-radius: 3px 3px 0 0;
|
|
2953
2953
|
bottom: $tab-active-wrap-before-top;
|
|
2954
2954
|
}
|
|
@@ -2948,7 +2948,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2948
2948
|
display: $tab-active-wrap-before-display;
|
|
2949
2949
|
position: $tab-active-wrap-before-position;
|
|
2950
2950
|
width: $tab-active-wrap-before-width;
|
|
2951
|
-
@if ($skin-name == 'Material3') {
|
|
2951
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2952
2952
|
border-radius: 3px 3px 0 0;
|
|
2953
2953
|
bottom: $tab-active-wrap-before-top;
|
|
2954
2954
|
}
|
|
@@ -2948,7 +2948,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2948
2948
|
display: $tab-active-wrap-before-display;
|
|
2949
2949
|
position: $tab-active-wrap-before-position;
|
|
2950
2950
|
width: $tab-active-wrap-before-width;
|
|
2951
|
-
@if ($skin-name == 'Material3') {
|
|
2951
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2952
2952
|
border-radius: 3px 3px 0 0;
|
|
2953
2953
|
bottom: $tab-active-wrap-before-top;
|
|
2954
2954
|
}
|
|
@@ -2948,7 +2948,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2948
2948
|
display: $tab-active-wrap-before-display;
|
|
2949
2949
|
position: $tab-active-wrap-before-position;
|
|
2950
2950
|
width: $tab-active-wrap-before-width;
|
|
2951
|
-
@if ($skin-name == 'Material3') {
|
|
2951
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2952
2952
|
border-radius: 3px 3px 0 0;
|
|
2953
2953
|
bottom: $tab-active-wrap-before-top;
|
|
2954
2954
|
}
|
|
@@ -265,9 +265,9 @@ $tab-close-icon-size: $text-sm !default;
|
|
|
265
265
|
$tab-big-close-icon-size: $text-sm !default;
|
|
266
266
|
$tab-nrml-close-icon-size: $text-xs !default;
|
|
267
267
|
$tab-mob-close-icon-size: $text-xxs !default;
|
|
268
|
-
$tab-close-icon-minwidth:
|
|
268
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
269
269
|
$tab-big-close-icon-margin: 0 8px 0 12px !default;
|
|
270
|
-
$tab-nrml-close-icon-margin: 0
|
|
270
|
+
$tab-nrml-close-icon-margin: 0 0 0 8px !default;
|
|
271
271
|
$tab-mob-close-icon-margin: 0 0 0 14px !default;
|
|
272
272
|
$tab-rtl-mob-close-icon-margin: 0 14px 0 0 !default;
|
|
273
273
|
$tab-rtl-big-close-icon-margin: 0 12px 0 0 !default;
|
|
@@ -2975,7 +2975,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2975
2975
|
display: $tab-active-wrap-before-display;
|
|
2976
2976
|
position: $tab-active-wrap-before-position;
|
|
2977
2977
|
width: $tab-active-wrap-before-width;
|
|
2978
|
-
@if ($skin-name == 'Material3') {
|
|
2978
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2979
2979
|
border-radius: 3px 3px 0 0;
|
|
2980
2980
|
bottom: $tab-active-wrap-before-top;
|
|
2981
2981
|
}
|
|
@@ -265,9 +265,9 @@ $tab-close-icon-size: $text-sm !default;
|
|
|
265
265
|
$tab-big-close-icon-size: $text-sm !default;
|
|
266
266
|
$tab-nrml-close-icon-size: $text-xs !default;
|
|
267
267
|
$tab-mob-close-icon-size: $text-xxs !default;
|
|
268
|
-
$tab-close-icon-minwidth:
|
|
268
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
269
269
|
$tab-big-close-icon-margin: 0 8px 0 12px !default;
|
|
270
|
-
$tab-nrml-close-icon-margin: 0
|
|
270
|
+
$tab-nrml-close-icon-margin: 0 0 0 8px !default;
|
|
271
271
|
$tab-mob-close-icon-margin: 0 0 0 14px !default;
|
|
272
272
|
$tab-rtl-mob-close-icon-margin: 0 14px 0 0 !default;
|
|
273
273
|
$tab-rtl-big-close-icon-margin: 0 12px 0 0 !default;
|
|
@@ -2975,7 +2975,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2975
2975
|
display: $tab-active-wrap-before-display;
|
|
2976
2976
|
position: $tab-active-wrap-before-position;
|
|
2977
2977
|
width: $tab-active-wrap-before-width;
|
|
2978
|
-
@if ($skin-name == 'Material3') {
|
|
2978
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2979
2979
|
border-radius: 3px 3px 0 0;
|
|
2980
2980
|
bottom: $tab-active-wrap-before-top;
|
|
2981
2981
|
}
|
|
@@ -265,9 +265,9 @@ $tab-close-icon-size: $text-sm !default;
|
|
|
265
265
|
$tab-big-close-icon-size: $text-sm !default;
|
|
266
266
|
$tab-nrml-close-icon-size: $text-xs !default;
|
|
267
267
|
$tab-mob-close-icon-size: $text-xxs !default;
|
|
268
|
-
$tab-close-icon-minwidth:
|
|
268
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
269
269
|
$tab-big-close-icon-margin: 0 8px 0 12px !default;
|
|
270
|
-
$tab-nrml-close-icon-margin: 0
|
|
270
|
+
$tab-nrml-close-icon-margin: 0 0 0 8px !default;
|
|
271
271
|
$tab-mob-close-icon-margin: 0 0 0 14px !default;
|
|
272
272
|
$tab-rtl-mob-close-icon-margin: 0 14px 0 0 !default;
|
|
273
273
|
$tab-rtl-big-close-icon-margin: 0 12px 0 0 !default;
|
|
@@ -2975,7 +2975,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2975
2975
|
display: $tab-active-wrap-before-display;
|
|
2976
2976
|
position: $tab-active-wrap-before-position;
|
|
2977
2977
|
width: $tab-active-wrap-before-width;
|
|
2978
|
-
@if ($skin-name == 'Material3') {
|
|
2978
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2979
2979
|
border-radius: 3px 3px 0 0;
|
|
2980
2980
|
bottom: $tab-active-wrap-before-top;
|
|
2981
2981
|
}
|
|
@@ -265,9 +265,9 @@ $tab-close-icon-size: $text-sm !default;
|
|
|
265
265
|
$tab-big-close-icon-size: $text-sm !default;
|
|
266
266
|
$tab-nrml-close-icon-size: $text-xs !default;
|
|
267
267
|
$tab-mob-close-icon-size: $text-xxs !default;
|
|
268
|
-
$tab-close-icon-minwidth:
|
|
268
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
269
269
|
$tab-big-close-icon-margin: 0 8px 0 12px !default;
|
|
270
|
-
$tab-nrml-close-icon-margin: 0
|
|
270
|
+
$tab-nrml-close-icon-margin: 0 0 0 8px !default;
|
|
271
271
|
$tab-mob-close-icon-margin: 0 0 0 14px !default;
|
|
272
272
|
$tab-rtl-mob-close-icon-margin: 0 14px 0 0 !default;
|
|
273
273
|
$tab-rtl-big-close-icon-margin: 0 12px 0 0 !default;
|
|
@@ -2975,7 +2975,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2975
2975
|
display: $tab-active-wrap-before-display;
|
|
2976
2976
|
position: $tab-active-wrap-before-position;
|
|
2977
2977
|
width: $tab-active-wrap-before-width;
|
|
2978
|
-
@if ($skin-name == 'Material3') {
|
|
2978
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2979
2979
|
border-radius: 3px 3px 0 0;
|
|
2980
2980
|
bottom: $tab-active-wrap-before-top;
|
|
2981
2981
|
}
|
|
@@ -265,9 +265,9 @@ $tab-close-icon-size: $text-sm !default;
|
|
|
265
265
|
$tab-big-close-icon-size: $text-sm !default;
|
|
266
266
|
$tab-nrml-close-icon-size: $text-xs !default;
|
|
267
267
|
$tab-mob-close-icon-size: $text-xxs !default;
|
|
268
|
-
$tab-close-icon-minwidth:
|
|
268
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
269
269
|
$tab-big-close-icon-margin: 0 8px 0 12px !default;
|
|
270
|
-
$tab-nrml-close-icon-margin: 0
|
|
270
|
+
$tab-nrml-close-icon-margin: 0 0 0 8px !default;
|
|
271
271
|
$tab-mob-close-icon-margin: 0 0 0 14px !default;
|
|
272
272
|
$tab-rtl-mob-close-icon-margin: 0 14px 0 0 !default;
|
|
273
273
|
$tab-rtl-big-close-icon-margin: 0 12px 0 0 !default;
|
|
@@ -2975,7 +2975,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2975
2975
|
display: $tab-active-wrap-before-display;
|
|
2976
2976
|
position: $tab-active-wrap-before-position;
|
|
2977
2977
|
width: $tab-active-wrap-before-width;
|
|
2978
|
-
@if ($skin-name == 'Material3') {
|
|
2978
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2979
2979
|
border-radius: 3px 3px 0 0;
|
|
2980
2980
|
bottom: $tab-active-wrap-before-top;
|
|
2981
2981
|
}
|
|
@@ -265,9 +265,9 @@ $tab-close-icon-size: $text-sm !default;
|
|
|
265
265
|
$tab-big-close-icon-size: $text-sm !default;
|
|
266
266
|
$tab-nrml-close-icon-size: $text-xs !default;
|
|
267
267
|
$tab-mob-close-icon-size: $text-xxs !default;
|
|
268
|
-
$tab-close-icon-minwidth:
|
|
268
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
269
269
|
$tab-big-close-icon-margin: 0 8px 0 12px !default;
|
|
270
|
-
$tab-nrml-close-icon-margin: 0
|
|
270
|
+
$tab-nrml-close-icon-margin: 0 0 0 8px !default;
|
|
271
271
|
$tab-mob-close-icon-margin: 0 0 0 14px !default;
|
|
272
272
|
$tab-rtl-mob-close-icon-margin: 0 14px 0 0 !default;
|
|
273
273
|
$tab-rtl-big-close-icon-margin: 0 12px 0 0 !default;
|
|
@@ -2975,7 +2975,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2975
2975
|
display: $tab-active-wrap-before-display;
|
|
2976
2976
|
position: $tab-active-wrap-before-position;
|
|
2977
2977
|
width: $tab-active-wrap-before-width;
|
|
2978
|
-
@if ($skin-name == 'Material3') {
|
|
2978
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2979
2979
|
border-radius: 3px 3px 0 0;
|
|
2980
2980
|
bottom: $tab-active-wrap-before-top;
|
|
2981
2981
|
}
|
|
@@ -2978,7 +2978,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2978
2978
|
display: $tab-active-wrap-before-display;
|
|
2979
2979
|
position: $tab-active-wrap-before-position;
|
|
2980
2980
|
width: $tab-active-wrap-before-width;
|
|
2981
|
-
@if ($skin-name == 'Material3') {
|
|
2981
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2982
2982
|
border-radius: 3px 3px 0 0;
|
|
2983
2983
|
bottom: $tab-active-wrap-before-top;
|
|
2984
2984
|
}
|
|
@@ -2978,7 +2978,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2978
2978
|
display: $tab-active-wrap-before-display;
|
|
2979
2979
|
position: $tab-active-wrap-before-position;
|
|
2980
2980
|
width: $tab-active-wrap-before-width;
|
|
2981
|
-
@if ($skin-name == 'Material3') {
|
|
2981
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2982
2982
|
border-radius: 3px 3px 0 0;
|
|
2983
2983
|
bottom: $tab-active-wrap-before-top;
|
|
2984
2984
|
}
|
|
@@ -2957,7 +2957,7 @@ $tbar-alt-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(0, 0, 0, .12) !def
|
|
|
2957
2957
|
display: $tab-active-wrap-before-display;
|
|
2958
2958
|
position: $tab-active-wrap-before-position;
|
|
2959
2959
|
width: $tab-active-wrap-before-width;
|
|
2960
|
-
@if ($skin-name == 'Material3') {
|
|
2960
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2961
2961
|
border-radius: 3px 3px 0 0;
|
|
2962
2962
|
bottom: $tab-active-wrap-before-top;
|
|
2963
2963
|
}
|
|
@@ -2957,7 +2957,7 @@ $tbar-alt-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(0, 0, 0, .12) !def
|
|
|
2957
2957
|
display: $tab-active-wrap-before-display;
|
|
2958
2958
|
position: $tab-active-wrap-before-position;
|
|
2959
2959
|
width: $tab-active-wrap-before-width;
|
|
2960
|
-
@if ($skin-name == 'Material3') {
|
|
2960
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2961
2961
|
border-radius: 3px 3px 0 0;
|
|
2962
2962
|
bottom: $tab-active-wrap-before-top;
|
|
2963
2963
|
}
|
|
@@ -2956,7 +2956,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2956
2956
|
display: $tab-active-wrap-before-display;
|
|
2957
2957
|
position: $tab-active-wrap-before-position;
|
|
2958
2958
|
width: $tab-active-wrap-before-width;
|
|
2959
|
-
@if ($skin-name == 'Material3') {
|
|
2959
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2960
2960
|
border-radius: 3px 3px 0 0;
|
|
2961
2961
|
bottom: $tab-active-wrap-before-top;
|
|
2962
2962
|
}
|
|
@@ -2956,7 +2956,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2956
2956
|
display: $tab-active-wrap-before-display;
|
|
2957
2957
|
position: $tab-active-wrap-before-position;
|
|
2958
2958
|
width: $tab-active-wrap-before-width;
|
|
2959
|
-
@if ($skin-name == 'Material3') {
|
|
2959
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2960
2960
|
border-radius: 3px 3px 0 0;
|
|
2961
2961
|
bottom: $tab-active-wrap-before-top;
|
|
2962
2962
|
}
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: rgba($primary-text-color, .38) !default
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: rgba($primary-text-color, .38) !default
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: rgba($primary-text-color, .38) !default
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: rgba($primary-text-color, .38) !default
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -2959,7 +2959,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2959
2959
|
display: $tab-active-wrap-before-display;
|
|
2960
2960
|
position: $tab-active-wrap-before-position;
|
|
2961
2961
|
width: $tab-active-wrap-before-width;
|
|
2962
|
-
@if ($skin-name == 'Material3') {
|
|
2962
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2963
2963
|
border-radius: 3px 3px 0 0;
|
|
2964
2964
|
bottom: $tab-active-wrap-before-top;
|
|
2965
2965
|
}
|
|
@@ -2959,7 +2959,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2959
2959
|
display: $tab-active-wrap-before-display;
|
|
2960
2960
|
position: $tab-active-wrap-before-position;
|
|
2961
2961
|
width: $tab-active-wrap-before-width;
|
|
2962
|
-
@if ($skin-name == 'Material3') {
|
|
2962
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2963
2963
|
border-radius: 3px 3px 0 0;
|
|
2964
2964
|
bottom: $tab-active-wrap-before-top;
|
|
2965
2965
|
}
|
|
@@ -2959,7 +2959,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2959
2959
|
display: $tab-active-wrap-before-display;
|
|
2960
2960
|
position: $tab-active-wrap-before-position;
|
|
2961
2961
|
width: $tab-active-wrap-before-width;
|
|
2962
|
-
@if ($skin-name == 'Material3') {
|
|
2962
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2963
2963
|
border-radius: 3px 3px 0 0;
|
|
2964
2964
|
bottom: $tab-active-wrap-before-top;
|
|
2965
2965
|
}
|
|
@@ -2959,7 +2959,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
2959
2959
|
display: $tab-active-wrap-before-display;
|
|
2960
2960
|
position: $tab-active-wrap-before-position;
|
|
2961
2961
|
width: $tab-active-wrap-before-width;
|
|
2962
|
-
@if ($skin-name == 'Material3') {
|
|
2962
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2963
2963
|
border-radius: 3px 3px 0 0;
|
|
2964
2964
|
bottom: $tab-active-wrap-before-top;
|
|
2965
2965
|
}
|
|
@@ -49,7 +49,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
49
49
|
$tab-disable-active-text-item-border: 0 !default;
|
|
50
50
|
$tab-fill-hdr-border: 0 !default;
|
|
51
51
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
52
|
-
$tab-anim-border-display:
|
|
52
|
+
$tab-anim-border-display: none !default;
|
|
53
53
|
$tab-border: none !default;
|
|
54
54
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
55
55
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -477,13 +477,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
477
477
|
$tab-item-active-bg: $content-bg-color !default;
|
|
478
478
|
$tab-item-active-hover-bg: inherit !default;
|
|
479
479
|
$tab-item-active-wrap-border: 0 !default;
|
|
480
|
-
$tab-active-wrap-position:
|
|
481
|
-
$tab-active-wrap-before-border:
|
|
482
|
-
$tab-active-wrap-before-content:
|
|
483
|
-
$tab-active-wrap-before-display:
|
|
484
|
-
$tab-active-wrap-before-position:
|
|
485
|
-
$tab-active-wrap-before-top:
|
|
486
|
-
$tab-active-wrap-before-width:
|
|
480
|
+
$tab-active-wrap-position: relative !default;
|
|
481
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
482
|
+
$tab-active-wrap-before-content: '' !default;
|
|
483
|
+
$tab-active-wrap-before-display: block !default;
|
|
484
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
485
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
486
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
487
487
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
488
488
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
489
489
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -49,7 +49,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
49
49
|
$tab-disable-active-text-item-border: 0 !default;
|
|
50
50
|
$tab-fill-hdr-border: 0 !default;
|
|
51
51
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
52
|
-
$tab-anim-border-display:
|
|
52
|
+
$tab-anim-border-display: none !default;
|
|
53
53
|
$tab-border: none !default;
|
|
54
54
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
55
55
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -477,13 +477,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
477
477
|
$tab-item-active-bg: $content-bg-color !default;
|
|
478
478
|
$tab-item-active-hover-bg: inherit !default;
|
|
479
479
|
$tab-item-active-wrap-border: 0 !default;
|
|
480
|
-
$tab-active-wrap-position:
|
|
481
|
-
$tab-active-wrap-before-border:
|
|
482
|
-
$tab-active-wrap-before-content:
|
|
483
|
-
$tab-active-wrap-before-display:
|
|
484
|
-
$tab-active-wrap-before-position:
|
|
485
|
-
$tab-active-wrap-before-top:
|
|
486
|
-
$tab-active-wrap-before-width:
|
|
480
|
+
$tab-active-wrap-position: relative !default;
|
|
481
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
482
|
+
$tab-active-wrap-before-content: '' !default;
|
|
483
|
+
$tab-active-wrap-before-display: block !default;
|
|
484
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
485
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
486
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
487
487
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
488
488
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
489
489
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -49,7 +49,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
49
49
|
$tab-disable-active-text-item-border: 0 !default;
|
|
50
50
|
$tab-fill-hdr-border: 0 !default;
|
|
51
51
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
52
|
-
$tab-anim-border-display:
|
|
52
|
+
$tab-anim-border-display: none !default;
|
|
53
53
|
$tab-border: none !default;
|
|
54
54
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
55
55
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -477,13 +477,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
477
477
|
$tab-item-active-bg: $content-bg-color !default;
|
|
478
478
|
$tab-item-active-hover-bg: inherit !default;
|
|
479
479
|
$tab-item-active-wrap-border: 0 !default;
|
|
480
|
-
$tab-active-wrap-position:
|
|
481
|
-
$tab-active-wrap-before-border:
|
|
482
|
-
$tab-active-wrap-before-content:
|
|
483
|
-
$tab-active-wrap-before-display:
|
|
484
|
-
$tab-active-wrap-before-position:
|
|
485
|
-
$tab-active-wrap-before-top:
|
|
486
|
-
$tab-active-wrap-before-width:
|
|
480
|
+
$tab-active-wrap-position: relative !default;
|
|
481
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
482
|
+
$tab-active-wrap-before-content: '' !default;
|
|
483
|
+
$tab-active-wrap-before-display: block !default;
|
|
484
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
485
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
486
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
487
487
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
488
488
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
489
489
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -49,7 +49,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
49
49
|
$tab-disable-active-text-item-border: 0 !default;
|
|
50
50
|
$tab-fill-hdr-border: 0 !default;
|
|
51
51
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
52
|
-
$tab-anim-border-display:
|
|
52
|
+
$tab-anim-border-display: none !default;
|
|
53
53
|
$tab-border: none !default;
|
|
54
54
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
55
55
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -477,13 +477,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
477
477
|
$tab-item-active-bg: $content-bg-color !default;
|
|
478
478
|
$tab-item-active-hover-bg: inherit !default;
|
|
479
479
|
$tab-item-active-wrap-border: 0 !default;
|
|
480
|
-
$tab-active-wrap-position:
|
|
481
|
-
$tab-active-wrap-before-border:
|
|
482
|
-
$tab-active-wrap-before-content:
|
|
483
|
-
$tab-active-wrap-before-display:
|
|
484
|
-
$tab-active-wrap-before-position:
|
|
485
|
-
$tab-active-wrap-before-top:
|
|
486
|
-
$tab-active-wrap-before-width:
|
|
480
|
+
$tab-active-wrap-position: relative !default;
|
|
481
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
482
|
+
$tab-active-wrap-before-content: '' !default;
|
|
483
|
+
$tab-active-wrap-before-display: block !default;
|
|
484
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
485
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
486
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
487
487
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
488
488
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
489
489
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -2945,7 +2945,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
2945
2945
|
display: $tab-active-wrap-before-display;
|
|
2946
2946
|
position: $tab-active-wrap-before-position;
|
|
2947
2947
|
width: $tab-active-wrap-before-width;
|
|
2948
|
-
@if ($skin-name == 'Material3') {
|
|
2948
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
2949
2949
|
border-radius: 3px 3px 0 0;
|
|
2950
2950
|
bottom: $tab-active-wrap-before-top;
|
|
2951
2951
|
}
|
|
@@ -2472,6 +2472,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2475,6 +2475,11 @@ $schedule-tbar-border-hover-color: color.adjust($gray-600, $lightness: -12.5%) !
|
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
2477
|
.e-virtual-scroll {
|
|
2478
|
+
.e-content-wrap.e-transition,
|
|
2479
|
+
.e-resource-column-wrap.e-transition {
|
|
2480
|
+
overscroll-behavior: none;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2478
2483
|
&.e-vertical-view,
|
|
2479
2484
|
&.e-month-view {
|
|
2480
2485
|
.e-content-table {
|