0 Votes

Changes for page Solr Search

Last modified by Сергей Коршунов on 2025/01/12 00:53

From version 5.1
edited by Сергей Коршунов
on 2024/03/26 17:51
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.2.0]
To version 6.1
edited by Сергей Коршунов
on 2024/05/02 13:36
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.3.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 {