You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Foundation's CSS will hide a dropdown in a top-bar even when display: block is applied. This is meant to assist with graceful degradation when there is no JS support.
The vanilla Foundation top-bar component adds the hover CSS class to parents of a dropdown which have the has-dropdown class. We should do the same.
The text was updated successfully, but these errors were encountered:
By default, Foundation's CSS will hide a dropdown in a
top-bar
even whendisplay: block
is applied. This is meant to assist with graceful degradation when there is no JS support.The vanilla Foundation
top-bar
component adds thehover
CSS class to parents of a dropdown which have thehas-dropdown
class. We should do the same.The text was updated successfully, but these errors were encountered: