From d74d2d7295f0f40407026ae3fb8bc68e9af09ba3 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Sat, 23 Jan 2016 20:10:26 +0100 Subject: [PATCH] minor layer group fixes and styles --- .../public/styles/partials/settings-bar.scss | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/resources/public/styles/partials/settings-bar.scss b/resources/public/styles/partials/settings-bar.scss index 93892c9e7..6a377d5cc 100644 --- a/resources/public/styles/partials/settings-bar.scss +++ b/resources/public/styles/partials/settings-bar.scss @@ -193,7 +193,7 @@ .element-list { margin: 0; width: 100%; - + ul { margin: 0; } @@ -205,6 +205,22 @@ flex-direction: column; width: 100%; + &.open { + + ul { + + li { + + .element-list-body { + border-style: dashed; + } + + } + + } + + } + .element-list-body { align-items: center; border-bottom: 1px solid $color-gray-darker; @@ -260,6 +276,7 @@ &.open { .toggle-content { + flex-shrink: 0; svg { transform: rotate(270deg); @@ -274,6 +291,8 @@ span { color: darken($color-gray-darker, 8%); font-size: $fs13; + overflow-x: hidden; + text-overflow: ellipsis; } &.selected {