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

Unified Diff: chrome/browser/resources/chromeos/arc_support/main.css

Issue 2254673003: arc: avoid checkbox AutomationNode issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/resources/chromeos/arc_support/main.css
diff --git a/chrome/browser/resources/chromeos/arc_support/main.css b/chrome/browser/resources/chromeos/arc_support/main.css
index 563da75d49374785d148d13eb0bbf43360bbb899..112a43be130f306c0b04e00b6974b06be6da6d5a 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -42,11 +42,6 @@ webview,
width: 1px;
}
-.checkbox-container {
- margin: 0;
- padding: 0 8px 0 0;
-}
-
.checkbox-option {
height: 12px;
margin: 0;
@@ -108,6 +103,11 @@ webview,
width: 640px;
}
+.section-checkbox-container > input[type='checkbox'] {
+ flex-shrink: 0;
+ margin: 0 8px 0 0;
+}
+
.section-terms {
border: 1px solid #e6e6e6;
color: rgba(0, 0, 0, 0.54);

Powered by Google App Engine
This is Rietveld 408576698