Skip to content

.is-visible class overrides inline-block elements

The is-visible class has display:block, which doesn’t work nicely with buttons, which have display:inline-block. This makes it unsuitable to show and hide buttons.

I think that is-visible should be implemented with display:unset.