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

Unified Diff: pkg/polymer/lib/src/js/polymer/layout.html

Issue 349313005: update polymer and platform.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | pkg/polymer/lib/src/js/polymer/polymer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/js/polymer/layout.html
diff --git a/pkg/polymer/lib/src/js/polymer/layout.html b/pkg/polymer/lib/src/js/polymer/layout.html
index 4e1284b9c15ac6401bac55233b364823e70ab8da..679738b16dfe9d139798d535acc07664e35fbce6 100644
--- a/pkg/polymer/lib/src/js/polymer/layout.html
+++ b/pkg/polymer/lib/src/js/polymer/layout.html
@@ -237,7 +237,7 @@ html /deep/ [block] {
/* ie support for hidden */
html /deep/ [hidden] {
- display: none;
+ display: none !important;
}
html /deep/ [relative] {
« no previous file with comments | « no previous file | pkg/polymer/lib/src/js/polymer/polymer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698