mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 16:47:21 +02:00
🐛 Fix dropdown width
This commit is contained in:
parent
9048c01308
commit
653bc66b8f
3 changed files with 18 additions and 2 deletions
|
@ -316,6 +316,22 @@
|
|||
&:hover {
|
||||
border: 1px solid $color-gray-20;
|
||||
}
|
||||
|
||||
&.no-check {
|
||||
.custom-select-dropdown {
|
||||
width: 100%;
|
||||
min-width: unset;
|
||||
.check-icon {
|
||||
display: none;
|
||||
}
|
||||
li.checked-element {
|
||||
padding-left: 0.5rem;
|
||||
&.is-selected {
|
||||
background-color: $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.opened {
|
||||
border: 1px solid $color-primary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue