mirror of
https://github.com/penpot/penpot.git
synced 2026-03-23 11:50:49 +01:00
🐛 Fix problem with menu colors
This commit is contained in:
@@ -93,7 +93,9 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.separator {
|
||||
height: $s-12;
|
||||
margin-top: $s-8;
|
||||
height: $s-4;
|
||||
border-top: 1px solid $db-secondary;
|
||||
}
|
||||
.shortcut {
|
||||
@extend .shortcut;
|
||||
|
||||
Reference in New Issue
Block a user