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:
parent
ecde4493e0
commit
4cce1d5b23
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue