Changes for page Solr Search

Last modified by Martin Výlet on 19.03.2025 21:26

From version 4.1
edited by Martin Výlet
on 18.06.2024 09:10
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.10]
To version 5.1
edited by Martin Výlet
on 23.08.2024 08:37
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.6.0]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -390,6 +390,16 @@
390 390   white-space: nowrap;
391 391  }
392 392  
393 +/* Override the default style for links in content. */
394 +body.content.preference-underlining-only-inline-links #xwikicontent .search-facet-body .itemName,
395 +body.content.preference-underlining-only-inline-links #xwikicontent .search-facet-body .more {
396 + text-decoration: none;
397 + /* Make sure we don't take over the default behaviour on hover with too much specificity. */
398 + &:hover, &:focus {
399 + text-decoration: underline;
400 + }
401 +}
402 +
393 393  .search-facet-body .itemName,
394 394  .search-facet-body .facet-value-toggler,
395 395  .search-facet-body .more {