From b0da7d15f1b68fcb6efea8e72a211a1ccc9220ed Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Fri, 15 Feb 2013 10:09:40 -0800 Subject: [PATCH] not sure how this didn't throw an error --- themes/atom-dark-ui/command-panel.css | 3 --- themes/atom-light-ui/command-panel.css | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/themes/atom-dark-ui/command-panel.css b/themes/atom-dark-ui/command-panel.css index 5eef93fdc..49b05eb0d 100644 --- a/themes/atom-dark-ui/command-panel.css +++ b/themes/atom-dark-ui/command-panel.css @@ -103,6 +103,3 @@ .command-panel li.operation.selected .preview { color: #fff; } - { - color: #fff; -} diff --git a/themes/atom-light-ui/command-panel.css b/themes/atom-light-ui/command-panel.css index 49322cbc4..ce801805d 100644 --- a/themes/atom-light-ui/command-panel.css +++ b/themes/atom-light-ui/command-panel.css @@ -94,8 +94,5 @@ .command-panel .preview-list li.operation:hover, .command-panel li.operation.selected .preview { - color: #fff; -} - { - color: #fff; + color: #333; }