mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Fix styling of dropdown items?
This commit is contained in:
parent
9a58188dc3
commit
4e3af1407d
2 changed files with 8 additions and 0 deletions
|
@ -484,6 +484,7 @@
|
|||
[:span {:class (stl/css :icon)} i/corner-radius]
|
||||
[:& editable-select
|
||||
{:placeholder (if (= :multiple (:rx values)) (tr "settings.multiple") "--")
|
||||
:class (stl/css :token-select)
|
||||
:type "number"
|
||||
:min 0
|
||||
:input-class (stl/css :numeric-input)
|
||||
|
|
|
@ -236,3 +236,10 @@
|
|||
.checkbox-button {
|
||||
@extend .button-icon;
|
||||
}
|
||||
|
||||
.token-select {
|
||||
li > span {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue