projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb5e25
)
only add cursor pointer to explore context if explore can slide out
author
Dan Allen
<dan@opendevise.com>
Thu, 31 Mar 2022 08:39:01 +0000
(
02:39
-0600)
committer
Dan Allen
<dan@opendevise.com>
Thu, 31 Mar 2022 08:39:01 +0000
(
02:39
-0600)
src/css/nav.css
patch
|
blob
|
history
diff --git
a/src/css/nav.css
b/src/css/nav.css
index
18da75a
..
49400ac
100644
(file)
--- a/
src/css/nav.css
+++ b/
src/css/nav.css
@@
-176,11
+176,14
@@
html.is-clipped--nav {
display: flex;
align-items: center;
justify-content: space-between;
- cursor: pointer;
line-height: 1;
height: var(--drawer-height);
}
+.nav-panel-explore:not(:first-child) .context {
+ cursor: pointer;
+}
+
.nav-panel-explore .context .version {
display: flex;
align-items: inherit;