Adjust navicon line-height

This commit is contained in:
Michael Rose 2017-03-29 15:12:28 -04:00
parent 6184be31e6
commit 585444bced
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
border: 0; border: 0;
outline: none; outline: none;
background-color: $navicon-nav-bg-close; background-color: $navicon-nav-bg-close;
line-height: normal; line-height: 5 * $navicon-height;
cursor: pointer; cursor: pointer;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;

View File

@ -11,7 +11,7 @@
border: 0; border: 0;
outline: none; outline: none;
background-color: $navicon-nav-bg-close; background-color: $navicon-nav-bg-close;
line-height: normal; line-height: 5 * $navicon-height;
cursor: pointer; cursor: pointer;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;