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

@ -74,7 +74,7 @@ $background-tabs : transparent;
$background-tabs-active : transparent;
$border-radius-tabs : 0;
// burger button
// nav burger button
$color-burger : $color-gray1;
$background-burger : transparent;
$background-burger-hover : transparent;

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;