bassjobsen / typeahead.js-bootstrap-css

LESS / CSS code for using typeahead.js with Bootstrap 3
MIT License
192 stars 127 forks source link

typeaheadjs.less doesn't set the tt-cursor styles #8

Closed ccmcbeck closed 8 years ago

ccmcbeck commented 9 years ago

So I added this

span.twitter-typeahead {
  .tt-suggestion.tt-cursor > p {
    &:extend(.dropdown-menu > .active > a);
  }
}

BTW, thumbs up on using LESS extend to solve this problem in the first place