mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge pull request #79 from ehough/fix-l2-navigation-css
Fix CSS for level 2 navigation
This commit is contained in:
commit
ffcf310122
|
@ -66,8 +66,9 @@
|
||||||
&:hover
|
&:hover
|
||||||
background: $section-background-color
|
background: $section-background-color
|
||||||
// This is the on state for pages beyond second level
|
// 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%)
|
background: darken($section-background-color, 20%)
|
||||||
|
padding: $gutter / 4 $gutter * 1.5
|
||||||
li.current ul
|
li.current ul
|
||||||
display: block
|
display: block
|
||||||
li ul
|
li ul
|
||||||
|
|
Loading…
Reference in New Issue
Block a user