mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
fix select input style bug
This commit is contained in:
parent
89baabbb62
commit
3cd089bad8
1 changed files with 2 additions and 2 deletions
|
@ -382,12 +382,12 @@ input[type="checkbox"]:focus {
|
|||
@extend .input-text;
|
||||
background-image: url("/images/svg/arrow-down.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 92% 48%;
|
||||
background-position: 95% 48%;
|
||||
background-size: 10px;
|
||||
cursor: pointer;
|
||||
|
||||
&.small {
|
||||
padding: $x-small $small
|
||||
padding: $x-small $big $x-small $x-small;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue