Skip to content

Commit

Permalink
Merge pull request wallabag#4254 from Simounet/feat/sidebar-sub-entri…
Browse files Browse the repository at this point in the history
…es-no-hover

Sidebar sub entries not conditioned by hover anymore
  • Loading branch information
j0k3r authored Jan 21, 2020
2 parents a5afdc5 + 0a81f9b commit 996b2ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions app/Resources/static/themes/material/css/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,18 @@
&:hover {
width: 260px !important;

.collapsible-body {
height: auto;

li a i.material-icons {
margin: auto 5px auto -8px;
}
}

span {
opacity: 1;
}
}

.collapsible-body {
height: auto;

li a i.material-icons {
margin: auto 5px auto -8px;
}
}
}

.progress {
Expand Down
2 changes: 1 addition & 1 deletion web/wallassets/material.css

Large diffs are not rendered by default.

0 comments on commit 996b2ec

Please sign in to comment.