From 27252961cfa143abaee4c6753570ae2e28e35f03 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 16 Apr 2013 09:29:31 -0700 Subject: [PATCH] Remove list style type on matches class --- src/packages/command-panel/stylesheets/command-panel.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/packages/command-panel/stylesheets/command-panel.less b/src/packages/command-panel/stylesheets/command-panel.less index f31ed6a34..d02c54e7c 100644 --- a/src/packages/command-panel/stylesheets/command-panel.less +++ b/src/packages/command-panel/stylesheets/command-panel.less @@ -92,6 +92,10 @@ padding: 1px; } } + + .matches { + list-style-type: none; + } } .header:after {