Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1536)

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.css

Issue 511073002: Restore outline on focus for security warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/security_warnings/interstitial_v2.css
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css
index ba0c9f11d52db1d4002025ba84b84f24416635a8..1c0d0af4df3c9175cddf9fe8b07aa82fb2b31bc1 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.css
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
@@ -28,7 +28,6 @@ button {
font-size: .875em;
height: 36px;
margin: -6px 0 0;
- outline: 0;
padding: 8px 24px;
transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@@ -39,6 +38,7 @@ button {
button:active {
background: rgb(50, 102, 213);
+ outline: 0;
}
button:hover {
@@ -197,11 +197,6 @@ input[type=checkbox] {
opacity: 1;
}
-.yellow :-webkit-any(
- a, #details, #details-button, h1, .small-link) {
- color: black;
-}
-
@media (max-width: 700px) {
.interstitial-wrapper {
padding: 0 10%;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698