mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fixing CSS for level 2 navigation
This commit is contained in:
parent
d45046d77d
commit
d79eefabb2
|
@ -66,8 +66,9 @@
|
|||
&:hover
|
||||
background: $section-background-color
|
||||
// This is the on state for pages beyond second level
|
||||
li.tocktree-l2.current > a
|
||||
li.toctree-l2.current > a
|
||||
background: darken($section-background-color, 20%)
|
||||
padding: $gutter / 4 $gutter * 1.5
|
||||
li.current ul
|
||||
display: block
|
||||
li ul
|
||||
|
|
Loading…
Reference in New Issue
Block a user