Skip to content

Commit

Permalink
fix: list filters align
Browse files Browse the repository at this point in the history
  • Loading branch information
69pmb committed Jun 14, 2023
1 parent d82895a commit c1d817a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/list/list.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,12 @@
background-color: #fff !important;
}

::ng-deep.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
opacity: 0 !important;
.mat-mdc-form-field {
display: block;

::ng-deep#{&}:hover &-focus-overlay {
opacity: 0 !important;
}
}

.example-detail-row .mat-mdc-cell {
Expand Down

0 comments on commit c1d817a

Please sign in to comment.