File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -200,21 +200,26 @@ html.is-clipped--nav {
200
200
display : flex;
201
201
align-items : center;
202
202
justify-content : space-between;
203
- cursor : pointer;
204
203
line-height : 1 ;
205
204
height : var (--drawer-height );
206
205
}
207
206
207
+ .nav-panel-explore : not (: first-child ) .context {
208
+ cursor : pointer;
209
+ }
210
+
208
211
.nav-panel-explore .context .version {
209
212
display : flex;
210
213
align-items : inherit;
214
+ padding-right : 0.25rem ;
211
215
}
212
216
213
- .nav-panel-explore .context .version ::after {
217
+ .nav-panel-explore : not ( : first-child ) .context .version ::after {
214
218
content : "" ;
215
219
background : url(../ img/chevron.svg) no-repeat center right / auto 100% ;
216
220
width : 1.25em ;
217
221
height : 0.75em ;
222
+ margin-right : -0.25rem ;
218
223
}
219
224
220
225
.nav-panel-explore .components {
You can’t perform that action at this time.
0 commit comments