Fix selected items in lists

This commit is contained in:
Ben Ogle 2013-09-04 17:25:11 -07:00
parent 65f597c324
commit 3cb6710eed

View File

@ -22,6 +22,11 @@
height: @component-line-height;
}
// Make sure the background highlight is below the content.
.selected > * {
position: relative;
}
.icon:before {
margin-right: @component-icon-padding;
position: relative;