We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb5e25 commit 7e7feeaCopy full SHA for 7e7feea
src/css/nav.css
@@ -176,11 +176,14 @@ html.is-clipped--nav {
176
display: flex;
177
align-items: center;
178
justify-content: space-between;
179
- cursor: pointer;
180
line-height: 1;
181
height: var(--drawer-height);
182
}
183
+.nav-panel-explore:not(:first-child) .context {
184
+ cursor: pointer;
185
+}
186
+
187
.nav-panel-explore .context .version {
188
189
align-items: inherit;
0 commit comments