Skip to content

Commit 7e7feea

Browse files
committed
only add cursor pointer to explore context if explore can slide out
1 parent 1cb5e25 commit 7e7feea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/nav.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,14 @@ html.is-clipped--nav {
176176
display: flex;
177177
align-items: center;
178178
justify-content: space-between;
179-
cursor: pointer;
180179
line-height: 1;
181180
height: var(--drawer-height);
182181
}
183182

183+
.nav-panel-explore:not(:first-child) .context {
184+
cursor: pointer;
185+
}
186+
184187
.nav-panel-explore .context .version {
185188
display: flex;
186189
align-items: inherit;

0 commit comments

Comments
 (0)