Skip to content

Commit

Permalink
Merge pull request #24 from tonatiuh/set-cucumber-icon
Browse files Browse the repository at this point in the history
set-cucumber-icon
  • Loading branch information
lee-dohm committed Nov 14, 2015
2 parents 0b9b63b + ae6eb9e commit 0c311db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/file-type-icons.less
Expand Up @@ -241,6 +241,11 @@
.test-file-icon;
}

// Cucumber files
[data-name$='.feature']:before {
.cucumber-icon;
}

// Fixup for devicons
.list-tree {
.icon[data-name$='.go']:before {
Expand Down
4 changes: 4 additions & 0 deletions styles/icons.less
Expand Up @@ -126,6 +126,10 @@
content: '\f0c3'; // http://fortawesome.github.io/Font-Awesome/icon/flask/
}

.cucumber-icon {
content: '\f0c5'; // https://octicons.github.com/icon/browser/
}

.todo-icon {
content: '\f076'; // http://octicons.github.com/icon/checklist/
}
Expand Down

0 comments on commit 0c311db

Please sign in to comment.