From 6aa8bb4116528ac46b4e7a44bfdab88b215a2ef5 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 4 Sep 2013 17:05:13 -0700 Subject: [PATCH] Lists use the selected bg color --- static/lists.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/lists.less b/static/lists.less index d1312facd..722b616bc 100644 --- a/static/lists.less +++ b/static/lists.less @@ -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;