Skip to content

Commit f7426bc

Browse files
author
FezVrasta
committed
fix selectize
1 parent a1d00bb commit f7426bc

9 files changed

Lines changed: 14 additions & 14 deletions

File tree

dist/css/material-wfont.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5644,11 +5644,11 @@ icon-material-lightgrey {
56445644
.selectize-control.multi .selectize-input:after,
56455645
.selectize-control.single .selectize-input.input-active:after,
56465646
.selectize-control.multi .selectize-input.input-active:after {
5647-
content: "\e611";
56485647
right: 5px;
56495648
position: absolute;
56505649
font-size: 7px;
5651-
font-family: 'Material-Design';
5650+
content: "\e894";
5651+
font-family: "Material-Design-Icons";
56525652
speak: none;
56535653
font-style: normal;
56545654
font-weight: normal;

dist/css/material-wfont.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5637,11 +5637,11 @@ icon-material-lightgrey {
56375637
.selectize-control.multi .selectize-input:after,
56385638
.selectize-control.single .selectize-input.input-active:after,
56395639
.selectize-control.multi .selectize-input.input-active:after {
5640-
content: "\e611";
56415640
right: 5px;
56425641
position: absolute;
56435642
font-size: 7px;
5644-
font-family: 'Material-Design';
5643+
content: "\e894";
5644+
font-family: "Material-Design-Icons";
56455645
speak: none;
56465646
font-style: normal;
56475647
font-weight: normal;

dist/css/material.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/_plugin-selectize.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
padding: 0;
1818
}
1919
&:after {
20-
content: "\e611";
2120
right: 5px;
2221
position: absolute;
2322
font-size: 7px;
24-
font-family: 'Material-Design';
23+
content: "\e894";
24+
font-family: "Material-Design-Icons";
2525
speak: none;
2626
font-style: normal;
2727
font-weight: normal;

template/material/css/material-wfont.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5644,11 +5644,11 @@ icon-material-lightgrey {
56445644
.selectize-control.multi .selectize-input:after,
56455645
.selectize-control.single .selectize-input.input-active:after,
56465646
.selectize-control.multi .selectize-input.input-active:after {
5647-
content: "\e611";
56485647
right: 5px;
56495648
position: absolute;
56505649
font-size: 7px;
5651-
font-family: 'Material-Design';
5650+
content: "\e894";
5651+
font-family: "Material-Design-Icons";
56525652
speak: none;
56535653
font-style: normal;
56545654
font-weight: normal;

template/material/css/material-wfont.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/material/css/material.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5637,11 +5637,11 @@ icon-material-lightgrey {
56375637
.selectize-control.multi .selectize-input:after,
56385638
.selectize-control.single .selectize-input.input-active:after,
56395639
.selectize-control.multi .selectize-input.input-active:after {
5640-
content: "\e611";
56415640
right: 5px;
56425641
position: absolute;
56435642
font-size: 7px;
5644-
font-family: 'Material-Design';
5643+
content: "\e894";
5644+
font-family: "Material-Design-Icons";
56455645
speak: none;
56465646
font-style: normal;
56475647
font-weight: normal;

template/material/css/material.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)