mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove the highlight div on selected items.
Use before instead.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user