From 8c30507ad640d87c42f60c25c27d121cd3bc3751 Mon Sep 17 00:00:00 2001 From: mean-cj Date: Thu, 28 May 2015 18:33:54 +0700 Subject: [PATCH] Update tokenfield-typeahead.less add mouse pointer & mouse hover --- less/tokenfield-typeahead.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/less/tokenfield-typeahead.less b/less/tokenfield-typeahead.less index e8c33a8..2ed7c7b 100644 --- a/less/tokenfield-typeahead.less +++ b/less/tokenfield-typeahead.less @@ -106,9 +106,12 @@ display: block; padding: 3px 20px; } -.tt-suggestion.tt-cursor { +.tt-suggestion.tt-cursor, +.tt-suggestion:hover +{ color: @dropdown-link-hover-color; #gradient > .vertical(@dropdown-link-hover-bg, darken(@dropdown-link-hover-bg, 5%)); + cursor:pointer; } .tt-suggestion.tt-cursor a { color: @dropdown-bg;