]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fixed .exit-off-canvas not closing 'overlap' menu 5501/head
authorregdoug <pierce.reginald@gmail.com>
Fri, 25 Jul 2014 22:31:21 +0000 (18:31 -0400)
committerregdoug <pierce.reginald@gmail.com>
Fri, 25 Jul 2014 22:31:21 +0000 (18:31 -0400)
commit64384fbefc65f039db5640a93bb800ae0ef79db8
treeeee57dcad551b3b96583d3dd70579983fb5e2a07
parentf7f4c4eb86a21ebc6df602fe988264a19d0af951
Fixed .exit-off-canvas not closing 'overlap' menu

Old (buggy) behavior:
---
When the menu open_type was set to 'overlap', the .exit-off-canvas
link had no effect.

Cause
---
The `.offcanvas-overlap .exit-off-canvas` selector was missing. A
selector of `.offcanvas-overlap .exit-offcanvas-menu` was where
the `.offcanvas-overlap .exit-off-canvas` selector should have been

Fix
---
- Fix selector in scss/foundation/components/_offcanvas.scss
- No documentation changes are necessary because it now conforms
  to the documentation.  The string "exit-offcanvas-menu" is not
  found anywhere else in the repository.
scss/foundation/components/_offcanvas.scss