mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Make right and directory class the same color
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.select-list li .right {
|
||||
color: #999;
|
||||
display: inline-block;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.select-list .key-binding {
|
||||
background: -webkit-linear-gradient(
|
||||
rgba(100, 100, 100, 0.5),
|
||||
@@ -31,6 +25,7 @@
|
||||
background-image: -webkit-linear-gradient(#7e7e7e, #737373);
|
||||
}
|
||||
|
||||
.select-list .right,
|
||||
.select-list .directory {
|
||||
color: #777;
|
||||
}
|
||||
@@ -39,6 +34,7 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.select-list ol .selected .right,
|
||||
.select-list ol .selected .directory {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user