Changes for page Solr Search

Last modified by Frank Fock on 2025/04/04 21:13

From version 2.1
edited by Frank Fock
on 2024/05/23 17:42
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.9]
To version 3.1
edited by Frank Fock
on 2025/04/04 21:13
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.10.4]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -296,19 +296,6 @@
296 296   position: relative;
297 297  }
298 298  
299 -.search-facet-header:after {
300 - border-bottom: 1px dotted $theme.pageContentBackgroundColor;
301 - border-top: 1px dotted $theme.borderColor;
302 - clear: both;
303 - content: "";
304 - display: block;
305 - height: 0;
306 - position: absolute;
307 - right: 0;
308 - bottom: 0;
309 - width: 100%;
310 -}
311 -
312 312  .search-facet:last-of-type .search-facet-header:after {
313 313   border: medium none;
314 314  }
... ... @@ -390,6 +390,16 @@
390 390   white-space: nowrap;
391 391  }
392 392  
380 +/* Override the default style for links in content. */
381 +body.content.preference-underlining-only-inline-links #xwikicontent .search-facet-body .itemName,
382 +body.content.preference-underlining-only-inline-links #xwikicontent .search-facet-body .more {
383 + text-decoration: none;
384 + /* Make sure we don't take over the default behaviour on hover with too much specificity. */
385 + &:hover, &:focus {
386 + text-decoration: underline;
387 + }
388 +}
389 +
393 393  .search-facet-body .itemName,
394 394  .search-facet-body .facet-value-toggler,
395 395  .search-facet-body .more {