mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 07:38:35 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
f76f4615cf
24 changed files with 177 additions and 56 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