Emmanuel Garcia

Results 141 comments of Emmanuel Garcia

@robdodson It's great for some cases. In fact, we plan to use `--gutters` in app-grid. Demo: http://output.jsbin.com/vucirix. However, there are a few elements where having the flexibility of just setting...

@esd100 If you don't want the `resize-title` effect, you could remove that effect from the app-header's `effects` attribute. Otherwise, it might be missing the `condensed-title` element.

@esd100 would you mind sending a reduced test case? jsbin or anything?

@pi4n0zik Yes! the waterfall effect controls the `shadow` property.

Your content is in the light DOM, so you could do this: ``` css @media print { app-header, [underlay-content] { position: absolute; } } ```

@jbarischr is there any reason why you couldn't use the value property? e.g. ``` html ``` `immediateValue` is only intended for reading the value when the user is dragging the...

yes. that's a good call.

Definitely, this should be fixed. wdyt @frankiefu ?

This is again related to an old PR https://github.com/PolymerElements/paper-slider/pull/24. @frankiefu wdyt? In the past, I had to do this https://github.com/PolymerElements/iron-range-behavior/blob/master/iron-range-behavior.html#L95 given that properties are not overridden in the order the...