🐛 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; border-left: none;
position: relative; position: relative;
&::before { &::after {
content: " "; content: " ";
border-left: 1px solid $color-gray-40; border-left: 1px solid $color-gray-40;
border-bottom: 1px solid $color-gray-40; border-bottom: 1px solid $color-gray-40;

View file

@ -194,9 +194,8 @@ $width-settings-bar: 16rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
border-top: 1px solid transparent; padding-top: 1px;
border-bottom: 1px solid transparent; padding-bottom: 1px;
&.open { &.open {