[Libreoffice-commits] help.git: Branch 'libreoffice-7-0' - help3xsl/default.css

Ilmari Lauhakangas (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 28 11:52:06 UTC 2020


 help3xsl/default.css |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 423094e2f75d923ee464d6c5dddc8677a8790476
Author:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
AuthorDate: Mon Sep 28 14:46:20 2020 +0300
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Sep 28 13:51:44 2020 +0200

    Keep logo text colour white even when visited
    
    Change-Id: I5cad9cdaf606b2b809c8e8a39a0dbf82ce15f919
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103548
    Tested-by: Jenkins
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    (cherry picked from commit eefef8231b5fbbb4148fa57a5a01b5c160a4ad9b)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103439

diff --git a/help3xsl/default.css b/help3xsl/default.css
index f9f0fc4db..6f165e85c 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -352,14 +352,10 @@ h6 {
     justify-content: space-between;
     flex-direction: column;
 }
-symbol, .logo {
+.symbol, .logo, .logo:hover, .logo:visited {
     color: #fff;
     text-decoration: none;
 }
-.logo:hover {
-    text-decoration: none;
-    color: #fff;
-}
 .logo p {
     font-size: 24px;
 }


More information about the Libreoffice-commits mailing list