Buttons in nav?
BANOnotIT opened this issue · 2 comments
BANOnotIT commented
Why do you use <button onclick="location.href='something'">
against <a href="something">
? I know, that you use .sidenav button
selector, but why do you use it?
BANOnotIT commented
Why not to use .sidenav .button
?
Borderliner commented
@BANOnotIT You can use either of them, it doesn't really matter. I've used buttons to show that it's possible to put buttons inside Sidenav too.
Thanks for the report! 👍