diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-11-09 19:46:07 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-09 21:14:57 +0100 |
commit | 9fb9990b3568c973cc41d5600492e0791e44d40a (patch) | |
tree | 1f785629126da84d0974bf244d056b386df31437 /help3xsl/default.css | |
parent | 3a6e63bbdfc95ab721f56d2486a5d1d9002e2c8c (diff) |
tdf#119415 change from fuse.js to fuzzysort.js
Tied the index listing to the current module.
Fuzzysort.js is MIT licensed.
Change-Id: I5d95cc1870a1856089217846ed0af572abc882d7
Reviewed-on: https://gerrit.libreoffice.org/63203
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index a67a036282..6fee232216 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -287,7 +287,7 @@ h6 { .debug { border: 1px solid black; padding: 3px; - display: show; + display: none; background-color: #222; color: red; text-align: left; @@ -563,13 +563,10 @@ aside input[type=checkbox]:checked ~ .contents-treeview { .pagination a { text-decoration: none; } -.fuseshown { +.index a { display: block; } -.fusehidden { - display: none; -} -.fuseshown.hidden { +.index .hidden { display: none; } li.active { |