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

Unified Diff: chrome/browser/resources/settings/controls/settings_checkbox.html

Issue 2179053002: Revert of Hack to fix settings-checkbox mixin for 1.6.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Polymer160
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/settings_checkbox.html
diff --git a/chrome/browser/resources/settings/controls/settings_checkbox.html b/chrome/browser/resources/settings/controls/settings_checkbox.html
index 0acdf3da05e314fd7641dcb6186b9aac83099f6c..fb3378372b15b3a3035818b292a2f50e1cc9976a 100644
--- a/chrome/browser/resources/settings/controls/settings_checkbox.html
+++ b/chrome/browser/resources/settings/controls/settings_checkbox.html
@@ -18,13 +18,6 @@
.secondary:not(:empty) {
@apply(--settings-secondary);
- }
-
- #nonexistent {
- /* HACK(michaelpg): Inform Polymer that this mixin can set "display". */
- --settings-secondary-unchecked: {
- display: block;
- };
}
paper-checkbox:not([checked]) .secondary {
« 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