File tree Expand file tree Collapse file tree 4 files changed +26
-257
lines changed Expand file tree Collapse file tree 4 files changed +26
-257
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
.nav-toggle {
20
- background : url(../ img/menu .svg) no-repeat 50% 47.5 % ;
21
- background-size : 49 % ;
20
+ background : url(../ img/octicons-24 .svg#view-file-directory ) no-repeat center / 50% 50 % ;
21
+ filter : invert ( 10 % ); /* NOTE should match --navbar-background */
22
22
border : none;
23
23
outline : none;
24
24
line-height : inherit;
25
25
padding : 0 ;
26
+ margin-right : -0.625rem ;
26
27
height : var (--toolbar-height );
27
28
width : var (--toolbar-height );
28
- margin-right : -0.25rem ;
29
29
}
30
30
31
31
@media screen and (min-width : 1024px ) {
35
35
}
36
36
37
37
.nav-toggle .is-active {
38
- background-image : url(../ img/back.svg);
39
- background-size : 41.5% ;
38
+ background-image : url(../ img/octicons-24.svg#view-arrow-left);
40
39
}
41
40
42
41
.home-link {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments