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;