La couleur de fond était au dessus de certains éléments et empêchait de cliquer ces éléments.

Corrige #7
This commit is contained in:
FyloZ 2021-03-13 13:47:29 -05:00
parent 31b140fe80
commit 8ca3516ae6
2 changed files with 3 additions and 7 deletions

View File

@ -48,7 +48,7 @@
<ng-container matColumnDef="expandedDetail">
<td mat-cell *matCellDef="let employee" [attr.colspan]="columns.length">
<div class="entity-detail"
[@detailExpand]="employee == expandedElement ? 'expanded' : 'collapsed'">
[@detailExpand]="employee === expandedElement ? 'expanded' : 'collapsed'">
<cre-permissions-list [employee]="employee" class="w-100"></cre-permissions-list>
</div>
</td>

View File

@ -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