File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
projects/aca-content/src/lib/components/search/search-input Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- < button class ="app-search-container "
1+ < div class ="app-search-container "
2+ role ="search "
23 [matMenuTriggerFor] ="searchOptionsMenu "
34 (menuOpened) ="onMenuOpened() "
45 (menuClosed) ="syncInputValues() "
910 </ button >
1011
1112 < input
13+ class ="app-search-input "
1214 matInput
1315 [attr.aria-label] ="'SEARCH.INPUT.ARIA-LABEL' | translate "
1416 [type] ="'text' "
3032 </ button >
3133 </ div >
3234 </ mat-form-field >
33- </ button >
35+ </ div >
3436
3537< mat-menu #searchOptionsMenu ="matMenu " [overlapTrigger] ="true " class ="app-search-options-menu ">
3638 < div (keydown.tab) ="$event.stopPropagation() " (keydown.shift.tab) ="$event.stopPropagation() " tabindex =0 >
Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ $search-border-radius: 4px;
2222 display : none ;
2323 }
2424 }
25+
26+ .app-search-input {
27+ & :focus-within {
28+ outline : 2px solid var (--theme-blue-button-color );
29+ border-radius : 4px ;
30+ }
31+ }
2532}
2633
2734.app-search-options-menu {
You can’t perform that action at this time.
0 commit comments