Picklist Responsive icons fixed

pull/1047/head
Yiğit FINDIKLI 2021-02-26 11:53:16 +03:00
parent 7fe9b37589
commit abc1297bf8
1 changed files with 4 additions and 4 deletions

View File

@ -506,19 +506,19 @@ export default {
} }
.p-picklist[${this.attributeSelector}] .pi-angle-right:before { .p-picklist[${this.attributeSelector}] .pi-angle-right:before {
content: "e930" content: "\\e930"
} }
.p-picklist[${this.attributeSelector}] .pi-angle-double-right:before { .p-picklist[${this.attributeSelector}] .pi-angle-double-right:before {
content: "e92c" content: "\\e92c"
} }
.p-picklist[${this.attributeSelector}] .pi-angle-left:before { .p-picklist[${this.attributeSelector}] .pi-angle-left:before {
content: "e933" content: "\\e933"
} }
.p-picklist[${this.attributeSelector}] .pi-angle-double-left:before { .p-picklist[${this.attributeSelector}] .pi-angle-double-left:before {
content: "e92f" content: "\\e92f"
} }
} }
`; `;