Sha256: 7de0fbb4133e8ce00c3be67a3db57b9cf86480e4b5d8774fa2876a5a965c86d6

Contents?: true

Size: 393 Bytes

Versions: 12

Compression:

Stored size: 393 Bytes

Contents

// Table of Contents
// ==================================================
// Typeahead

// scss-lint:disable SelectorDepth

// Typeahead
// ==================================================
.typeahead {
  margin-top: 10px;
  z-index: 1061;

  > li > a b,
  > li.active > a {
    color: color(primary);
    font-weight: text-weight(normal);
  }
  > li > a b { text-decoration: underline; }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
active_frontend-16.1.7 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.1.6 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.1.5 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.1.4 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.1.3 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.1.2 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.1.1 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.1.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.0.24 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.0.23 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.0.22 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-16.0.21 vendor/assets/stylesheets/components/_typeahead.scss