mirror of
https://github.com/penpot/penpot.git
synced 2026-07-23 14:38:12 +00:00
🐛 Fixed arrow style when mask with only one element
This commit is contained in:
parent
c7e33929db
commit
07e0c02d11
@ -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…
x
Reference in New Issue
Block a user