mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Fix styling of dropdown items?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user