From b021a26674b1fde5354cf12a7ac74d94bd3d9340 Mon Sep 17 00:00:00 2001
From: danielgrippi <danielgrippi@gmail.com>
Date: Tue, 24 Jan 2012 10:08:53 -0800
Subject: [PATCH] make mentions in selector more ledgable [ci skip]

---
 public/stylesheets/sass/mentions.scss | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/public/stylesheets/sass/mentions.scss b/public/stylesheets/sass/mentions.scss
index 368999a646..f7589a2d52 100644
--- a/public/stylesheets/sass/mentions.scss
+++ b/public/stylesheets/sass/mentions.scss
@@ -16,7 +16,6 @@
     resize: none;
     width: 100%;
 
-    
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
@@ -31,7 +30,6 @@
     right: 0;
     z-index: 10000;
 
-
     ul {
       border: 1px solid #999;
       margin: 0;
@@ -40,6 +38,7 @@
       @include border-radius(0px, 0px, 5px, 5px);
 
       li {
+        color: #444;
         background: white;
         border-bottom: 1px solid #ccc;
         cursor: pointer;
@@ -50,7 +49,6 @@
         margin: 0;
         overflow: hidden;
         padding: 5px;
-        text-decoration: underline;
         white-space: nowrap;
 
         &:hover, &.active { background: #eee; }
-- 
GitLab