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

Unified Diff: chrome/browser/resources/sync_confirmation/sync_confirmation.css

Issue 1910953003: Fixes the broken focus issue of 'OK, GOT IT' and 'UNDO' in the sync confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Michael's comments Created 4 years, 8 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 | chrome/browser/resources/sync_confirmation/sync_confirmation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_confirmation/sync_confirmation.css
diff --git a/chrome/browser/resources/sync_confirmation/sync_confirmation.css b/chrome/browser/resources/sync_confirmation/sync_confirmation.css
index 778977987dc06f13c5c0fb56518dfd9284e10fc8..459849af447deef7970bc42cd44578798d6bfe1f 100644
--- a/chrome/browser/resources/sync_confirmation/sync_confirmation.css
+++ b/chrome/browser/resources/sync_confirmation/sync_confirmation.css
@@ -111,14 +111,8 @@ body {
padding: 8px 16px;
}
-#confirmButton {
- background-color: rgb(66, 133, 244);
- color: white;
-}
-
#undoButton {
-webkit-margin-start: 8px;
- color: #5A5A5A;
}
#illustration {
« no previous file with comments | « no previous file | chrome/browser/resources/sync_confirmation/sync_confirmation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698