From 9f7a71fcda7cd8e567a72ddaf7cc5a35bfcd02bf Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Sat, 2 Feb 2013 14:21:15 -0800 Subject: [PATCH] :skull: symbols-view css --- themes/atom-dark-ui/package.json | 1 - themes/atom-dark-ui/symbols-view.css | 35 ---------------------------- 2 files changed, 36 deletions(-) delete mode 100644 themes/atom-dark-ui/symbols-view.css diff --git a/themes/atom-dark-ui/package.json b/themes/atom-dark-ui/package.json index e518e4a69..eceecbcd5 100644 --- a/themes/atom-dark-ui/package.json +++ b/themes/atom-dark-ui/package.json @@ -9,7 +9,6 @@ "overlay.css", "wrap-guide.css", "status-bar.css", - "symbols-view.css", "markdown-preview.css", "fuzzy-finder.css", "command-panel.css", diff --git a/themes/atom-dark-ui/symbols-view.css b/themes/atom-dark-ui/symbols-view.css deleted file mode 100644 index 0cbdbfa53..000000000 --- a/themes/atom-dark-ui/symbols-view.css +++ /dev/null @@ -1,35 +0,0 @@ -.symbols-view { - width: 50%; - margin-left: -25%; -} - -.symbols-view ol { - max-height: 300px; -} - -.symbols-view ol li { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, .05); -} - -.symbols-view ol .function-name { - float: left; - display: inline-block; - margin-right: .5em; - margin: 4px 0; -} - -.symbols-view li .right { - float: right; -} - -.symbols-view ol .function-details { - display: inline-block; - margin: 4px 0; - margin-right: .5em; - font-size: 90%; - color: #ddd; - -webkit-border-radius: 3px; - padding: 0 4px; - background: rgba(0, 0, 0, .2); -}