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

Unified Diff: chrome/browser/resources/settings/people_page/sync_page.html

Issue 2563443005: MD Settings: Make links inside disabled checkbox clickable on syncSetup page (Closed)
Patch Set: Created 4 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/sync_page.html
diff --git a/chrome/browser/resources/settings/people_page/sync_page.html b/chrome/browser/resources/settings/people_page/sync_page.html
index 69e1aef65abd152feeb546d0350adb343ae1bf3b..1e375ac3ff6f88a2d3458469c92d35bcf69f756f 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.html
+++ b/chrome/browser/resources/settings/people_page/sync_page.html
@@ -44,6 +44,10 @@
padding: 0;
};
}
+
+ #paymentLearnMore {
dpapad 2016/12/09 00:56:09 Perhaps add a comment explaining why this is neces
scottchen 2016/12/09 19:53:39 Acknowledged.
+ pointer-events: initial;
+ }
</style>
<div id="[[pages.SPINNER]]" class="settings-box first"
hidden$="[[!isStatus_(pages.SPINNER, pageStatus_)]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698