mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add grammar name hover style to light theme
This commit is contained in:
@@ -12,4 +12,10 @@
|
||||
.status-bar .git-status.octicons.new-status-icon {
|
||||
color: #5293d8;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.status-bar .grammar-name:hover {
|
||||
color: #000;
|
||||
border: 1px solid rgba(50, 50, 50, 0.2);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user