From: Stephen James Date: Sun, 22 May 2016 20:38:04 +0000 (-0400) Subject: Removed extra "." from class name X-Git-Tag: v6.2.4-rc1~32^2~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28aa59739e8a954b2e9dba7761ab8faf04353f6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed extra "." from class name --- diff --git a/docs/pages/dropdown-menu.md b/docs/pages/dropdown-menu.md index f95c0d108..f6ca53126 100644 --- a/docs/pages/dropdown-menu.md +++ b/docs/pages/dropdown-menu.md @@ -157,11 +157,11 @@ See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to ### Preventing FOUC -Before the JavaScript on your page loads, the dropdown menus will not have arrows. However, once the JavaScript file has loaded, the arrows will appear causing a [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content). You can prevent this by adding the `.is-dropdown-submenu-parent` class manually. +Before the JavaScript on your page loads, the dropdown menus will not have arrows. However, once the JavaScript file has loaded, the arrows will appear causing a [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content). You can prevent this by adding the `is-dropdown-submenu-parent` class manually. ```html