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

pull/91/head
Francis Lachapelle 2015-07-06 11:11:38 -04:00
parent ecce179a2f
commit 9814a8cd0e
1 changed files with 7 additions and 0 deletions

View File

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