Changes for page Solr Search

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

From 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]
To 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]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -390,16 +390,6 @@
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 -
403 403  .search-facet-body .itemName,
404 404  .search-facet-body .facet-value-toggler,
405 405  .search-facet-body .more {