From 07e0c02d11c24e631b563af3fe6cf2a83e6c9284 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 8 Dec 2020 11:46:46 +0100 Subject: [PATCH] :bug: Fixed arrow style when mask with only one element --- frontend/resources/styles/main/partials/sidebar-layers.scss | 2 +- frontend/resources/styles/main/partials/sidebar.scss | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-layers.scss b/frontend/resources/styles/main/partials/sidebar-layers.scss index 25e42fe07..a0df8eaf2 100644 --- a/frontend/resources/styles/main/partials/sidebar-layers.scss +++ b/frontend/resources/styles/main/partials/sidebar-layers.scss @@ -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; diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index 3c11fe105..676219e9a 100644 --- a/frontend/resources/styles/main/partials/sidebar.scss +++ b/frontend/resources/styles/main/partials/sidebar.scss @@ -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 {