diff --git a/themes/atom-dark-ui/select-list.css b/themes/atom-dark-ui/select-list.css index edf5c024b..789ac5313 100644 --- a/themes/atom-dark-ui/select-list.css +++ b/themes/atom-dark-ui/select-list.css @@ -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; }