Skip to content

Commit 585444b

Browse files
committed
Adjust navicon line-height
1 parent 6184be3 commit 585444b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/basically-basic/_navicons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
border: 0;
1212
outline: none;
1313
background-color: $navicon-nav-bg-close;
14-
line-height: normal;
14+
line-height: 5 * $navicon-height;
1515
cursor: pointer;
1616
-moz-user-select: none;
1717
-ms-user-select: none;

docs/_sass/basically-basic/_navicons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
border: 0;
1212
outline: none;
1313
background-color: $navicon-nav-bg-close;
14-
line-height: normal;
14+
line-height: 5 * $navicon-height;
1515
cursor: pointer;
1616
-moz-user-select: none;
1717
-ms-user-select: none;

0 commit comments

Comments
 (0)