From 1dc40dc469571b0b3873279eaef0449e4afb0e5f Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Mon, 4 Feb 2013 09:47:58 -0800 Subject: [PATCH] kill dup tree-view styles in atom-light-ui --- themes/atom-light-ui/tree-view.css | 118 +---------------------------- 1 file changed, 1 insertion(+), 117 deletions(-) diff --git a/themes/atom-light-ui/tree-view.css b/themes/atom-light-ui/tree-view.css index 7a833b7a2..638c58669 100644 --- a/themes/atom-light-ui/tree-view.css +++ b/themes/atom-light-ui/tree-view.css @@ -12,14 +12,6 @@ text-shadow: 0 1px 0 #fff; } -.tree-view .entries { - margin-left: 12px; -} - -.tree-view .entries .file .name { - margin-left: 20px; -} - .tree-view .directory.selected > .header > .name, .tree-view .selected > .name { color: #262626; @@ -95,17 +87,6 @@ color: #3D4552; } -.tree-view .file .name, -.tree-view .directory .header { - padding-top: 4px; - padding-bottom: 4px; - padding-right: 10px; -} - -.tree-view .directory .header { - padding-left: 5px; -} - .tree-view .ignored { color: #555; } @@ -121,105 +102,8 @@ .tree-view-dialog { background-color: #e7e7e7; border-top: 1px solid #989898; - padding: 5px; } .tree-view-dialog .prompt { - padding-bottom: 3px; - font-size: 12px; - line-height: 16px; color: #333; -} - -.tree-view-dialog .prompt span { - position: relative; - top: -1px; -} - -.tree-view-dialog .prompt:before { - font-family: 'Octicons Regular'; - font-size: 16px; - width: 16px; - height: 16px; - margin-right: 3px; - -webkit-font-smoothing: antialiased; -} - -.tree-view-dialog .prompt.add:before { - content: "\f086"; -} - -.tree-view-dialog .prompt.move:before { - content: "\f03e"; -} - -.tree-view .directory .header .name, -.tree-view .file .name { - position: relative; - padding-left: 21px; -} - -.tree-view .directory .header .name:before, -.tree-view .file .name:before { - font-family: 'Octicons Regular'; - font-size: 16px; - width: 16px; - height: 16px; - margin-right: 5px; - -webkit-font-smoothing: antialiased; - position: absolute; - left: 0; -} - -.tree-view .disclosure-arrow:before { - font-family: 'Octicons Regular'; - font-size: 12px; - width: 12px; - height: 12px; - line-height: 16px; - margin-right: 3px; - -webkit-font-smoothing: antialiased; -} - -.tree-view .directory .header .directory-icon:before { - content: "\f016"; - top: -5px; -} - -.tree-view .directory .header .repository-icon:before { - content: "\f001"; - top: -4px; -} - -.tree-view .directory .header .submodule-icon:before { - content: "\f017"; - top: -5px; -} - -.tree-view .file .text-icon:before { - content: "\f011"; - top: -2px; -} - -.tree-view .file .image-icon:before { - content: "\f012"; - top: -2px; -} - -.tree-view .file .compressed-icon:before { - content: "\f013"; - top: -2px; -} - -.tree-view .file .pdf-icon:before { - content: "\f014"; - top: -2px; -} - -.tree-view .directory > .header .disclosure-arrow:before { - content: "\f05a"; -} - -.tree-view .directory.expanded > .header .disclosure-arrow:before { - content: "\f05b"; -} +} \ No newline at end of file