From 14c153e00fed1de3f05ffc7096b214037295f61d Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 4 Sep 2013 15:31:50 -0700 Subject: [PATCH] Use proper selected variable --- themes/atom-light-ui/lists.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/atom-light-ui/lists.less b/themes/atom-light-ui/lists.less index 174185e7d..f86bb4115 100644 --- a/themes/atom-light-ui/lists.less +++ b/themes/atom-light-ui/lists.less @@ -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 {