commit | 6ec3d15cdbd67db6227ffc39b708cc217ae4be9f | [log] [tgz] |
---|---|---|
author | Xinghui Lu <[email protected]> | Tue Oct 13 02:50:31 2020 |
committer | Commit Bot <[email protected]> | Tue Oct 13 02:50:31 2020 |
tree | 0a60bf37d925e144a0bbc3251ff91f62e42d753b | |
parent | fefbf86e311a80b7bbf37f3f3f99e5ce1a4360b1 [diff] |
[M87] Change the color of the enhanced protection link in SSL interstitials. The color of "turn on enhanced protection" should be consistent with the color of "Learn more". light mode before: http://screen/8WidHUNBBQmzKgi after: http://screen/3NR2qbG2f2P9zTq dark mode before: http://screen/BN2CLeG6XCyuqPU after: http://screen/KraWTSsegRer2Zq (cherry picked from commit c8b006aa4aebe6de028b8f5d8148426927d94e3d) Bug: 1130721 Change-Id: I761731b565253cf800ef54999959ede0fc67c6ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463592 Reviewed-by: Varun Khaneja <[email protected]> Commit-Queue: Varun Khaneja <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#815770} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467076 Reviewed-by: Xinghui Lu <[email protected]> Commit-Queue: Xinghui Lu <[email protected]> Cr-Commit-Position: refs/branch-heads/4280@{#302} Cr-Branched-From: ea420fb963f9658c9969b6513c56b8f47efa1a2a-refs/heads/master@{#812852}
diff --git a/components/security_interstitials/core/browser/resources/interstitial_ssl.css b/components/security_interstitials/core/browser/resources/interstitial_ssl.css index adcfc7b..e73b172 100644 --- a/components/security_interstitials/core/browser/resources/interstitial_ssl.css +++ b/components/security_interstitials/core/browser/resources/interstitial_ssl.css
@@ -35,7 +35,3 @@ .ssl-enhanced-protection-message .icon { background-image: url(images/light_bulb_grey.svg); } - -.ssl-enhanced-protection-message a:link { - color: blue; -}