Raj

Results 32 comments of Raj

@toxamiz yes but that above example could potentially be confusing in the context of a form with a primary submit button. Hence why in my first example I used the...

> Good idea. Is there any sketches? Not at this stage sorry. I was basing this off the gov uk implementation of the file upload component, as mentioned in my...

I wanted to try and avoid using javascript for box shadows. Here is what I came up with: **Variation 1** As per the gov uk tables post above. Collapse each...

i think underlines with a slightly muted underline could work

> The reasons were the lines and borders together where too much cognitive load for a user Yea i agree with this. And this makes sense when you look at...

It seems that the dark side-nav needs to be wrapped in a div with classes `.au-body.au-body--dark` This is inconsistent with the default side navs and potentially confusing.

Hey @LaurenceRLewis nice pick up again! I could recreate this issue using Jaws and NVDA screen readers. Voiceover pronounces it correctly, however. I think this a quick fix and we...

By the way, we would love to recognise you as a contributor to this component (and some others too ) once this issue is addressed. We usually do this by...

@gordjw that's a pretty good point. It would hidden with the `display:none` property, which would mean it is deleted (not visible to screen, not read to screenreader users). We have...