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

Unified Diff: polymer_0.5.0/bower_components/paper-dropdown/paper-dropdown-transition.css

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 12 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: polymer_0.5.0/bower_components/paper-dropdown/paper-dropdown-transition.css
diff --git a/bower_components/core-icon/core-icon.css b/polymer_0.5.0/bower_components/paper-dropdown/paper-dropdown-transition.css
similarity index 73%
rename from bower_components/core-icon/core-icon.css
rename to polymer_0.5.0/bower_components/paper-dropdown/paper-dropdown-transition.css
index 168a5b5cc295a9abffab9c48d70d19a071b16486..d544eadeaf9c972053aac70747a7b7bdfee42e42 100644
--- a/bower_components/core-icon/core-icon.css
+++ b/polymer_0.5.0/bower_components/paper-dropdown/paper-dropdown-transition.css
@@ -5,12 +5,11 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt */
-html /deep/ core-icon {
- display: inline-block;
- vertical-align: middle;
- background-repeat: no-repeat;
- fill: currentcolor;
- position: relative;
- height: 24px;
- width: 24px;
+:host(.core-transition) #ripple,
+:host(.core-transition) #background {
+ opacity: 0;
+}
+
+:host(.core-transition) #scroller {
+ opacity: 0;
}

Powered by Google App Engine
This is Rietveld 408576698