Remove the highlight div on selected items.

Use before instead.
This commit is contained in:
Ben Ogle
2013-08-26 16:08:48 -07:00
parent f09bbac0f7
commit 0e102bde13

View File

@@ -42,7 +42,9 @@
.octicon(chevron-right, @disclosure-arrow-size);
}
.selected > .highlight {
// The background highlight
.selected:before {
content: '';
background-color: @tool-panel-background-highlight-color;
position: absolute;
left: 0;