File tree Expand file tree Collapse file tree 4 files changed +43
-95
lines changed Expand file tree Collapse file tree 4 files changed +43
-95
lines changed Original file line number Diff line number Diff line change 219
219
}
220
220
221
221
.nav-panel-explore .context .version {
222
- display : flex;
223
- align-items : inherit;
224
222
padding-right : 0.25rem ;
225
223
}
226
224
227
225
.nav-panel-explore : not (: first-child ) .context .version ::after {
228
226
content : "" ;
229
- background : url(../ img/chevron .svg) no-repeat center right / auto 100 % ;
230
- width : 1.25 em ;
231
- height : 0.75 em ;
227
+ background : url(../ img/octicons-16 .svg#view-chevron-down ) no-repeat center right -0.15 em / 1 em 1 em ;
228
+ filter : invert ( 36.5 % ); /* NOTE should match --color-gray-70 */
229
+ padding-right : 1.25 em ;
232
230
margin-right : -0.25rem ;
233
231
}
234
232
Original file line number Diff line number Diff line change 12
12
13
13
.page-versions .version-menu-toggle {
14
14
color : inherit;
15
- background : url(../ img/chevron.svg) no-repeat;
16
- background-position : right 0.5rem top 50% ;
17
- background-size : auto 0.75em ;
15
+ background-color : transparent;
18
16
border : none;
19
17
outline : none;
20
18
line-height : inherit;
21
- padding : 0.5rem 1.5 rem 0.5 rem 0.5 rem ;
19
+ padding : 0.5rem ;
22
20
position : relative;
23
21
z-index : var (--z-index-page-version-menu );
24
22
}
25
23
24
+ .page-versions .version-menu-toggle ::after {
25
+ content : "" ;
26
+ background : url(../ img/octicons-16.svg#view-chevron-down) no-repeat center right -0.15em / 1em 1em ;
27
+ filter : invert (36.5% ); /* NOTE should match --color-gray-70 */
28
+ padding-right : 1rem ;
29
+ }
30
+
26
31
.page-versions .version-menu {
27
32
display : flex;
28
33
min-width : 100% ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments