Bug 1328415 - Don't change color of the link Manage Account link in Sync prefs when visited. r?rfeeley draft
authorEdouard Oger <eoger@fastmail.com>
Mon, 27 Feb 2017 17:04:07 -0500
changeset 490238 01c4498426f6ab9c689c7ef5dac14e30bc503f42
parent 490032 106a96755d3bcebe64bbbc3b521d65d262ba9c02
child 547205 8d03f03e00e318840afc0cef62c17e31492e87c2
push id47037
push userbmo:eoger@fastmail.com
push dateMon, 27 Feb 2017 22:02:05 +0000
reviewersrfeeley
bugs1328415
milestone54.0a1
Bug 1328415 - Don't change color of the link Manage Account link in Sync prefs when visited. r?rfeeley MozReview-Commit-ID: FbOvjOLjLzL
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -486,16 +486,20 @@ description > html|a {
   margin: 0;
   min-width: 0;
 }
 
 .fxaAccountBoxButtons > button:first-child {
   margin-inline-end: 14px !important;
 }
 
+#verifiedManage:visited {
+  color: var(--in-content-link-color);
+}
+
 .fxaSyncIllustration {
   width: 231px;
 }
 
 #fxaLoginStatus[hasName] #fxaEmailAddress1 {
   font-size: 1.1rem;
 }