]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change cursor for accordion submenu toggle 10153/head
authorBrett Mason <brettsmason@users.noreply.github.com>
Thu, 8 Jun 2017 09:01:45 +0000 (10:01 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2017 09:01:45 +0000 (10:01 +0100)
Noticed while testing that we don't get a pointer cursor when hovering over a new submenu toggle within accordion menu, but I think it should to give feedback to the user.

scss/components/_accordion-menu.scss

index a86ad5df46ae90933ce8e6052709dc5e51ae6f6e..51a568a5a873f428d2e737f2c99423d683c845a2 100644 (file)
@@ -129,6 +129,7 @@ $accordionmenu-arrow-size: 6px !default;
     position: absolute;
     top: 0;
     #{$global-right}: 0;
+    cursor: pointer;
 
     width: $accordionmenu-submenu-toggle-width;
     height: $accordionmenu-submenu-toggle-height;