Sha256: 05229ec669b2377109f99b9c91dc3431ea39485432bd1713bfea718df92ac988

Contents?: true

Size: 514 Bytes

Versions: 7

Compression:

Stored size: 514 Bytes

Contents

// bootstrap does flex-grow: 1 by default which makes the
// text input roughly the same size as the select in many cases
.input-group > .search-q {
  flex-grow: 4;
}

.input-group > .search-autocomplete-wrapper {
  @extend .form-control;
  display: inline-block;
  flex-grow: 4;
  padding: 0;
  position: relative;

  .search-q {
    border: 0;
    height: 100%;
    width: 100%;
  }

  ul {
    display: block;
  }
}

.search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-8.8.0 app/assets/stylesheets/blacklight/_search_form.scss
blacklight-8.7.0 app/assets/stylesheets/blacklight/_search_form.scss
blacklight-8.6.1 app/assets/stylesheets/blacklight/_search_form.scss
blacklight-8.6.0 app/assets/stylesheets/blacklight/_search_form.scss
blacklight-8.5.1 app/assets/stylesheets/blacklight/_search_form.scss
blacklight-8.5.0 app/assets/stylesheets/blacklight/_search_form.scss
blacklight-8.4.0 app/assets/stylesheets/blacklight/_search_form.scss