Bug 1455950 - Increased contrast on dark theme UI text links. r?dao draft
authorHarry Twyford <htwyford@mozilla.com>
Thu, 17 May 2018 17:15:22 -0400
changeset 798874 3602de110c9314b32e9de9aba8de57ab27881c02
parent 796393 24bae072acb09114c367e6b9ffde9261b2ad8a58
push id110862
push userbmo:htwyford@mozilla.com
push dateWed, 23 May 2018 16:42:23 +0000
reviewersdao
bugs1455950
milestone62.0a1
Bug 1455950 - Increased contrast on dark theme UI text links. r?dao MozReview-Commit-ID: Kg4opEGVR4H
browser/themes/shared/browser.inc.css
--- a/browser/themes/shared/browser.inc.css
+++ b/browser/themes/shared/browser.inc.css
@@ -17,16 +17,21 @@
 :root[extradragspace][tabsintitlebar]:not([inFullscreen]) {
   --space-above-tabbar: 8px;
 }
 
 :root[sessionrestored]:-moz-lwtheme {
   transition: @themeTransition@;
 }
 
+/* Increase contrast of UI links on dark themes */
+:root[lwt-popup-brighttext] panel .text-link {
+  color: #45a1ff;
+}
+
 /* Toolbar / content area border */
 
 #navigator-toolbox::after {
   content: "";
   display: -moz-box;
   border-bottom: 1px solid var(--toolbox-border-bottom-color);
 }