[epiphany] Most visited: fix underline on titles



commit c2a452e40b76d7d421dc381f2624d30f9ae06822
Author: Tobias Bernard <tbernard gnome org>
Date:   Mon Jul 15 12:49:11 2019 +0200

    Most visited: fix underline on titles
    
    Apply text-decoration none to parent instead of the title directly

 src/resources/about.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index d963ca27f..549fee079 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -232,6 +232,7 @@ html.epiphany-html {
     outline: 0;
     transition: 0;
     text-align: center;
+    text-decoration: none;
 }
 
 .overview-title {
@@ -244,7 +245,6 @@ html.epiphany-html {
     color: #2e3436;
     text-overflow: ellipsis;
     text-align: center;
-    text-decoration: none;
 }
 
 .overview-thumbnail {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]