Skip to content

Commit

Permalink
Fix bug where FontAwesome icons in menu would be 'not found' only on …
Browse files Browse the repository at this point in the history
…_index pages
  • Loading branch information
xenophenes committed Feb 3, 2019
1 parent 1d3011d commit 4bb8636
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,15 @@ article > aside .menu .dd-item.active > div {
background-color: transparent;
}

article > aside .menu .dd-item.active > div * {
article > aside .menu .dd-item.active > div a {
font-weight: 300;
border-bottom: none;
}

article > aside .menu .dd-item.active > div i {
border-bottom: none;
}

article > aside .menu .dd-item div a:hover,
article > aside .menu .dd-item div a:focus,
article > aside .menu .dd-item div a:active,
Expand All @@ -112,11 +116,6 @@ article > aside .menu .dd-item div a:active,
padding: 0 0rem;
}

article > aside .menu .dd-item.haschildren > div a {
cursor: none;
pointer-events: none;
}

article > aside .menu .dd-item li {
list-style-type: circle;
margin-left: 1rem;
Expand Down

0 comments on commit 4bb8636

Please sign in to comment.