From 209b9cbc56bdf9555e5255f8cf38106e0aa65ebf Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Wed, 20 Mar 2019 15:06:12 +0100 Subject: [PATCH] Onglets: correction CSS pour Chrome --- 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 c45d95ed1..98e0c6c01 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -115,7 +115,7 @@ button:focus { border-bottom: none; } .calculator-button.mat-raised-button { - height: calc(#{$navbar_height} - 3px); + height: calc(#{$navbar_height} - 5px); &:not([class*="mat-elevation-z"]) { box-shadow: -1px -2px 2px 0 rgba(0,0,0,.4),1px -2px 5px 0 rgba(0,0,0,.1); -- GitLab