Bug 1240035 - Do not show underline when a tag is without href, r=Gijs draft
authorEvan Tseng <evan@tseng.io>
Thu, 03 Nov 2016 18:04:57 +0800
changeset 433268 a61ff7df86f06f3227e2f098af3b025b6bc4661f
parent 433112 ade8d4a63e57560410de106450f37b50ed71cca5
child 535840 2234a4988db4b0b891a7c0001d15a3098529d7e2
push id34523
push userbmo:evan@tseng.io
push dateThu, 03 Nov 2016 10:06:36 +0000
reviewersGijs
bugs1240035
milestone52.0a1
Bug 1240035 - Do not show underline when a tag is without href, r=Gijs MozReview-Commit-ID: 3xZfkhhLano
toolkit/themes/shared/aboutReaderContent.css
--- a/toolkit/themes/shared/aboutReaderContent.css
+++ b/toolkit/themes/shared/aboutReaderContent.css
@@ -89,16 +89,20 @@ a:link:hover,
 a:link:active {
   color: #0095dd;
 }
 
 a:visited {
   color: #c2e;
 }
 
+a:not([href]) {
+  text-decoration: none;
+}
+
 * {
   max-width: 100%;
   height: auto;
 }
 
 p,
 code,
 pre,