Sha256: d1478203ad91e22c2076140c0e9a1af08d70af6a867bb3a4d59e803aa5c57fb5

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

// plugin overrides
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
.chosen-rtl .chosen-search, .chosen-container-single .chosen-search {
  background: none;

  &:after {
    @include icon-stuff;
    @extend .icon-arrow_down:before;
    position: relative;
    font-size: 4px;
    top: -4px;
    left: 2px;
    color: $c-darker-grey;
  }
}

.chosen-container-single .chosen-single {
  &:hover {
    div b:after {
      color: $c-darkest-grey;
    }
  }
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  &:after {
    @extend .icon-arrow_up:before;
    color: $c-darkest-grey;
  }
}

.chosen-rtl .chosen-search, .chosen-container-single .chosen-search {
  &:after {
    @extend .icon-search:before;
    font-size: 12px;
    left: auto;
    right: 17px;
    top: -1px;
  }
}

.chosen-rtl,
.chosen-container-single {
  .chosen-search {
    input[type="text"] {
      background: none;
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fae-rails-1.6.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.5.1 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.5.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.4.1 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.4.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.3.1 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.3.0 app/assets/stylesheets/fae/globals/_plugins.scss