Skip to content

Instantly share code, notes, and snippets.

@ashrafuzzaman
Created February 9, 2014 08:59
Show Gist options
  • Save ashrafuzzaman/8896395 to your computer and use it in GitHub Desktop.
Save ashrafuzzaman/8896395 to your computer and use it in GitHub Desktop.
Twitter bootstrap 3 typeahead SCSS
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
}
.tt-dropdown-menu {
@extend .dropdown-menu;
}
.tt-suggestion {
display: block;
padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
color: $dropdown-link-active-color;
background-color: $dropdown-link-active-bg;
}
.tt-suggestion.tt-is-under-cursor a {
color: #fff;
}
.tt-suggestion.tt-cursor {
color: $dropdown-link-active-color;
background-color: $dropdown-link-active-bg;
}
.tt-suggestion p {
margin: 0;
}
.twitter-typeahead {
width: 100%;
input {
border: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment