From b19f55fc8685ffd88b1dcf5348773618b68df0b7 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Mon, 11 Mar 2019 09:08:53 +0100
Subject: [PATCH] Fix #147 ombre autour des onglets inactifs

---
 src/app/app.component.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index cc1ce2441..c45d95ed1 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -118,7 +118,7 @@ button:focus {
         height: calc(#{$navbar_height} - 3px);
 
         &:not([class*="mat-elevation-z"]) {
-            box-shadow: none;
+            box-shadow: -1px -2px 2px 0 rgba(0,0,0,.4),1px -2px 5px 0 rgba(0,0,0,.1);
         }
 
         &.active {
-- 
GitLab