From 21eb956839f401d9a1f414790bd2125b8815212e Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Wed, 13 Feb 2013 00:04:10 -0800 Subject: [PATCH] kill prompt icon for now --- static/command-panel.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/static/command-panel.css b/static/command-panel.css index 50a806b44..eeb565268 100644 --- a/static/command-panel.css +++ b/static/command-panel.css @@ -79,19 +79,8 @@ padding: 1px; } -.command-panel .prompt-and-editor .prompt:before { - color: #969696; - content: '\f078'; - font-family: 'Octicons Regular'; - position: relative; - top: 0; - left: -5px; - -webkit-font-smoothing: antialiased; -} - .command-panel .prompt-and-editor .editor { position: relative; - left: -4px; margin-right: -4px; }