mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2
17 stars 0 forks source link

Support for multiple/composed "shadow" per element #13

Open wolfadex opened 4 years ago

wolfadex commented 4 years ago

There are 2 related issues in elm-ui, just wanted to make sure they don't get lost when working on items in this repo.

https://github.com/mdgriffith/elm-ui/issues/98 https://github.com/mdgriffith/elm-ui/issues/51

rlefevre commented 4 years ago

Also note that shadow is an Attr decorative msg which is compatible with Decoration, so it's not possible to use a work-around with htmlAttribute for multiple shadows if a Decoration is needed (for example for mouseOver and such).