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

Unified Diff: lib/src/paper-dialog-behavior/paper-dialog-common.css

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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: lib/src/paper-dialog-behavior/paper-dialog-common.css
diff --git a/lib/src/paper-dialog-behavior/paper-dialog-common.css b/lib/src/paper-dialog-behavior/paper-dialog-common.css
index 542f6f3651562c3a914be5fc857d38f6b7ce34ee..17e2db9c2c0de5fc0553f6133e9b6411b2733023 100644
--- a/lib/src/paper-dialog-behavior/paper-dialog-common.css
+++ b/lib/src/paper-dialog-behavior/paper-dialog-common.css
@@ -11,11 +11,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
:host {
display: block;
margin: 24px 40px;
+ -webkit-overflow-scrolling: touch;
background: var(--paper-dialog-background-color, --primary-background-color);
color: var(--paper-dialog-color, --primary-text-color);
- @apply(--layout-scroll);
@apply(--paper-font-body1);
@apply(--shadow-elevation-16dp);
@apply(--paper-dialog);
« no previous file with comments | « lib/src/paper-dialog-behavior/paper-dialog-behavior.html ('k') | lib/src/paper-dropdown-menu/paper-dropdown-menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698