File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
samples/ui-kit-place-search-text Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2929 class ="query-input "
3030 placeholder ="Search for a place "
3131 value ="cafe " />
32- < button id ="search-button " class ="search-button ">
33- Search
34- </ button >
32+ < button class ="search-button "> Search</ button >
3533 </ div >
3634 < div class ="list-container ">
3735 < gmp-place-search selectable >
5048 The gmp-place-details-compact element is styled inline because it is
5149 conditionally rendered and moved into the info window, which is
5250 part of the map's shadow DOM.
53- -->
51+ -->
5452 < gmp-place-details-compact
5553 orientation ="horizontal "
5654 truncation-preferred
Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ gmp-place-search {
6565 cursor : pointer;
6666}
6767
68- .search-button : hover {
68+ .search-button : hover ,
69+ .search-button : focus-visible {
6970 background-color : # 1765cc ;
7071}
7172
You can’t perform that action at this time.
0 commit comments