0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix broken link to icon on framework.css file.

This commit is contained in:
Andrey Antukh 2020-02-25 21:00:34 +01:00
parent ecde4493e0
commit 4cce1d5b23

View file

@ -456,7 +456,7 @@ input.element-name {
.input-select {
@extend .input-text;
background-image: url("/images/svg/arrow-down-white.svg");
background-image: url("/images/icons/arrow-down-white.svg");
background-repeat: no-repeat;
background-position: 95% 48%;
background-size: 10px;