Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 17f7636

Browse files
committed
Show click cursor when hovering over expanding submenus.
1 parent 0e92ace commit 17f7636

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

css/style.less

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,22 @@ th {
168168
}
169169
}
170170

171+
h4.arrow-d, h4.arrow-r {
172+
cursor: pointer;
173+
174+
&::before{
175+
font-family: monospace;
176+
font-weight: bold;
177+
}
178+
}
179+
171180
// Expandy nav items
172181
h4.arrow-r::before {
173182
content: "+ ";
174-
font-family: monospace;
175-
font-weight: bold;
176183
}
177184

178185
h4.arrow-d::before {
179186
content: "- ";
180-
font-family: monospace;
181-
font-weight: bold;
182187
}
183188

184189
// Landing page

0 commit comments

Comments
 (0)