Add v-cloack to toggle-menu component and add hover style to drop down menu items

This commit is contained in:
leigh-mil
2019-11-27 09:47:15 -05:00
parent f4922f0db2
commit 05bdfde059
2 changed files with 25 additions and 22 deletions

View File

@@ -283,6 +283,10 @@
&:last-child {
border-bottom: 0;
}
&:hover {
background-color: $color-aqua-lightest;
}
}
}
}