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