We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4802a96 commit 5b530fdCopy full SHA for 5b530fd
src/app/shared/components/support/support.component.html
@@ -102,7 +102,7 @@
102
103
<div class="form">
104
<mat-form-field style="width: 100%; margin-bottom: -10px;">
105
- <input matInput placeholder="Message">
+ <input matInput placeholder="Message" cdkFocusInitial>
106
</mat-form-field>
107
</div>
108
src/app/shared/components/theme-picker/theme-picker.component.html
@@ -6,6 +6,7 @@
6
(click)="theme=item.className"
7
[class.hover]="hovering!==null"
8
(focus)="hovering=item.className"
9
+ [attr.cdkFocusInitial]="theme===item.className || null"
10
(mouseenter)="hovering=item.className"
11
(mouseleave)="hovering=null">
12
<mat-icon *ngIf="theme===item.className">check_circle</mat-icon>
0 commit comments