From b77e4e496e8534f44ce9192d2c4eb189fa2d9afd Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 11 Feb 2021 01:52:58 +0100 Subject: [PATCH] sidebar: minimalism ftw, no need for box shadow --- themes/yunohost-docs/scss/theme/_global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/yunohost-docs/scss/theme/_global.scss b/themes/yunohost-docs/scss/theme/_global.scss index ed008e1a..411f21eb 100644 --- a/themes/yunohost-docs/scss/theme/_global.scss +++ b/themes/yunohost-docs/scss/theme/_global.scss @@ -137,6 +137,10 @@ body #top-bar #navigation { SIDE BAR =================================================*/ +body.off-canvas .learn-sidebar .learn-brand { + box-shadow: none; +} + body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a { background-color: rgba(0, 0, 0, 0.1); border-left: 4px solid mediumturquoise;