Sha256: e2f6fc1397dee213ce90e9f5bffd5a5b1f11a0b1402c2e83c8b07c01e6f538c8

Contents?: true

Size: 1.26 KB

Versions: 13

Compression:

Stored size: 1.26 KB

Contents

.multiselect-container
  padding: 10px
.multiselect-container > li > a > label
  padding: 3px 20px 3px 10px
  > input[type=checkbox]
    margin-bottom: 0px

.multiselect-container
  height: max-content // fix with bootstrap v 5.0.0-beta1
  .filter
    margin: 5px

.without-caret
  .dropdown-toggle::after
    content: none

.ui_surround_field > .multiselect-native-select .multiselect
  border-radius: 0px

// .ui_surround_field .multiselect-native-select .multiselect
.ui_surround_field .multiselect-native-select:first-child .multiselect
  @include border-start-radius($border-radius)

.ui_surround_field .multiselect-native-select:last-child .multiselect
  @include border-end-radius($border-radius)

.multiselect-native-select
  button.multiselect
    padding-right: 30px !important
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
  .dropdown-menu
    padding: 0
    flex-direction: column
    &.show
      display: flex !important

  .multiselect-filter
    background-color: white
    position: sticky
    top: 0px
    z-index: 1
  .dropdown-menu
    overflow: auto
    max-height: 300px

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ui_bibz-4.0.0.beta18 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta17 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta16 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta15 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta14 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta13 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta10 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta9 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta8 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta7 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta6 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta4 app/assets/stylesheets/sass/forms/_multiselect.sass
ui_bibz-4.0.0.beta3 app/assets/stylesheets/sass/forms/_multiselect.sass