Bug 1393354 - Update the color code of in-content link's normal, hover, and active stages to match Photon visual spec. draft
authorEvan Tseng <evan@tseng.io>
Fri, 25 Aug 2017 18:35:33 +0800
changeset 653747 8a4569cb687e04e7d86c243cff758118f6e5d73e
parent 653735 4caca1d0ba0e35cbe57a88493ebf162aa2cb3144
child 728407 49605be861a009c3f7cc662662a88afc35400327
push id76399
push userbmo:evan@tseng.io
push dateMon, 28 Aug 2017 00:24:25 +0000
bugs1393354
milestone57.0a1
Bug 1393354 - Update the color code of in-content link's normal, hover, and active stages to match Photon visual spec. MozReview-Commit-ID: Ltj7Clw4StH
toolkit/themes/shared/in-content/common.inc.css
--- a/toolkit/themes/shared/in-content/common.inc.css
+++ b/toolkit/themes/shared/in-content/common.inc.css
@@ -26,20 +26,20 @@
   --in-content-category-text-active: #0c0c0d;
   --in-content-category-text-selected: #0a84ff;
   --in-content-category-text-selected-active: #0060df;
   --in-content-category-background-hover: rgba(12,12,13,0.1);
   --in-content-category-background-active: rgba(12,12,13,0.15);
   --in-content-category-background-selected-hover: rgba(12,12,13,0.15);
   --in-content-category-background-selected-active: rgba(12,12,13,0.2);
   --in-content-tab-color: #424f5a;
-  --in-content-link-color: #0a84ff;
+  --in-content-link-color: #0a8dff;
   --in-content-link-color-hover: #0060df;
-  --in-content-link-color-active: #ff9500;
-  --in-content-link-color-visited: #551a8b;
+  --in-content-link-color-active: #003eaa;
+  --in-content-link-color-visited: #0a8dff;
   --in-content-primary-button-background: #0a84ff;
   --in-content-primary-button-background-hover: #0060df;
   --in-content-primary-button-background-active: #003EAA;
   --in-content-table-border-dark-color: #d1d1d1;
   --in-content-table-header-background: #0a84ff;
 }
 
 html|html,