style search results that have no links

This commit is contained in:
Frédéric Péters 2018-11-21 08:13:26 +01:00
parent 9711e27852
commit 3b2bc553ec
1 changed files with 7 additions and 0 deletions

View File

@ -28,3 +28,10 @@ div#portal-agent-content {
}
}
}
div.combo-search-results {
a.nolink {
color: $font-color;
border-bottom-color: transparent;
}
}