0
Fork 0
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:
alonso.torres 2020-12-08 11:46:46 +01:00 committed by Hirunatan
parent c7e33929db
commit 07e0c02d11
2 changed files with 3 additions and 4 deletions

View file

@ -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;

View file

@ -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 {