microsite: add display of no search results

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-07-02 12:53:45 +02:00
parent f8a93ec1ae
commit f96de94864
+9
View File
@@ -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;