mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Lists use the selected bg color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user