From bc6cd238d2ad2222af877d4c9786b1805b180850 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 4 Sep 2013 15:32:12 -0700 Subject: [PATCH] Selected text is different than highlighted --- themes/atom-light-ui/ui-mixins.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/atom-light-ui/ui-mixins.less b/themes/atom-light-ui/ui-mixins.less index 5658eb5d8..31e595dec 100644 --- a/themes/atom-light-ui/ui-mixins.less +++ b/themes/atom-light-ui/ui-mixins.less @@ -18,7 +18,8 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, .5); } .text(selected) { - .text(highlight) + font-weight: normal; + color: @text-color-selected; } .text(info) {