(css) No bg-color change in :hover of bottom sheet

This commit is contained in:
Francis Lachapelle 2015-07-06 11:11:38 -04:00
parent ecce179a2f
commit 9814a8cd0e

View file

@ -87,3 +87,10 @@ $i: 1;
}
}
}
.md-sidenav-left {
md-bottom-sheet {
md-list-item:hover {
background-color: transparent;
}
}
}