mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use proper selected variable
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
.generate-list-item-text-color(error);
|
||||
.generate-list-item-text-color(selected);
|
||||
|
||||
li:not(.list-nested-item).selected,
|
||||
li.list-nested-item.selected > .list-item {
|
||||
.text(selected);
|
||||
}
|
||||
|
||||
.generate-list-item-status-color(@textClass, @status) {
|
||||
li:not(.list-nested-item).status-@{status},
|
||||
li.list-nested-item.status-@{status} > .list-item {
|
||||
|
||||
Reference in New Issue
Block a user