mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
🐛 Fix separator lines have no color at some menus
This commit is contained in:
parent
553b9eb4bb
commit
cf72b35e73
3 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
background-color: var(--menu-background-color);
|
||||
overflow: auto;
|
||||
& .separator {
|
||||
height: $s-12;
|
||||
border-top: solid $s-1 var(--color-background-quaternary);
|
||||
}
|
||||
|
||||
&.min-width {
|
||||
|
|
|
@ -370,6 +370,7 @@
|
|||
|
||||
.profile-separator {
|
||||
height: $s-6;
|
||||
border-top: solid $s-1 var(--color-background-quaternary);
|
||||
}
|
||||
|
||||
.item-with-icon {
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
|
||||
hr {
|
||||
margin: $s-20 0;
|
||||
border-top: solid 1px var(--modal-separator-backogrund-color);
|
||||
border-top: solid $s-1 var(--modal-separator-backogrund-color);
|
||||
}
|
||||
|
||||
.separator {
|
||||
|
|
Loading…
Reference in a new issue