burger rename

This commit is contained in:
Raphael Goetter 2017-09-07 18:52:29 +02:00
parent 5e1c4bced1
commit 57b057a5f5
4 changed files with 12 additions and 12 deletions

View file

@ -92,11 +92,11 @@ button {
}
}
// burger button
// nav "burger" button
// active it with a JS toggle-class to .is-active
// recommanded HTML : <button class="button-burger" type="button" role="button" aria-label="open/close navigation"><i></i></button>
// recommanded HTML : <button class="nav-button" type="button" role="button" aria-label="open/close navigation"><i></i></button>
// see doc : https://knacss.com/styleguide.html#buttons
.button-burger {
.nav-button {
padding: 0;
background-color: transparent;
outline: 0;