From 3cb6710eedc7361e26696fc87b772a20f801f762 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 4 Sep 2013 17:25:11 -0700 Subject: [PATCH] Fix selected items in lists --- static/lists.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/lists.less b/static/lists.less index 722b616bc..956f9d459 100644 --- a/static/lists.less +++ b/static/lists.less @@ -22,6 +22,11 @@ height: @component-line-height; } + // Make sure the background highlight is below the content. + .selected > * { + position: relative; + } + .icon:before { margin-right: @component-icon-padding; position: relative;