Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-07-02 13:19:59 +02:00
parent e5d765f419
commit 228e294d5b
+3 -3
View File
@@ -138,12 +138,12 @@ td {
}
/* search */
[aria-expanded="true"] ~ .aa-without-1 {
[aria-expanded='true'] ~ .aa-without-1 {
display: block !important;
}
[aria-expanded="true"] ~ .aa-without-1 .aa-dataset-1:after {
content: "No results"
[aria-expanded='true'] ~ .aa-without-1 .aa-dataset-1:after {
content: 'No results';
}
.navSearchWrapper {