fix(menu): hide divider when no menus (#307)

This commit is contained in:
Dave A-W
2020-05-04 15:24:40 +08:00
committed by GitHub
parent 4190c79491
commit 417851b1cd
3 changed files with 20 additions and 5 deletions

View File

@@ -17,6 +17,9 @@
@include border-radius(100%);
@include box-shadow(0 0 0 .3618em rgba(0, 0, 0, .05));
@include transition(all 0.4s ease);
}
a img {
cursor: pointer;
&:hover {