File tree Expand file tree Collapse file tree 3 files changed +18
-67
lines changed Expand file tree Collapse file tree 3 files changed +18
-67
lines changed Original file line number Diff line number Diff line change 161
161
}
162
162
163
163
.nav-item-toggle {
164
- background : transparent url(../ img/caret.svg) no-repeat center / 50% ;
164
+ background : transparent url(../ img/octicons-16.svg#view-triangle-right) no-repeat center;
165
+ opacity : 0.25 ;
165
166
border : none;
166
167
outline : none;
167
168
line-height : inherit;
168
169
position : absolute;
169
170
height : calc (var (--nav-line-height ) * 1em );
170
171
width : calc (var (--nav-line-height ) * 1em );
171
- margin-top : -0.05em ;
172
- margin-left : calc (var (--nav-line-height ) * -1em );
172
+ margin-top : -0.05em 0 0 calc (var (--nav-line-height ) * -1em );
173
173
}
174
174
175
175
.nav-item .is-active > .nav-item-toggle {
176
- transform : rotate ( 90 deg );
176
+ background-image : url(.. / img/octicons-16.svg#view-triangle-down );
177
177
}
178
178
179
179
.is-current-page > .nav-link ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments