Commit ac5c9059a2347b0d2671386c90189c70d604226a

Authored by Luigi Serra
1 parent 11de877b

controllets and base datatel behavior update

controllets/animated-button-container-controllet/animated-button-container-controllet.html
... ... @@ -131,16 +131,6 @@
131 131 transition: 0.2s ease-out;
132 132 }
133 133  
134   - .transparent
135   - {
136   - position:fixed;
137   - top:0;
138   - left:0;
139   - width:100%;
140   - height:100%;
141   - background-color: rgba(0, 0, 0, 0.4);
142   - }
143   -
144 134 </style>
145 135  
146 136 <template>
... ... @@ -148,7 +138,6 @@
148 138 <neon-animatable><div id="hidden"></div></neon-animatable>
149 139 <neon-animatable>
150 140 <paper-material elevation="5" id="window" class="window">
151   - <div class="transparent"></div>
152 141 <paper-toolbar id="toolbar">
153 142 <search-panel-controllet id="search_from_animated_button_container" left-direction="true"></search-panel-controllet>
154 143 <paper-fab id="close" mini icon="close" on-click="_onCloseClick"></paper-fab>
... ...