File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 65
65
}
66
66
}
67
67
68
+ .nav a {
69
+ color : inherit;
70
+ }
71
+
68
72
.nav .panels {
69
73
display : flex;
70
74
flex-direction : column;
133
137
padding : 0 ;
134
138
}
135
139
136
- .nav-menu a {
137
- color : inherit;
138
- }
139
-
140
140
.nav-list {
141
+ list-style : none;
141
142
margin : 0 0 0 0.75rem ;
142
143
padding : 0 ;
143
144
}
147
148
}
148
149
149
150
.nav-item {
150
- list-style : none;
151
151
margin-top : 0.5em ;
152
152
}
153
153
172
172
border : none;
173
173
outline : none;
174
174
line-height : inherit;
175
+ padding : 0 ;
175
176
position : absolute;
176
177
height : calc (var (--nav-line-height ) * 1em );
177
178
width : calc (var (--nav-line-height ) * 1em );
268
269
269
270
.nav-panel-explore .component .title {
270
271
font-weight : var (--body-font-weight-bold );
271
- color : inherit;
272
272
margin-top : 0.25rem ;
273
273
flex : none;
274
274
}
281
281
display : flex;
282
282
justify-content : flex-end;
283
283
flex-wrap : wrap;
284
- list-style : none;
285
284
padding-left : 0 ;
286
285
line-height : 1 ;
286
+ list-style : none; /* required for Edge */
287
287
}
288
288
289
289
.nav-panel-explore .component .version {
294
294
.nav-panel-explore .component .version a {
295
295
border : 1px solid var (--nav-border-color );
296
296
border-radius : 0.25rem ;
297
- color : inherit;
298
297
opacity : 0.75 ;
299
298
white-space : nowrap;
300
299
padding : 0.125em 0.25em ;
You can’t perform that action at this time.
0 commit comments