Minor scss fix and autocomplete off

This commit is contained in:
Chrystian Huot 2019-08-28 16:18:48 -04:00
parent 002f45c56e
commit 3fdc52d416
3 changed files with 5 additions and 10 deletions

View file

@ -74,14 +74,6 @@
}
}
// td {
// &:nth-child(2),
// &:nth-child(3) {
// text-transform: uppercase;
// }
// }
th {
color: rgba(0, 0, 0, .4);
font-weight: 400;
@ -100,7 +92,6 @@
span {
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
white-space: nowrap;
}
}

View file

@ -62,7 +62,7 @@
[showFirstLastButtons]="true">
</mat-paginator>
</div>
<form class="radio-filters" [formGroup]="form">
<form class="radio-filters" [formGroup]="form" autocomplete="off">
<div>
<mat-form-field>
<mat-label>

View file

@ -6,6 +6,10 @@
position: fixed;
right: 0;
top: 0;
>* {
user-select: none;
}
}
.mat-sidenav {