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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_a11y_option.css

Issue 2701503004: ChromeOS OOBE: fix focus indicator on Accessibility page. (Closed)
Patch Set: Update after review. Created 3 years, 10 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/chromeos/login/oobe_a11y_option.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_a11y_option.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_a11y_option.css b/chrome/browser/resources/chromeos/login/oobe_a11y_option.css
index 0911b0730a5f455a6158bc1d056af40b7edad61c..4ada0f627f59a8341180729026eacc77ee8abf7b 100644
--- a/chrome/browser/resources/chromeos/login/oobe_a11y_option.css
+++ b/chrome/browser/resources/chromeos/login/oobe_a11y_option.css
@@ -14,10 +14,7 @@
}
paper-toggle-button {
- min-height: 20px;
- min-width: 32px;
- /* paper-toggle-button has fixed width of 36px. Make it 32. */
- transform: scale(.8888);
+ width: 36px;
}
#titleContainer {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_a11y_option.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698