feat(aio): add search to 404 page (#19682)
The 404 page will now run a search based on the given URL to offer suggestions for the page that the user really wanted. PR Close #19682
This commit is contained in:

committed by
Tobias Bosch

parent
88c46feb20
commit
91fcfcb042
@ -29,6 +29,24 @@ aio-search-results {
|
||||
}
|
||||
}
|
||||
|
||||
aio-search-results.embedded .search-results {
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
width: auto;
|
||||
max-height: 100%;
|
||||
position: relative;
|
||||
background-color: inherit;
|
||||
box-shadow: none;
|
||||
box-sizing: border-box;
|
||||
|
||||
.search-area a {
|
||||
color: lighten($darkgray, 10);
|
||||
&:hover {
|
||||
color: $accentblue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-area {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user