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

Unified Diff: chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html

Issue 2808293003: Sync confirmation: hide extraneous checkbox ripple on early focus (Closed)
Patch Set: . Created 3 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/signin/sync_confirmation/sync_confirmation.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
diff --git a/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html b/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
index 2d0369787cef714dbee0d84707afab5045dbae7b..ca47f6a9bf4f08b53866ffcc6cb196b288ab8171 100644
--- a/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
+++ b/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
@@ -26,6 +26,11 @@
--paper-checkbox-unchecked-color: var(--paper-grey-600);
-webkit-margin-start: 2px;
}
+<if expr="is_macosx">
+ html:not(.focus-allowed) paper-checkbox {
+ --paper-checkbox-ink-size: 0;
+ }
+</if>
</style>
</head>
<body>
« no previous file with comments | « no previous file | chrome/browser/resources/signin/sync_confirmation/sync_confirmation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698