Skip to content

Commit

Permalink
Fix to hide new folder icons on 3065 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nauzethc committed Sep 10, 2014
1 parent ada4dc5 commit 8a3a71d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Numix Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,19 @@
//
// SIDEBAR - GENERAL FILE ICONS
//
// Fix to hide new folder icons on 3065 build
{
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
},

// Sidebar group closed
{
Expand Down
13 changes: 13 additions & 0 deletions Numix.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,19 @@
//
// SIDEBAR - GENERAL FILE ICONS
//
// Fix to hide new folder icons on 3065 build
{
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
},

// Sidebar group closed
{
Expand Down

0 comments on commit 8a3a71d

Please sign in to comment.