mirror of
https://github.com/penpot/penpot.git
synced 2025-01-27 00:49:28 -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 {
|
.input-select {
|
||||||
@extend .input-text;
|
@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-repeat: no-repeat;
|
||||||
background-position: 95% 48%;
|
background-position: 95% 48%;
|
||||||
background-size: 10px;
|
background-size: 10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue