[Libreoffice-commits] help.git: help3xsl/default.css

Ilmari Lauhakangas ilmari.lauhakangas at libreoffice.org
Mon Jan 15 15:11:22 UTC 2018


 help3xsl/default.css |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit ff44bbe7087cf87977103627f55a8b1b5c9ffb89
Author: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
Date:   Mon Jan 15 16:29:20 2018 +0200

    tdf#114907 Expand and collapse symbols for Contents
    
    Unicode like it's 1993.
    
    Change-Id: I625dc220341db788dd578c210ef2f368bec58199
    Reviewed-on: https://gerrit.libreoffice.org/47902
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 0236011dc..9efce4d33 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -485,15 +485,14 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
     background-position: 18px 0;
 }
 .contents-treeview label:before {
-    content: "🖿";
+    content: "⊞";
     color: #18A303;
     width: 16px;
     margin: 0 5px 0 0;
-    background-position: 0 -32px;
     display: inline-block;
 }
 .contents-treeview input:checked + label::before {
-    background-position: 0 -16px;
+    content: "⊟";
 }
 /* webkit adjacent element selector bugfix */
 


More information about the Libreoffice-commits mailing list