mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Fixed arrow style when mask with only one element
This commit is contained in:
parent
c7e33929db
commit
07e0c02d11
2 changed files with 3 additions and 4 deletions
|
@ -166,7 +166,7 @@
|
|||
border-left: none;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
&::after {
|
||||
content: " ";
|
||||
border-left: 1px solid $color-gray-40;
|
||||
border-bottom: 1px solid $color-gray-40;
|
||||
|
|
|
@ -194,9 +194,8 @@ $width-settings-bar: 16rem;
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
|
||||
&.open {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue