From 8ca3516ae6d39189b3a2f084373bbe0fcef4d9ec Mon Sep 17 00:00:00 2001 From: FyloZ Date: Sat, 13 Mar 2021 13:47:29 -0500 Subject: [PATCH] =?UTF-8?q?La=20couleur=20de=20fond=20=C3=A9tait=20au=20de?= =?UTF-8?q?ssus=20de=20certains=20=C3=A9l=C3=A9ments=20et=20emp=C3=AAchait?= =?UTF-8?q?=20de=20cliquer=20ces=20=C3=A9l=C3=A9ments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrige #7 --- src/app/modules/employees/pages/list/list.component.html | 2 +- src/styles.sass | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/modules/employees/pages/list/list.component.html b/src/app/modules/employees/pages/list/list.component.html index 670196a..15f11bb 100644 --- a/src/app/modules/employees/pages/list/list.component.html +++ b/src/app/modules/employees/pages/list/list.component.html @@ -48,7 +48,7 @@
+ [@detailExpand]="employee === expandedElement ? 'expanded' : 'collapsed'">
diff --git a/src/styles.sass b/src/styles.sass index 51e8189..5ece4d2 100644 --- a/src/styles.sass +++ b/src/styles.sass @@ -172,12 +172,6 @@ div.empty height: 2.3rem border: solid 1px white - //&.light-mode - // color: black - // width: 2.3rem - // height: 2.3rem - // border: solid 1px black - div position: absolute width: 2rem @@ -196,6 +190,7 @@ div.empty left: 0 background-color: black opacity: 0.05 + z-index: -1 .darker-background position: fixed @@ -205,6 +200,7 @@ div.empty left: 0 background-color: black opacity: 0.4 + z-index: -1 .color-warning color: #fdd835