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

Unified Diff: third_party/polymer/components-chromium/paper-dropdown/paper-dropdown-transition.css

Issue 864173009: Add paper-dropdown and paper-dropdown-menu and run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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: third_party/polymer/components-chromium/paper-dropdown/paper-dropdown-transition.css
diff --git a/third_party/polymer/components-chromium/core-icon/core-icon.css b/third_party/polymer/components-chromium/paper-dropdown/paper-dropdown-transition.css
similarity index 73%
copy from third_party/polymer/components-chromium/core-icon/core-icon.css
copy to third_party/polymer/components-chromium/paper-dropdown/paper-dropdown-transition.css
index 168a5b5cc295a9abffab9c48d70d19a071b16486..d544eadeaf9c972053aac70747a7b7bdfee42e42 100644
--- a/third_party/polymer/components-chromium/core-icon/core-icon.css
+++ b/third_party/polymer/components-chromium/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