mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -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]
|
[:span {:class (stl/css :icon)} i/corner-radius]
|
||||||
[:& editable-select
|
[:& editable-select
|
||||||
{:placeholder (if (= :multiple (:rx values)) (tr "settings.multiple") "--")
|
{:placeholder (if (= :multiple (:rx values)) (tr "settings.multiple") "--")
|
||||||
|
:class (stl/css :token-select)
|
||||||
:type "number"
|
:type "number"
|
||||||
:min 0
|
:min 0
|
||||||
:input-class (stl/css :numeric-input)
|
:input-class (stl/css :numeric-input)
|
||||||
|
|
|
@ -236,3 +236,10 @@
|
||||||
.checkbox-button {
|
.checkbox-button {
|
||||||
@extend .button-icon;
|
@extend .button-icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.token-select {
|
||||||
|
li > span {
|
||||||
|
display: flex;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue