@syncfusion/blazor-themes 25.2.4 → 25.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/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/base/bootstrap5.scss +1 -0
- package/SCSS-Themes/bds-dark.scss +2 -2
- package/SCSS-Themes/bds.scss +2 -2
- package/SCSS-Themes/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/bootstrap.scss +2 -2
- package/SCSS-Themes/bootstrap4.scss +2 -2
- package/SCSS-Themes/bootstrap5-dark.scss +11 -10
- package/SCSS-Themes/bootstrap5.scss +11 -10
- package/SCSS-Themes/dropdowns/multi-select/bds-dark.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/bds.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/material.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +10 -7
- package/SCSS-Themes/dropdowns/multi-select/material3.scss +10 -7
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +2 -2
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +2 -2
- package/SCSS-Themes/fabric-dark.scss +2 -2
- package/SCSS-Themes/fabric.scss +2 -2
- package/SCSS-Themes/fluent-dark.scss +2 -2
- package/SCSS-Themes/fluent.scss +2 -2
- package/SCSS-Themes/highcontrast.scss +2 -2
- package/SCSS-Themes/material-dark.scss +2 -2
- package/SCSS-Themes/material.scss +2 -2
- package/SCSS-Themes/material3-dark.scss +10 -7
- package/SCSS-Themes/material3.scss +10 -7
- package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +8 -8
- package/SCSS-Themes/navigations/accordion/bootstrap5.scss +8 -8
- package/SCSS-Themes/tailwind-dark.scss +2 -2
- package/SCSS-Themes/tailwind.scss +2 -2
- package/package.json +1 -1
|
@@ -491,6 +491,7 @@ $error-font-color: $danger !default;
|
|
|
491
491
|
$warning-font-color: $yellow !default;
|
|
492
492
|
$success-font-color: lighten($green, 10%) !default;
|
|
493
493
|
$information-font-color: $cyan !default;
|
|
494
|
+
$accordion-text-active-color: tint-color($primary, 40%) !default;
|
|
494
495
|
|
|
495
496
|
|
|
496
497
|
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
@@ -492,6 +492,7 @@ $error-font-color: $danger !default;
|
|
|
492
492
|
$warning-font-color: $yellow !default;
|
|
493
493
|
$success-font-color: #198754 !default;
|
|
494
494
|
$information-font-color: #0dcaf0 !default;
|
|
495
|
+
$accordion-text-active-color: shade-color($primary, 10%) !default;
|
|
495
496
|
|
|
496
497
|
|
|
497
498
|
$font-size: 12px !default;
|
|
@@ -63177,7 +63177,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
63177
63177
|
}
|
|
63178
63178
|
}
|
|
63179
63179
|
|
|
63180
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
63180
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
63181
63181
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
63182
63182
|
top: 6px;
|
|
63183
63183
|
}
|
|
@@ -63315,7 +63315,7 @@ ejs-multiselect {
|
|
|
63315
63315
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
63316
63316
|
height: $ddl-small-chip-close-hooker-height;
|
|
63317
63317
|
width: $ddl-small-chip-close-hooker-width;
|
|
63318
|
-
line-height:
|
|
63318
|
+
line-height: normal;
|
|
63319
63319
|
}
|
|
63320
63320
|
}
|
|
63321
63321
|
|
package/SCSS-Themes/bds.scss
CHANGED
|
@@ -63457,7 +63457,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
63457
63457
|
}
|
|
63458
63458
|
}
|
|
63459
63459
|
|
|
63460
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
63460
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
63461
63461
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
63462
63462
|
top: 6px;
|
|
63463
63463
|
}
|
|
@@ -63595,7 +63595,7 @@ ejs-multiselect {
|
|
|
63595
63595
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
63596
63596
|
height: $ddl-small-chip-close-hooker-height;
|
|
63597
63597
|
width: $ddl-small-chip-close-hooker-width;
|
|
63598
|
-
line-height:
|
|
63598
|
+
line-height: normal;
|
|
63599
63599
|
}
|
|
63600
63600
|
}
|
|
63601
63601
|
|
|
@@ -61826,7 +61826,7 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
61826
61826
|
}
|
|
61827
61827
|
}
|
|
61828
61828
|
|
|
61829
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61829
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61830
61830
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61831
61831
|
top: 6px;
|
|
61832
61832
|
}
|
|
@@ -61964,7 +61964,7 @@ ejs-multiselect {
|
|
|
61964
61964
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
61965
61965
|
height: $ddl-small-chip-close-hooker-height;
|
|
61966
61966
|
width: $ddl-small-chip-close-hooker-width;
|
|
61967
|
-
line-height:
|
|
61967
|
+
line-height: normal;
|
|
61968
61968
|
}
|
|
61969
61969
|
}
|
|
61970
61970
|
|
|
@@ -61536,7 +61536,7 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
61536
61536
|
}
|
|
61537
61537
|
}
|
|
61538
61538
|
|
|
61539
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61539
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61540
61540
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61541
61541
|
top: 6px;
|
|
61542
61542
|
}
|
|
@@ -61674,7 +61674,7 @@ ejs-multiselect {
|
|
|
61674
61674
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
61675
61675
|
height: $ddl-small-chip-close-hooker-height;
|
|
61676
61676
|
width: $ddl-small-chip-close-hooker-width;
|
|
61677
|
-
line-height:
|
|
61677
|
+
line-height: normal;
|
|
61678
61678
|
}
|
|
61679
61679
|
}
|
|
61680
61680
|
|
|
@@ -61677,7 +61677,7 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
|
|
|
61677
61677
|
}
|
|
61678
61678
|
}
|
|
61679
61679
|
|
|
61680
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61680
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61681
61681
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61682
61682
|
top: 6px;
|
|
61683
61683
|
}
|
|
@@ -61815,7 +61815,7 @@ ejs-multiselect {
|
|
|
61815
61815
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
61816
61816
|
height: $ddl-small-chip-close-hooker-height;
|
|
61817
61817
|
width: $ddl-small-chip-close-hooker-width;
|
|
61818
|
-
line-height:
|
|
61818
|
+
line-height: normal;
|
|
61819
61819
|
}
|
|
61820
61820
|
}
|
|
61821
61821
|
|
|
@@ -492,6 +492,7 @@ $error-font-color: $danger !default;
|
|
|
492
492
|
$warning-font-color: $yellow !default;
|
|
493
493
|
$success-font-color: lighten($green, 10%) !default;
|
|
494
494
|
$information-font-color: $cyan !default;
|
|
495
|
+
$accordion-text-active-color: tint-color($primary, 40%) !default;
|
|
495
496
|
|
|
496
497
|
|
|
497
498
|
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
@@ -1880,12 +1881,12 @@ $acrdn-item-select-exp-hdr-hover-color: $primary !default;
|
|
|
1880
1881
|
$acrdn-item-selected-exp-hdr-border-color: $border-light !default;
|
|
1881
1882
|
$acrdn-item-selected-exp-hdr-border-size: 0 0 1px 0 !default;
|
|
1882
1883
|
$acrdn-item-selected-exp-hdr-bg: $primary-lighter !default;
|
|
1883
|
-
$acrdn-item-selected-exp-hdr-hover-color: $
|
|
1884
|
-
$acrdn-item-selected-exp-hdr-hover-focus-color: $
|
|
1884
|
+
$acrdn-item-selected-exp-hdr-hover-color: $accordion-text-active-color !default;
|
|
1885
|
+
$acrdn-item-selected-exp-hdr-hover-focus-color: $accordion-text-active-color !default;
|
|
1885
1886
|
$acrdn-item-selected-exp-hdr-icon-color: $icon-color !default;
|
|
1886
1887
|
$acrdn-item-selected-exp-hdr-hover-border-color: $border-light !default;
|
|
1887
|
-
$acrdn-item-selected-tgl-icon-color: $
|
|
1888
|
-
$acrdn-item-selected-hdr-font: $
|
|
1888
|
+
$acrdn-item-selected-tgl-icon-color: $accordion-text-active-color !default;
|
|
1889
|
+
$acrdn-item-selected-hdr-font: $accordion-text-active-color !default;
|
|
1889
1890
|
$acrdn-item-select-hdr-focus-border-color: $border-light !default;
|
|
1890
1891
|
$acrdn-item-selected-border-color: $border-light !default;
|
|
1891
1892
|
$acrdn-item-selected-border-size: 0 0 1px 0 !default;
|
|
@@ -1896,16 +1897,16 @@ $acrdn-item-selected-header-background: $primary-lighter !default;
|
|
|
1896
1897
|
$acrdn-item-selected-hdr-border-color: $border-light !default;
|
|
1897
1898
|
$acrdn-item-selected-hdr-border-size: 0 0 1px 0 !default;
|
|
1898
1899
|
$acrdn-item-selected-header-border-radius: 0 !default;
|
|
1899
|
-
$acrdn-item-selected-hdr-con-font: $
|
|
1900
|
+
$acrdn-item-selected-hdr-con-font: $accordion-text-active-color !default;
|
|
1900
1901
|
$acrdn-item-selected-select-border-color: $border-light !default;
|
|
1901
1902
|
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
1902
|
-
$acrdn-item-selected-hdr-icon-font: $
|
|
1903
|
-
$acrdn-item-selected-exp-hdr-con-hover-color: $
|
|
1903
|
+
$acrdn-item-selected-hdr-icon-font: $accordion-text-active-color !default;
|
|
1904
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: $accordion-text-active-color !default;
|
|
1904
1905
|
$acrdn-item-selected-exp-hdr-icon-hover-color: $icon-color !default;
|
|
1905
1906
|
$acrdn-item-selected-select-active-bg: $content-bg-color !default;
|
|
1906
1907
|
$acrdn-item-nes-pan-exp-hdr-color: $content-text-color !default;
|
|
1907
1908
|
$acrdn-item-selected-hdr-hover-border-color: $border-light !default;
|
|
1908
|
-
$acrdn-item-selected-hdr-tgl-icon-hover-font: $
|
|
1909
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: $accordion-text-active-color !default;
|
|
1909
1910
|
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: $primary !default;
|
|
1910
1911
|
$acrdn-item-nes-selected-exp-hover-hdr-con-font: $content-text-color !default;
|
|
1911
1912
|
$acrdn-item-exp-not-selected-hdr-focus-bg: none !default;
|
|
@@ -61964,7 +61965,7 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
61964
61965
|
}
|
|
61965
61966
|
}
|
|
61966
61967
|
|
|
61967
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61968
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61968
61969
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61969
61970
|
top: 6px;
|
|
61970
61971
|
}
|
|
@@ -62102,7 +62103,7 @@ ejs-multiselect {
|
|
|
62102
62103
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62103
62104
|
height: $ddl-small-chip-close-hooker-height;
|
|
62104
62105
|
width: $ddl-small-chip-close-hooker-width;
|
|
62105
|
-
line-height:
|
|
62106
|
+
line-height: normal;
|
|
62106
62107
|
}
|
|
62107
62108
|
}
|
|
62108
62109
|
|
|
@@ -493,6 +493,7 @@ $error-font-color: $danger !default;
|
|
|
493
493
|
$warning-font-color: $yellow !default;
|
|
494
494
|
$success-font-color: #198754 !default;
|
|
495
495
|
$information-font-color: #0dcaf0 !default;
|
|
496
|
+
$accordion-text-active-color: shade-color($primary, 10%) !default;
|
|
496
497
|
|
|
497
498
|
|
|
498
499
|
$font-size: 12px !default;
|
|
@@ -1880,12 +1881,12 @@ $acrdn-item-select-exp-hdr-hover-color: $primary !default;
|
|
|
1880
1881
|
$acrdn-item-selected-exp-hdr-border-color: $border-light !default;
|
|
1881
1882
|
$acrdn-item-selected-exp-hdr-border-size: 0 0 1px 0 !default;
|
|
1882
1883
|
$acrdn-item-selected-exp-hdr-bg: $primary-lighter !default;
|
|
1883
|
-
$acrdn-item-selected-exp-hdr-hover-color: $
|
|
1884
|
-
$acrdn-item-selected-exp-hdr-hover-focus-color: $
|
|
1884
|
+
$acrdn-item-selected-exp-hdr-hover-color: $accordion-text-active-color !default;
|
|
1885
|
+
$acrdn-item-selected-exp-hdr-hover-focus-color: $accordion-text-active-color !default;
|
|
1885
1886
|
$acrdn-item-selected-exp-hdr-icon-color: $icon-color !default;
|
|
1886
1887
|
$acrdn-item-selected-exp-hdr-hover-border-color: $border-light !default;
|
|
1887
|
-
$acrdn-item-selected-tgl-icon-color: $
|
|
1888
|
-
$acrdn-item-selected-hdr-font: $
|
|
1888
|
+
$acrdn-item-selected-tgl-icon-color: $accordion-text-active-color !default;
|
|
1889
|
+
$acrdn-item-selected-hdr-font: $accordion-text-active-color !default;
|
|
1889
1890
|
$acrdn-item-select-hdr-focus-border-color: $border-light !default;
|
|
1890
1891
|
$acrdn-item-selected-border-color: $border-light !default;
|
|
1891
1892
|
$acrdn-item-selected-border-size: 0 0 1px 0 !default;
|
|
@@ -1896,16 +1897,16 @@ $acrdn-item-selected-header-background: $primary-lighter !default;
|
|
|
1896
1897
|
$acrdn-item-selected-hdr-border-color: $border-light !default;
|
|
1897
1898
|
$acrdn-item-selected-hdr-border-size: 0 0 1px 0 !default;
|
|
1898
1899
|
$acrdn-item-selected-header-border-radius: 0 !default;
|
|
1899
|
-
$acrdn-item-selected-hdr-con-font: $
|
|
1900
|
+
$acrdn-item-selected-hdr-con-font: $accordion-text-active-color !default;
|
|
1900
1901
|
$acrdn-item-selected-select-border-color: $border-light !default;
|
|
1901
1902
|
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
1902
|
-
$acrdn-item-selected-hdr-icon-font: $
|
|
1903
|
-
$acrdn-item-selected-exp-hdr-con-hover-color: $
|
|
1903
|
+
$acrdn-item-selected-hdr-icon-font: $accordion-text-active-color !default;
|
|
1904
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: $accordion-text-active-color !default;
|
|
1904
1905
|
$acrdn-item-selected-exp-hdr-icon-hover-color: $icon-color !default;
|
|
1905
1906
|
$acrdn-item-selected-select-active-bg: $content-bg-color !default;
|
|
1906
1907
|
$acrdn-item-nes-pan-exp-hdr-color: $content-text-color !default;
|
|
1907
1908
|
$acrdn-item-selected-hdr-hover-border-color: $border-light !default;
|
|
1908
|
-
$acrdn-item-selected-hdr-tgl-icon-hover-font: $
|
|
1909
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: $accordion-text-active-color !default;
|
|
1909
1910
|
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: $primary !default;
|
|
1910
1911
|
$acrdn-item-nes-selected-exp-hover-hdr-con-font: $content-text-color !default;
|
|
1911
1912
|
$acrdn-item-exp-not-selected-hdr-focus-bg: none !default;
|
|
@@ -61964,7 +61965,7 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
61964
61965
|
}
|
|
61965
61966
|
}
|
|
61966
61967
|
|
|
61967
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61968
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61968
61969
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61969
61970
|
top: 6px;
|
|
61970
61971
|
}
|
|
@@ -62102,7 +62103,7 @@ ejs-multiselect {
|
|
|
62102
62103
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62103
62104
|
height: $ddl-small-chip-close-hooker-height;
|
|
62104
62105
|
width: $ddl-small-chip-close-hooker-width;
|
|
62105
|
-
line-height:
|
|
62106
|
+
line-height: normal;
|
|
62106
62107
|
}
|
|
62107
62108
|
}
|
|
62108
62109
|
|
|
@@ -1254,7 +1254,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1257
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1258
1258
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1259
1259
|
top: 6px;
|
|
1260
1260
|
}
|
|
@@ -1392,7 +1392,7 @@ ejs-multiselect {
|
|
|
1392
1392
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1393
1393
|
height: $ddl-small-chip-close-hooker-height;
|
|
1394
1394
|
width: $ddl-small-chip-close-hooker-width;
|
|
1395
|
-
line-height:
|
|
1395
|
+
line-height: normal;
|
|
1396
1396
|
}
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
@@ -1254,7 +1254,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1257
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1258
1258
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1259
1259
|
top: 6px;
|
|
1260
1260
|
}
|
|
@@ -1392,7 +1392,7 @@ ejs-multiselect {
|
|
|
1392
1392
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1393
1393
|
height: $ddl-small-chip-close-hooker-height;
|
|
1394
1394
|
width: $ddl-small-chip-close-hooker-width;
|
|
1395
|
-
line-height:
|
|
1395
|
+
line-height: normal;
|
|
1396
1396
|
}
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
@@ -1226,7 +1226,7 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
1226
1226
|
}
|
|
1227
1227
|
}
|
|
1228
1228
|
|
|
1229
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1229
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1230
1230
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1231
1231
|
top: 6px;
|
|
1232
1232
|
}
|
|
@@ -1364,7 +1364,7 @@ ejs-multiselect {
|
|
|
1364
1364
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1365
1365
|
height: $ddl-small-chip-close-hooker-height;
|
|
1366
1366
|
width: $ddl-small-chip-close-hooker-width;
|
|
1367
|
-
line-height:
|
|
1367
|
+
line-height: normal;
|
|
1368
1368
|
}
|
|
1369
1369
|
}
|
|
1370
1370
|
|
|
@@ -1215,7 +1215,7 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1218
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1219
1219
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1220
1220
|
top: 6px;
|
|
1221
1221
|
}
|
|
@@ -1353,7 +1353,7 @@ ejs-multiselect {
|
|
|
1353
1353
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1354
1354
|
height: $ddl-small-chip-close-hooker-height;
|
|
1355
1355
|
width: $ddl-small-chip-close-hooker-width;
|
|
1356
|
-
line-height:
|
|
1356
|
+
line-height: normal;
|
|
1357
1357
|
}
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
@@ -1297,7 +1297,7 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
|
|
|
1297
1297
|
}
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1300
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1301
1301
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1302
1302
|
top: 6px;
|
|
1303
1303
|
}
|
|
@@ -1435,7 +1435,7 @@ ejs-multiselect {
|
|
|
1435
1435
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1436
1436
|
height: $ddl-small-chip-close-hooker-height;
|
|
1437
1437
|
width: $ddl-small-chip-close-hooker-width;
|
|
1438
|
-
line-height:
|
|
1438
|
+
line-height: normal;
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
1441
1441
|
|
|
@@ -1249,7 +1249,7 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
1249
1249
|
}
|
|
1250
1250
|
}
|
|
1251
1251
|
|
|
1252
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1252
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1253
1253
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1254
1254
|
top: 6px;
|
|
1255
1255
|
}
|
|
@@ -1387,7 +1387,7 @@ ejs-multiselect {
|
|
|
1387
1387
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1388
1388
|
height: $ddl-small-chip-close-hooker-height;
|
|
1389
1389
|
width: $ddl-small-chip-close-hooker-width;
|
|
1390
|
-
line-height:
|
|
1390
|
+
line-height: normal;
|
|
1391
1391
|
}
|
|
1392
1392
|
}
|
|
1393
1393
|
|
|
@@ -1249,7 +1249,7 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
1249
1249
|
}
|
|
1250
1250
|
}
|
|
1251
1251
|
|
|
1252
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1252
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1253
1253
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1254
1254
|
top: 6px;
|
|
1255
1255
|
}
|
|
@@ -1387,7 +1387,7 @@ ejs-multiselect {
|
|
|
1387
1387
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1388
1388
|
height: $ddl-small-chip-close-hooker-height;
|
|
1389
1389
|
width: $ddl-small-chip-close-hooker-width;
|
|
1390
|
-
line-height:
|
|
1390
|
+
line-height: normal;
|
|
1391
1391
|
}
|
|
1392
1392
|
}
|
|
1393
1393
|
|
|
@@ -1211,7 +1211,7 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
1211
1211
|
}
|
|
1212
1212
|
}
|
|
1213
1213
|
|
|
1214
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1214
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1215
1215
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1216
1216
|
top: 6px;
|
|
1217
1217
|
}
|
|
@@ -1349,7 +1349,7 @@ ejs-multiselect {
|
|
|
1349
1349
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1350
1350
|
height: $ddl-small-chip-close-hooker-height;
|
|
1351
1351
|
width: $ddl-small-chip-close-hooker-width;
|
|
1352
|
-
line-height:
|
|
1352
|
+
line-height: normal;
|
|
1353
1353
|
}
|
|
1354
1354
|
}
|
|
1355
1355
|
|
|
@@ -1202,7 +1202,7 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
1202
1202
|
}
|
|
1203
1203
|
}
|
|
1204
1204
|
|
|
1205
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1205
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1206
1206
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1207
1207
|
top: 6px;
|
|
1208
1208
|
}
|
|
@@ -1340,7 +1340,7 @@ ejs-multiselect {
|
|
|
1340
1340
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1341
1341
|
height: $ddl-small-chip-close-hooker-height;
|
|
1342
1342
|
width: $ddl-small-chip-close-hooker-width;
|
|
1343
|
-
line-height:
|
|
1343
|
+
line-height: normal;
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
@@ -1265,7 +1265,7 @@ $ddl-small-clear-icon-width: 12px !default;
|
|
|
1265
1265
|
}
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1268
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1269
1269
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1270
1270
|
top: 6px;
|
|
1271
1271
|
}
|
|
@@ -1403,7 +1403,7 @@ ejs-multiselect {
|
|
|
1403
1403
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1404
1404
|
height: $ddl-small-chip-close-hooker-height;
|
|
1405
1405
|
width: $ddl-small-chip-close-hooker-width;
|
|
1406
|
-
line-height:
|
|
1406
|
+
line-height: normal;
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
@@ -1265,7 +1265,7 @@ $ddl-small-clear-icon-width: 12px !default;
|
|
|
1265
1265
|
}
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1268
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1269
1269
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1270
1270
|
top: 6px;
|
|
1271
1271
|
}
|
|
@@ -1403,7 +1403,7 @@ ejs-multiselect {
|
|
|
1403
1403
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1404
1404
|
height: $ddl-small-chip-close-hooker-height;
|
|
1405
1405
|
width: $ddl-small-chip-close-hooker-width;
|
|
1406
|
-
line-height:
|
|
1406
|
+
line-height: normal;
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
@@ -1322,7 +1322,7 @@ $ddl-closer-margin-top-bigger-small: -3.4em !default;
|
|
|
1322
1322
|
}
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1325
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1326
1326
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1327
1327
|
top: 6px;
|
|
1328
1328
|
}
|
|
@@ -1460,7 +1460,7 @@ ejs-multiselect {
|
|
|
1460
1460
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1461
1461
|
height: $ddl-small-chip-close-hooker-height;
|
|
1462
1462
|
width: $ddl-small-chip-close-hooker-width;
|
|
1463
|
-
line-height:
|
|
1463
|
+
line-height: normal;
|
|
1464
1464
|
}
|
|
1465
1465
|
}
|
|
1466
1466
|
|
|
@@ -1260,7 +1260,7 @@ $filled-multiselect-chip-hover-bg-color: $grey-700 !default;
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1263
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1264
1264
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1265
1265
|
top: 6px;
|
|
1266
1266
|
}
|
|
@@ -1398,7 +1398,7 @@ ejs-multiselect {
|
|
|
1398
1398
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1399
1399
|
height: $ddl-small-chip-close-hooker-height;
|
|
1400
1400
|
width: $ddl-small-chip-close-hooker-width;
|
|
1401
|
-
line-height:
|
|
1401
|
+
line-height: normal;
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
@@ -1253,7 +1253,7 @@ $filled-multiselect-chip-hover-bg-color: darken($grey-300, 7%) !default;
|
|
|
1253
1253
|
}
|
|
1254
1254
|
}
|
|
1255
1255
|
|
|
1256
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1256
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1257
1257
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1258
1258
|
top: 6px;
|
|
1259
1259
|
}
|
|
@@ -1391,7 +1391,7 @@ ejs-multiselect {
|
|
|
1391
1391
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1392
1392
|
height: $ddl-small-chip-close-hooker-height;
|
|
1393
1393
|
width: $ddl-small-chip-close-hooker-width;
|
|
1394
|
-
line-height:
|
|
1394
|
+
line-height: normal;
|
|
1395
1395
|
}
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
@@ -1265,7 +1265,7 @@ $ddl-chip-bigger-content-padding: 0 !default;
|
|
|
1265
1265
|
}
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1268
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1269
1269
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1270
1270
|
top: 6px;
|
|
1271
1271
|
}
|
|
@@ -1403,7 +1403,7 @@ ejs-multiselect {
|
|
|
1403
1403
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1404
1404
|
height: $ddl-small-chip-close-hooker-height;
|
|
1405
1405
|
width: $ddl-small-chip-close-hooker-width;
|
|
1406
|
-
line-height:
|
|
1406
|
+
line-height: normal;
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
@@ -3247,7 +3247,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3247
3247
|
|
|
3248
3248
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3249
3249
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3250
|
-
content: '\
|
|
3250
|
+
content: '\e7e7';
|
|
3251
3251
|
font-size: 16px;
|
|
3252
3252
|
height: 16px;
|
|
3253
3253
|
margin-top: -8px;
|
|
@@ -3258,7 +3258,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3258
3258
|
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
3259
3259
|
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3260
3260
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3261
|
-
content: '\
|
|
3261
|
+
content: '\e7e7';
|
|
3262
3262
|
font-size: 14px;
|
|
3263
3263
|
height: 14px;
|
|
3264
3264
|
margin-top: -7px;
|
|
@@ -3269,7 +3269,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3269
3269
|
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
3270
3270
|
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3271
3271
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3272
|
-
content: '\
|
|
3272
|
+
content: '\e7e7';
|
|
3273
3273
|
font-size: 20px;
|
|
3274
3274
|
height: 20px;
|
|
3275
3275
|
left: 0;
|
|
@@ -3283,7 +3283,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3283
3283
|
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
3284
3284
|
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3285
3285
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3286
|
-
content: '\
|
|
3286
|
+
content: '\e7e7';
|
|
3287
3287
|
font-size: 18px;
|
|
3288
3288
|
height: 18px;
|
|
3289
3289
|
left: 0;
|
|
@@ -3327,6 +3327,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3327
3327
|
.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
3328
3328
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3329
3329
|
margin: 7px 12px 9px 0;
|
|
3330
|
+
min-height: fit-content;
|
|
3330
3331
|
}
|
|
3331
3332
|
}
|
|
3332
3333
|
|
|
@@ -3560,7 +3561,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3560
3561
|
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
3561
3562
|
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
3562
3563
|
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
3563
|
-
content: '\
|
|
3564
|
+
content: '\e7e7';
|
|
3564
3565
|
font-size: 16px;
|
|
3565
3566
|
height: 16px;
|
|
3566
3567
|
padding: 0;
|
|
@@ -3618,6 +3619,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3618
3619
|
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
3619
3620
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3620
3621
|
margin: 10px 0 9px;
|
|
3622
|
+
min-height: fit-content;
|
|
3621
3623
|
}
|
|
3622
3624
|
}
|
|
3623
3625
|
|
|
@@ -3651,6 +3653,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3651
3653
|
.e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
3652
3654
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3653
3655
|
margin: 0 12px 4px 0;
|
|
3656
|
+
min-width: fit-content;
|
|
3654
3657
|
}
|
|
3655
3658
|
}
|
|
3656
3659
|
|
|
@@ -1265,7 +1265,7 @@ $ddl-chip-bigger-content-padding: 0 !default;
|
|
|
1265
1265
|
}
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1268
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1269
1269
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1270
1270
|
top: 6px;
|
|
1271
1271
|
}
|
|
@@ -1403,7 +1403,7 @@ ejs-multiselect {
|
|
|
1403
1403
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1404
1404
|
height: $ddl-small-chip-close-hooker-height;
|
|
1405
1405
|
width: $ddl-small-chip-close-hooker-width;
|
|
1406
|
-
line-height:
|
|
1406
|
+
line-height: normal;
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
@@ -3247,7 +3247,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3247
3247
|
|
|
3248
3248
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3249
3249
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3250
|
-
content: '\
|
|
3250
|
+
content: '\e7e7';
|
|
3251
3251
|
font-size: 16px;
|
|
3252
3252
|
height: 16px;
|
|
3253
3253
|
margin-top: -8px;
|
|
@@ -3258,7 +3258,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3258
3258
|
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
3259
3259
|
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3260
3260
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3261
|
-
content: '\
|
|
3261
|
+
content: '\e7e7';
|
|
3262
3262
|
font-size: 14px;
|
|
3263
3263
|
height: 14px;
|
|
3264
3264
|
margin-top: -7px;
|
|
@@ -3269,7 +3269,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3269
3269
|
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
3270
3270
|
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3271
3271
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3272
|
-
content: '\
|
|
3272
|
+
content: '\e7e7';
|
|
3273
3273
|
font-size: 20px;
|
|
3274
3274
|
height: 20px;
|
|
3275
3275
|
left: 0;
|
|
@@ -3283,7 +3283,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3283
3283
|
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
3284
3284
|
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
3285
3285
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3286
|
-
content: '\
|
|
3286
|
+
content: '\e7e7';
|
|
3287
3287
|
font-size: 18px;
|
|
3288
3288
|
height: 18px;
|
|
3289
3289
|
left: 0;
|
|
@@ -3327,6 +3327,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3327
3327
|
.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
3328
3328
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3329
3329
|
margin: 7px 12px 9px 0;
|
|
3330
|
+
min-height: fit-content;
|
|
3330
3331
|
}
|
|
3331
3332
|
}
|
|
3332
3333
|
|
|
@@ -3560,7 +3561,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3560
3561
|
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
3561
3562
|
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
3562
3563
|
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
3563
|
-
content: '\
|
|
3564
|
+
content: '\e7e7';
|
|
3564
3565
|
font-size: 16px;
|
|
3565
3566
|
height: 16px;
|
|
3566
3567
|
padding: 0;
|
|
@@ -3618,6 +3619,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3618
3619
|
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
3619
3620
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3620
3621
|
margin: 10px 0 9px;
|
|
3622
|
+
min-height: fit-content;
|
|
3621
3623
|
}
|
|
3622
3624
|
}
|
|
3623
3625
|
|
|
@@ -3651,6 +3653,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
3651
3653
|
.e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
3652
3654
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
3653
3655
|
margin: 0 12px 4px 0;
|
|
3656
|
+
min-width: fit-content;
|
|
3654
3657
|
}
|
|
3655
3658
|
}
|
|
3656
3659
|
|
|
@@ -1254,7 +1254,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1257
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1258
1258
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1259
1259
|
top: 6px;
|
|
1260
1260
|
}
|
|
@@ -1392,7 +1392,7 @@ ejs-multiselect {
|
|
|
1392
1392
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1393
1393
|
height: $ddl-small-chip-close-hooker-height;
|
|
1394
1394
|
width: $ddl-small-chip-close-hooker-width;
|
|
1395
|
-
line-height:
|
|
1395
|
+
line-height: normal;
|
|
1396
1396
|
}
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
@@ -1254,7 +1254,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1257
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
1258
1258
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
1259
1259
|
top: 6px;
|
|
1260
1260
|
}
|
|
@@ -1392,7 +1392,7 @@ ejs-multiselect {
|
|
|
1392
1392
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
1393
1393
|
height: $ddl-small-chip-close-hooker-height;
|
|
1394
1394
|
width: $ddl-small-chip-close-hooker-width;
|
|
1395
|
-
line-height:
|
|
1395
|
+
line-height: normal;
|
|
1396
1396
|
}
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
@@ -61681,7 +61681,7 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
61681
61681
|
}
|
|
61682
61682
|
}
|
|
61683
61683
|
|
|
61684
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61684
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61685
61685
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61686
61686
|
top: 6px;
|
|
61687
61687
|
}
|
|
@@ -61819,7 +61819,7 @@ ejs-multiselect {
|
|
|
61819
61819
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
61820
61820
|
height: $ddl-small-chip-close-hooker-height;
|
|
61821
61821
|
width: $ddl-small-chip-close-hooker-width;
|
|
61822
|
-
line-height:
|
|
61822
|
+
line-height: normal;
|
|
61823
61823
|
}
|
|
61824
61824
|
}
|
|
61825
61825
|
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -61447,7 +61447,7 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
61447
61447
|
}
|
|
61448
61448
|
}
|
|
61449
61449
|
|
|
61450
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61450
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61451
61451
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61452
61452
|
top: 6px;
|
|
61453
61453
|
}
|
|
@@ -61585,7 +61585,7 @@ ejs-multiselect {
|
|
|
61585
61585
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
61586
61586
|
height: $ddl-small-chip-close-hooker-height;
|
|
61587
61587
|
width: $ddl-small-chip-close-hooker-width;
|
|
61588
|
-
line-height:
|
|
61588
|
+
line-height: normal;
|
|
61589
61589
|
}
|
|
61590
61590
|
}
|
|
61591
61591
|
|
|
@@ -62114,7 +62114,7 @@ $ddl-small-clear-icon-width: 12px !default;
|
|
|
62114
62114
|
}
|
|
62115
62115
|
}
|
|
62116
62116
|
|
|
62117
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
62117
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
62118
62118
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
62119
62119
|
top: 6px;
|
|
62120
62120
|
}
|
|
@@ -62252,7 +62252,7 @@ ejs-multiselect {
|
|
|
62252
62252
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62253
62253
|
height: $ddl-small-chip-close-hooker-height;
|
|
62254
62254
|
width: $ddl-small-chip-close-hooker-width;
|
|
62255
|
-
line-height:
|
|
62255
|
+
line-height: normal;
|
|
62256
62256
|
}
|
|
62257
62257
|
}
|
|
62258
62258
|
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -62115,7 +62115,7 @@ $ddl-small-clear-icon-width: 12px !default;
|
|
|
62115
62115
|
}
|
|
62116
62116
|
}
|
|
62117
62117
|
|
|
62118
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
62118
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
62119
62119
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
62120
62120
|
top: 6px;
|
|
62121
62121
|
}
|
|
@@ -62253,7 +62253,7 @@ ejs-multiselect {
|
|
|
62253
62253
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62254
62254
|
height: $ddl-small-chip-close-hooker-height;
|
|
62255
62255
|
width: $ddl-small-chip-close-hooker-width;
|
|
62256
|
-
line-height:
|
|
62256
|
+
line-height: normal;
|
|
62257
62257
|
}
|
|
62258
62258
|
}
|
|
62259
62259
|
|
|
@@ -61705,7 +61705,7 @@ $ddl-closer-margin-top-bigger-small: -3.4em !default;
|
|
|
61705
61705
|
}
|
|
61706
61706
|
}
|
|
61707
61707
|
|
|
61708
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61708
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61709
61709
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61710
61710
|
top: 6px;
|
|
61711
61711
|
}
|
|
@@ -61843,7 +61843,7 @@ ejs-multiselect {
|
|
|
61843
61843
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
61844
61844
|
height: $ddl-small-chip-close-hooker-height;
|
|
61845
61845
|
width: $ddl-small-chip-close-hooker-width;
|
|
61846
|
-
line-height:
|
|
61846
|
+
line-height: normal;
|
|
61847
61847
|
}
|
|
61848
61848
|
}
|
|
61849
61849
|
|
|
@@ -62314,7 +62314,7 @@ $filled-multiselect-chip-hover-bg-color: $grey-700 !default;
|
|
|
62314
62314
|
}
|
|
62315
62315
|
}
|
|
62316
62316
|
|
|
62317
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
62317
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
62318
62318
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
62319
62319
|
top: 6px;
|
|
62320
62320
|
}
|
|
@@ -62452,7 +62452,7 @@ ejs-multiselect {
|
|
|
62452
62452
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62453
62453
|
height: $ddl-small-chip-close-hooker-height;
|
|
62454
62454
|
width: $ddl-small-chip-close-hooker-width;
|
|
62455
|
-
line-height:
|
|
62455
|
+
line-height: normal;
|
|
62456
62456
|
}
|
|
62457
62457
|
}
|
|
62458
62458
|
|
|
@@ -62049,7 +62049,7 @@ $filled-multiselect-chip-hover-bg-color: darken($grey-300, 7%) !default;
|
|
|
62049
62049
|
}
|
|
62050
62050
|
}
|
|
62051
62051
|
|
|
62052
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
62052
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
62053
62053
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
62054
62054
|
top: 6px;
|
|
62055
62055
|
}
|
|
@@ -62187,7 +62187,7 @@ ejs-multiselect {
|
|
|
62187
62187
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62188
62188
|
height: $ddl-small-chip-close-hooker-height;
|
|
62189
62189
|
width: $ddl-small-chip-close-hooker-width;
|
|
62190
|
-
line-height:
|
|
62190
|
+
line-height: normal;
|
|
62191
62191
|
}
|
|
62192
62192
|
}
|
|
62193
62193
|
|
|
@@ -62419,7 +62419,7 @@ $ddl-chip-bigger-content-padding: 0 !default;
|
|
|
62419
62419
|
}
|
|
62420
62420
|
}
|
|
62421
62421
|
|
|
62422
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
62422
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
62423
62423
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
62424
62424
|
top: 6px;
|
|
62425
62425
|
}
|
|
@@ -62557,7 +62557,7 @@ ejs-multiselect {
|
|
|
62557
62557
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62558
62558
|
height: $ddl-small-chip-close-hooker-height;
|
|
62559
62559
|
width: $ddl-small-chip-close-hooker-width;
|
|
62560
|
-
line-height:
|
|
62560
|
+
line-height: normal;
|
|
62561
62561
|
}
|
|
62562
62562
|
}
|
|
62563
62563
|
|
|
@@ -64401,7 +64401,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64401
64401
|
|
|
64402
64402
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64403
64403
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64404
|
-
content: '\
|
|
64404
|
+
content: '\e7e7';
|
|
64405
64405
|
font-size: 16px;
|
|
64406
64406
|
height: 16px;
|
|
64407
64407
|
margin-top: -8px;
|
|
@@ -64412,7 +64412,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64412
64412
|
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
64413
64413
|
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64414
64414
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64415
|
-
content: '\
|
|
64415
|
+
content: '\e7e7';
|
|
64416
64416
|
font-size: 14px;
|
|
64417
64417
|
height: 14px;
|
|
64418
64418
|
margin-top: -7px;
|
|
@@ -64423,7 +64423,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64423
64423
|
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
64424
64424
|
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64425
64425
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64426
|
-
content: '\
|
|
64426
|
+
content: '\e7e7';
|
|
64427
64427
|
font-size: 20px;
|
|
64428
64428
|
height: 20px;
|
|
64429
64429
|
left: 0;
|
|
@@ -64437,7 +64437,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64437
64437
|
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
64438
64438
|
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64439
64439
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64440
|
-
content: '\
|
|
64440
|
+
content: '\e7e7';
|
|
64441
64441
|
font-size: 18px;
|
|
64442
64442
|
height: 18px;
|
|
64443
64443
|
left: 0;
|
|
@@ -64481,6 +64481,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64481
64481
|
.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
64482
64482
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64483
64483
|
margin: 7px 12px 9px 0;
|
|
64484
|
+
min-height: fit-content;
|
|
64484
64485
|
}
|
|
64485
64486
|
}
|
|
64486
64487
|
|
|
@@ -64714,7 +64715,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64714
64715
|
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
64715
64716
|
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
64716
64717
|
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
64717
|
-
content: '\
|
|
64718
|
+
content: '\e7e7';
|
|
64718
64719
|
font-size: 16px;
|
|
64719
64720
|
height: 16px;
|
|
64720
64721
|
padding: 0;
|
|
@@ -64772,6 +64773,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64772
64773
|
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
64773
64774
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64774
64775
|
margin: 10px 0 9px;
|
|
64776
|
+
min-height: fit-content;
|
|
64775
64777
|
}
|
|
64776
64778
|
}
|
|
64777
64779
|
|
|
@@ -64805,6 +64807,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64805
64807
|
.e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
64806
64808
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64807
64809
|
margin: 0 12px 4px 0;
|
|
64810
|
+
min-width: fit-content;
|
|
64808
64811
|
}
|
|
64809
64812
|
}
|
|
64810
64813
|
|
|
@@ -62502,7 +62502,7 @@ $ddl-chip-bigger-content-padding: 0 !default;
|
|
|
62502
62502
|
}
|
|
62503
62503
|
}
|
|
62504
62504
|
|
|
62505
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
62505
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
62506
62506
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
62507
62507
|
top: 6px;
|
|
62508
62508
|
}
|
|
@@ -62640,7 +62640,7 @@ ejs-multiselect {
|
|
|
62640
62640
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62641
62641
|
height: $ddl-small-chip-close-hooker-height;
|
|
62642
62642
|
width: $ddl-small-chip-close-hooker-width;
|
|
62643
|
-
line-height:
|
|
62643
|
+
line-height: normal;
|
|
62644
62644
|
}
|
|
62645
62645
|
}
|
|
62646
62646
|
|
|
@@ -64484,7 +64484,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64484
64484
|
|
|
64485
64485
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64486
64486
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64487
|
-
content: '\
|
|
64487
|
+
content: '\e7e7';
|
|
64488
64488
|
font-size: 16px;
|
|
64489
64489
|
height: 16px;
|
|
64490
64490
|
margin-top: -8px;
|
|
@@ -64495,7 +64495,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64495
64495
|
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
64496
64496
|
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64497
64497
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64498
|
-
content: '\
|
|
64498
|
+
content: '\e7e7';
|
|
64499
64499
|
font-size: 14px;
|
|
64500
64500
|
height: 14px;
|
|
64501
64501
|
margin-top: -7px;
|
|
@@ -64506,7 +64506,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64506
64506
|
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
64507
64507
|
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64508
64508
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64509
|
-
content: '\
|
|
64509
|
+
content: '\e7e7';
|
|
64510
64510
|
font-size: 20px;
|
|
64511
64511
|
height: 20px;
|
|
64512
64512
|
left: 0;
|
|
@@ -64520,7 +64520,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64520
64520
|
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
|
|
64521
64521
|
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
|
|
64522
64522
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64523
|
-
content: '\
|
|
64523
|
+
content: '\e7e7';
|
|
64524
64524
|
font-size: 18px;
|
|
64525
64525
|
height: 18px;
|
|
64526
64526
|
left: 0;
|
|
@@ -64564,6 +64564,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64564
64564
|
.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
64565
64565
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64566
64566
|
margin: 7px 12px 9px 0;
|
|
64567
|
+
min-height: fit-content;
|
|
64567
64568
|
}
|
|
64568
64569
|
}
|
|
64569
64570
|
|
|
@@ -64797,7 +64798,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64797
64798
|
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
64798
64799
|
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
64799
64800
|
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
64800
|
-
content: '\
|
|
64801
|
+
content: '\e7e7';
|
|
64801
64802
|
font-size: 16px;
|
|
64802
64803
|
height: 16px;
|
|
64803
64804
|
padding: 0;
|
|
@@ -64855,6 +64856,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64855
64856
|
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
64856
64857
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64857
64858
|
margin: 10px 0 9px;
|
|
64859
|
+
min-height: fit-content;
|
|
64858
64860
|
}
|
|
64859
64861
|
}
|
|
64860
64862
|
|
|
@@ -64888,6 +64890,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
64888
64890
|
.e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
|
|
64889
64891
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
64890
64892
|
margin: 0 12px 4px 0;
|
|
64893
|
+
min-width: fit-content;
|
|
64891
64894
|
}
|
|
64892
64895
|
}
|
|
64893
64896
|
|
|
@@ -150,12 +150,12 @@ $acrdn-item-select-exp-hdr-hover-color: $primary !default;
|
|
|
150
150
|
$acrdn-item-selected-exp-hdr-border-color: $border-light !default;
|
|
151
151
|
$acrdn-item-selected-exp-hdr-border-size: 0 0 1px 0 !default;
|
|
152
152
|
$acrdn-item-selected-exp-hdr-bg: $primary-lighter !default;
|
|
153
|
-
$acrdn-item-selected-exp-hdr-hover-color: $
|
|
154
|
-
$acrdn-item-selected-exp-hdr-hover-focus-color: $
|
|
153
|
+
$acrdn-item-selected-exp-hdr-hover-color: $accordion-text-active-color !default;
|
|
154
|
+
$acrdn-item-selected-exp-hdr-hover-focus-color: $accordion-text-active-color !default;
|
|
155
155
|
$acrdn-item-selected-exp-hdr-icon-color: $icon-color !default;
|
|
156
156
|
$acrdn-item-selected-exp-hdr-hover-border-color: $border-light !default;
|
|
157
|
-
$acrdn-item-selected-tgl-icon-color: $
|
|
158
|
-
$acrdn-item-selected-hdr-font: $
|
|
157
|
+
$acrdn-item-selected-tgl-icon-color: $accordion-text-active-color !default;
|
|
158
|
+
$acrdn-item-selected-hdr-font: $accordion-text-active-color !default;
|
|
159
159
|
$acrdn-item-select-hdr-focus-border-color: $border-light !default;
|
|
160
160
|
$acrdn-item-selected-border-color: $border-light !default;
|
|
161
161
|
$acrdn-item-selected-border-size: 0 0 1px 0 !default;
|
|
@@ -166,16 +166,16 @@ $acrdn-item-selected-header-background: $primary-lighter !default;
|
|
|
166
166
|
$acrdn-item-selected-hdr-border-color: $border-light !default;
|
|
167
167
|
$acrdn-item-selected-hdr-border-size: 0 0 1px 0 !default;
|
|
168
168
|
$acrdn-item-selected-header-border-radius: 0 !default;
|
|
169
|
-
$acrdn-item-selected-hdr-con-font: $
|
|
169
|
+
$acrdn-item-selected-hdr-con-font: $accordion-text-active-color !default;
|
|
170
170
|
$acrdn-item-selected-select-border-color: $border-light !default;
|
|
171
171
|
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
172
|
-
$acrdn-item-selected-hdr-icon-font: $
|
|
173
|
-
$acrdn-item-selected-exp-hdr-con-hover-color: $
|
|
172
|
+
$acrdn-item-selected-hdr-icon-font: $accordion-text-active-color !default;
|
|
173
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: $accordion-text-active-color !default;
|
|
174
174
|
$acrdn-item-selected-exp-hdr-icon-hover-color: $icon-color !default;
|
|
175
175
|
$acrdn-item-selected-select-active-bg: $content-bg-color !default;
|
|
176
176
|
$acrdn-item-nes-pan-exp-hdr-color: $content-text-color !default;
|
|
177
177
|
$acrdn-item-selected-hdr-hover-border-color: $border-light !default;
|
|
178
|
-
$acrdn-item-selected-hdr-tgl-icon-hover-font: $
|
|
178
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: $accordion-text-active-color !default;
|
|
179
179
|
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: $primary !default;
|
|
180
180
|
$acrdn-item-nes-selected-exp-hover-hdr-con-font: $content-text-color !default;
|
|
181
181
|
$acrdn-item-exp-not-selected-hdr-focus-bg: none !default;
|
|
@@ -150,12 +150,12 @@ $acrdn-item-select-exp-hdr-hover-color: $primary !default;
|
|
|
150
150
|
$acrdn-item-selected-exp-hdr-border-color: $border-light !default;
|
|
151
151
|
$acrdn-item-selected-exp-hdr-border-size: 0 0 1px 0 !default;
|
|
152
152
|
$acrdn-item-selected-exp-hdr-bg: $primary-lighter !default;
|
|
153
|
-
$acrdn-item-selected-exp-hdr-hover-color: $
|
|
154
|
-
$acrdn-item-selected-exp-hdr-hover-focus-color: $
|
|
153
|
+
$acrdn-item-selected-exp-hdr-hover-color: $accordion-text-active-color !default;
|
|
154
|
+
$acrdn-item-selected-exp-hdr-hover-focus-color: $accordion-text-active-color !default;
|
|
155
155
|
$acrdn-item-selected-exp-hdr-icon-color: $icon-color !default;
|
|
156
156
|
$acrdn-item-selected-exp-hdr-hover-border-color: $border-light !default;
|
|
157
|
-
$acrdn-item-selected-tgl-icon-color: $
|
|
158
|
-
$acrdn-item-selected-hdr-font: $
|
|
157
|
+
$acrdn-item-selected-tgl-icon-color: $accordion-text-active-color !default;
|
|
158
|
+
$acrdn-item-selected-hdr-font: $accordion-text-active-color !default;
|
|
159
159
|
$acrdn-item-select-hdr-focus-border-color: $border-light !default;
|
|
160
160
|
$acrdn-item-selected-border-color: $border-light !default;
|
|
161
161
|
$acrdn-item-selected-border-size: 0 0 1px 0 !default;
|
|
@@ -166,16 +166,16 @@ $acrdn-item-selected-header-background: $primary-lighter !default;
|
|
|
166
166
|
$acrdn-item-selected-hdr-border-color: $border-light !default;
|
|
167
167
|
$acrdn-item-selected-hdr-border-size: 0 0 1px 0 !default;
|
|
168
168
|
$acrdn-item-selected-header-border-radius: 0 !default;
|
|
169
|
-
$acrdn-item-selected-hdr-con-font: $
|
|
169
|
+
$acrdn-item-selected-hdr-con-font: $accordion-text-active-color !default;
|
|
170
170
|
$acrdn-item-selected-select-border-color: $border-light !default;
|
|
171
171
|
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
172
|
-
$acrdn-item-selected-hdr-icon-font: $
|
|
173
|
-
$acrdn-item-selected-exp-hdr-con-hover-color: $
|
|
172
|
+
$acrdn-item-selected-hdr-icon-font: $accordion-text-active-color !default;
|
|
173
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: $accordion-text-active-color !default;
|
|
174
174
|
$acrdn-item-selected-exp-hdr-icon-hover-color: $icon-color !default;
|
|
175
175
|
$acrdn-item-selected-select-active-bg: $content-bg-color !default;
|
|
176
176
|
$acrdn-item-nes-pan-exp-hdr-color: $content-text-color !default;
|
|
177
177
|
$acrdn-item-selected-hdr-hover-border-color: $border-light !default;
|
|
178
|
-
$acrdn-item-selected-hdr-tgl-icon-hover-font: $
|
|
178
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: $accordion-text-active-color !default;
|
|
179
179
|
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: $primary !default;
|
|
180
180
|
$acrdn-item-nes-selected-exp-hover-hdr-con-font: $content-text-color !default;
|
|
181
181
|
$acrdn-item-exp-not-selected-hdr-focus-bg: none !default;
|
|
@@ -61913,7 +61913,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
61913
61913
|
}
|
|
61914
61914
|
}
|
|
61915
61915
|
|
|
61916
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61916
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61917
61917
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61918
61918
|
top: 6px;
|
|
61919
61919
|
}
|
|
@@ -62051,7 +62051,7 @@ ejs-multiselect {
|
|
|
62051
62051
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62052
62052
|
height: $ddl-small-chip-close-hooker-height;
|
|
62053
62053
|
width: $ddl-small-chip-close-hooker-width;
|
|
62054
|
-
line-height:
|
|
62054
|
+
line-height: normal;
|
|
62055
62055
|
}
|
|
62056
62056
|
}
|
|
62057
62057
|
|
|
@@ -61910,7 +61910,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
61910
61910
|
}
|
|
61911
61911
|
}
|
|
61912
61912
|
|
|
61913
|
-
.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
61913
|
+
.e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
|
|
61914
61914
|
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
61915
61915
|
top: 6px;
|
|
61916
61916
|
}
|
|
@@ -62048,7 +62048,7 @@ ejs-multiselect {
|
|
|
62048
62048
|
margin-top: $ddl-small-close-hooker-margin-top;
|
|
62049
62049
|
height: $ddl-small-chip-close-hooker-height;
|
|
62050
62050
|
width: $ddl-small-chip-close-hooker-width;
|
|
62051
|
-
line-height:
|
|
62051
|
+
line-height: normal;
|
|
62052
62052
|
}
|
|
62053
62053
|
}
|
|
62054
62054
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"25.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"25.2.5","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|