mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Show ignored icon in status bar
This commit is contained in:
@@ -20,3 +20,8 @@
|
||||
color: #5293d8;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .git-status.octicons.ignored-status-icon {
|
||||
color: #969696;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,11 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .git-status.octicons.ignored-status-icon {
|
||||
color: #333;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .grammar-name:hover {
|
||||
color: #000;
|
||||
border: 1px solid rgba(50, 50, 50, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user