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

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

Issue 2257073002: Revert of 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 112a43be130f306c0b04e00b6974b06be6da6d5a..563da75d49374785d148d13eb0bbf43360bbb899 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -40,6 +40,11 @@
.button-separator {
width: 1px;
+}
+
+.checkbox-container {
+ margin: 0;
+ padding: 0 8px 0 0;
}
.checkbox-option {
@@ -103,11 +108,6 @@
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);
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/background.js ('k') | chrome/browser/resources/chromeos/arc_support/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698