microsite: add display of no search results
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -137,6 +137,15 @@ td {
|
||||
color: $navigatorItemTextColor;
|
||||
}
|
||||
|
||||
/* search */
|
||||
[aria-expanded="true"] ~ .aa-without-1 {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
[aria-expanded="true"] ~ .aa-without-1 .aa-dataset-1:after {
|
||||
content: "No results"
|
||||
}
|
||||
|
||||
/* header */
|
||||
.fixedHeaderContainer {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user