Closed
Description
only in Chrome does the modebar hide when you mouse away, as it should - in FF and IE it's always present. Looks like that's because has-hover
doesn't work correctly in those browsers (both of its matchMedia(...).matches
calls return false
there).
cc @dfcreative