Changes for page Solr Search
Last modified by Administrator on 2024/12/27 14:37
From version
5.1


edited by Administrator
on 2024/03/29 01:26
on 2024/03/29 01:26
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.8]
To version
4.1


edited by Administrator
on 2024/02/03 10:14
on 2024/02/03 10:14
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.5]
Summary
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -291,9 +291,6 @@ 291 291 cursor: pointer; 292 292 line-height: 1.4em; 293 293 margin: 0 .2em; 294 - display: flex; 295 - justify-content: space-between; 296 - position: relative; 297 297 } 298 298 299 299 .search-facet-header:after { ... ... @@ -303,9 +303,10 @@ 303 303 content: ""; 304 304 display: block; 305 305 height: 0; 303 + margin: 2.45em 0 0; 306 306 position: absolute; 307 307 right: 0; 308 - bottom: 0;306 + top: 0; 309 309 width: 100%; 310 310 } 311 311 ... ... @@ -337,9 +337,13 @@ 337 337 338 338 .search-facet .search-facet-header .facet-toggler, button.facet-value-toggler { 339 339 background: transparent; 340 - transition:background-color .2s ease-in-out;338 + float: right; 341 341 } 342 342 341 +button.facet-value-toggler:not(:active) { 342 + color: $theme.btn-primary-color; 343 +} 344 + 343 343 .search-facet .search-facet-header .facet-toggler:active, button.facet-value-toggler:active { 344 344 box-shadow: unset; 345 345 } ... ... @@ -391,7 +391,6 @@ 391 391 } 392 392 393 393 .search-facet-body .itemName, 394 -.search-facet-body .facet-value-toggler, 395 395 .search-facet-body .more { 396 396 /* Remove link styling */ 397 397 color: $theme.textColor;