This is a fork of elm-ui specifically for Insurello. It’s most likely not useful to anyone else.
Some facts about the fork:
- Based on elm-ui 1.1.7
- Merged Chrome focus fix: mdgriffith#362
- Changed default focus styles from
:focusto:focus-visible. - Replaced
Element.focusedwithElement.focusedMouseAndKeyboard(=:focus) andElement.focusedKeyboardOnly(=:focus-visible). - Updated styling for the default radio buttons and checkboxes. Better contrast and no shadow for the checkboxes.