Show ignored icon in status bar

This commit is contained in:
Kevin Sawicki
2013-03-25 11:52:16 -04:00
parent 9604d81ec8
commit 7756f8e86d
6 changed files with 26 additions and 2 deletions

View File

@@ -57,6 +57,11 @@
content: "\f26b";
}
.status-bar .ignored-status-icon:before {
content: "\f099";
margin-right: 0px;
}
.status-bar .commits-behind-label:before {
margin-top: -3px;
margin-left: 3px;