Last active
September 30, 2017 15:47
-
-
Save wyudong/ca880b93b3062adb57b9af433be239e0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.status-modified, | |
.status-added, | |
.status-renamed, | |
.status-removed { | |
color: inherit; | |
background-color: inherit; | |
&.directory > .list-item { | |
color: inherit !important; | |
background-color: inherit !important; | |
} | |
&.directory.selected > .list-item { | |
color: inherit !important; | |
background-color: inherit !important; | |
} | |
} | |
.icon-file-text, .icon { | |
color: #c0c0c0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment