Sha256: b6329aa596a94caba8ca32504be43e4fcef2f1ba57878affa62875c94ac81727

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

/* Table of Contents
==================================================
# Typeahead */

/* # Typeahead
================================================== */
.typeahead {
  margin-top: 4px;
  z-index: 1060;
}
.typeahead.dropdown-menu {
  display: none;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  visibility: visible;
}
.typeahead.dropdown-menu > li > a > b { color: $primary-color; }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_frontend-6.6.2 vendor/assets/stylesheets/_typeahead.scss
active_frontend-6.6.1 vendor/assets/stylesheets/_typeahead.scss
active_frontend-6.6.0 vendor/assets/stylesheets/_typeahead.scss