From cf07eef3aef3bb964e001219532bec392b94d822 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Fri, 29 Mar 2013 15:09:53 -0700 Subject: [PATCH] Only change text color when select list item matches `:hover` Closes #303 --- themes/atom-dark-ui/select-list.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/atom-dark-ui/select-list.less b/themes/atom-dark-ui/select-list.less index 41740ab83..bbe192765 100644 --- a/themes/atom-dark-ui/select-list.less +++ b/themes/atom-dark-ui/select-list.less @@ -4,7 +4,7 @@ } .select-list li .label { - color: #ddd; + color: #bbb; } .select-list .key-binding { @@ -17,8 +17,8 @@ line-height: 100%; } -.select-list li:hover { - background-color: #2c2c2c; +.select-list li:hover .label { + color: #fff; } .select-list ol .selected {