1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

Prevent focus from being lost on console domains search (#2496)

This commit is contained in:
Pavlo Tkach
2024-07-15 14:46:18 -04:00
committed by GitHub
parent bfeaf4a23e
commit 68b46735cd
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
<div class="console-app__domains-spinner">
<mat-spinner />
</div>
} @else {
}
<a
mat-stroked-button
color="primary"
@@ -39,11 +39,10 @@
matInput
[(ngModel)]="searchTerm"
(ngModelChange)="sendInput()"
[disabled]="isLoading"
#input
/>
</mat-form-field>
}
<mat-table
[dataSource]="dataSource"
class="mat-elevation-z0"

View File

@@ -40,6 +40,7 @@
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.6);
z-index: 2;
}
.mat-mdc-paginator {