Sha256: 6adbc57b4f35db22b281324cbc0455059379beee1403fc0d7b9a906fbb2f77f2

Contents?: true

Size: 553 Bytes

Versions: 34

Compression:

Stored size: 553 Bytes

Contents

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

// scss-lint:disable NestingDepth
// scss-lint:disable SelectorDepth

// Typeahead
// ==================================================
.typeahead {
  margin-top: 10px;
  z-index: 1061;
  font-weight: text-weight(semilight);

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

    &:hover,
    &:active,
    &:focus {
      > b { color: inherit; }
    }
  }
}

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
active_frontend-18.0.1 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-18.0.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.7.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.6.3 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.6.2 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.6.1 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.6.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.5.1 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.5.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.4.1 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.4.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.3.1 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.3.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.2.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.1.4 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.1.3 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.1.2 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.1.1 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.1.0 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-17.0.4 vendor/assets/stylesheets/components/_typeahead.scss