mirror of
https://github.com/google/nomulus
synced 2026-08-02 21:36:08 +00:00
Add console registrar field focus handler, split whois address field (#2388)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*matTreeNodeDef="let node; when: hasChild"
|
||||
(click)="onClick(node)"
|
||||
>
|
||||
<div class="mat-tree-node" [class.active]="router.url.endsWith(node.path)">
|
||||
<div class="mat-tree-node" [class.active]="router.url.includes(node.path)">
|
||||
<button
|
||||
class="console-app__nav-icon_expand"
|
||||
mat-icon-button
|
||||
|
||||
Reference in New Issue
Block a user