Sha256: 4d038942d519169fe5693fa1d72005b4c578d7b16e0fd3c82092840c881fdc70

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

/*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Autocomplete
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 */

.uk-autocomplete {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/* Nav modifier `uk-nav-autocomplete`
 ========================================================================== */
/*
 * Items
 */

.uk-nav-autocomplete {
  > li {
    > a {
      color: #444444;
    }
    &.uk-active > a {
      background: #009dd8;
      color: #ffffff;
      /* 1 */
      outline: none;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }
  }
  .uk-nav-header {
    color: #999999;
  }
  .uk-nav-divider {
    border-top: 1px solid #dddddd;
  }
}

/*
 * Active
 * 1. Remove default focus style
 */

/*
 * Sub-object: `uk-nav-header`
 */

/*
 * Sub-object: `uk-nav-divider`
 */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
uikit-sass-rails-1.4.1 vendor/assets/stylesheets/uikit/components/autocomplete.gradient.scss
uikit-sass-rails-1.4.0 vendor/assets/stylesheets/uikit/components/autocomplete.gradient.scss