mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Minor scss fix and autocomplete off
This commit is contained in:
parent
002f45c56e
commit
3fdc52d416
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@
|
|||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
||||
>* {
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-sidenav {
|
||||
|
|
|
|||
Loading…
Reference in a new issue