Bug 1299281 - Style the cert_domain_link in the certificate error page to look like normal text when it does not link to anything. r?johannh draft
authorPrathiksha <prathikshaprasadsuman@gmail.com>
Wed, 15 Mar 2017 19:33:20 +0530
changeset 499238 a63910b0b77955e0ea565a7a82c3c4bb2601ebc5
parent 499232 d70514d67712ccf1e7908cd6d6adecc004dd95e7
child 549290 7f42fe92b80d684efcc3992d579bceab33dd9a38
push id49347
push userbmo:prathikshaprasadsuman@gmail.com
push dateWed, 15 Mar 2017 14:04:04 +0000
reviewersjohannh
bugs1299281
milestone55.0a1
Bug 1299281 - Style the cert_domain_link in the certificate error page to look like normal text when it does not link to anything. r?johannh MozReview-Commit-ID: 1wX6pB0PGQ3
browser/themes/shared/aboutNetError.css
--- a/browser/themes/shared/aboutNetError.css
+++ b/browser/themes/shared/aboutNetError.css
@@ -160,11 +160,16 @@ span#hostname {
 
 #certificateErrorText {
   font-family: monospace;
   white-space: pre-wrap;
   padding: 1em 0;
 }
 
 #cert_domain_link:not([href]) {
+<<<<<<< working copy
+  color: var(--in-content-page-color);
+  text-decoration: none;
+}
+=======
  color: var(--in-content-page-color);
  text-decoration: none;
-}
\ No newline at end of file
+}>>>>>>> destination