Trevor Brennan
Trevor Brennan
Thanks for the good issue. This is an interesting problem which probably won't be a quick fix, but is something worth finding a solution for. We opted not to use...
There was also a need for this in the designs for [login on platform](https://github.com/AusDTO/gov-au-beta/blob/develop/app/assets/stylesheets/_sign-in.scss#L43). Agree we should support this in some way in Ui-Kit.
@tessereth Like this example? https://en.wikipedia.org/wiki/Bridges_of_York
Worth checking out BBC Gel's grid, the guts of that uses inline-blocks and negative margins (not last/nth-child) so it should roll down to older browsers http://www.bbc.co.uk/gel/guidelines/grid Here is an isolated...
Notes: Confirmed with @tessereth what the `tabindex="-1"` on a div is intended to do, as most browsers should preform the skip-link as expected without having to apply direct focus to...
Tested skip-links and they do not behave as intended in all versions of IE (6-Edge: pages scrolls but focus does not change position). We will likely ship an out-of-the-box JS...
FYI on top of a colour change the Transitions team are trialing an underline on the Accordion/Button in order to give it more affordance as something which is clickable. (Like...
@klepas It's the type of thing that won't come up in automated testing. It's tracked in `DESIGN-261`
Agreed we should do this but need make the wording super simple: > This tool will not work because JavaScript is turned off in your browser. > Find out how...
Yeah that needs fixing. Thanks @jonathanconway.