Commit 85d4c3b0 authored by scottchen's avatar scottchen Committed by Commit bot

MD Settings: Add comment for sync page CSS rule

BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2561953003
Cr-Commit-Position: refs/heads/master@{#437740}
parent d4d9b103
...@@ -45,6 +45,11 @@ ...@@ -45,6 +45,11 @@
}; };
} }
/**
* This is currently necessary because a link inside a disabled
* paper-checkbox inherits `pointer-events: none;` and will not work.
* See: https://github.com/PolymerElements/paper-checkbox/issues/166
*/
#paymentLearnMore { #paymentLearnMore {
pointer-events: initial; pointer-events: initial;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment