Modifications pour le document Solr Search
Modifié par Florent Charton le 2026/03/13 11:04
Depuis la version 3.1
modifié par Florent Charton
sur 2025/07/04 23:28
sur 2025/07/04 23:28
Commentaire de modification :
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.10.9]
À la version 2.1
modifié par Florent Charton
sur 2024/08/08 18:44
sur 2024/08/08 18:44
Commentaire de modification :
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.11]
Résumé
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -296,6 +296,19 @@ 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 + 299 299 .search-facet:last-of-type .search-facet-header:after { 300 300 border: medium none; 301 301 } ... ... @@ -377,16 +377,6 @@ 377 377 white-space: nowrap; 378 378 } 379 379 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 - 390 390 .search-facet-body .itemName, 391 391 .search-facet-body .facet-value-toggler, 392 392 .search-facet-body .more {