From fe43438f6050fa1168bd001d5be80d6c269e48c1 Mon Sep 17 00:00:00 2001 From: stnkl Date: Sun, 6 Jun 2021 17:53:09 +0200 Subject: Fix menu corner --- src/styles/title-bar.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/styles/title-bar.scss b/src/styles/title-bar.scss index 885eb94c4..c7cbcabed 100644 --- a/src/styles/title-bar.scss +++ b/src/styles/title-bar.scss @@ -4,15 +4,15 @@ background: $dark-theme-gray-darker; .toolbar-dropdown { - &.open > .toolbar-button > button { + &.open > .toolbar-button > button { background: $dark-theme-gray-light; color: $dark-theme-gray-lightest; } &:not(.open) { .menu-item .menu-label { opacity: 1; } - > .toolbar-button > button:hover { - background: $dark-theme-gray-darkest; + > .toolbar-button > button:hover { + background: $dark-theme-gray-darkest; } } } @@ -22,13 +22,13 @@ .menu-pane { background: $dark-theme-gray-light; - + .menu-item { .accelerator { color: lighten($dark-theme-gray-light, 20%); } } - + hr { border-color: $dark-theme-gray-lighter; } @@ -76,5 +76,9 @@ border-bottom-left-radius: $theme-border-radius-small; border-bottom-right-radius: $theme-border-radius-small; box-shadow: 0 0 10px rgba(black, .5); + + &.menu-endblock { + border-left-width: 0px; + } } } -- cgit v1.2.3-70-g09d2