| 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;
|
| }
|
|
|