Lists use the selected bg color

This commit is contained in:
Ben Ogle
2013-09-04 17:05:13 -07:00
parent 4c0c786097
commit 6aa8bb4116

View File

@@ -15,7 +15,7 @@
// of the list item.
.selected:before {
content: '';
background-color: @background-color-highlight;
background-color: @background-color-selected;
position: absolute;
left: 0;
right: 0;