Sha256: f5693229a902fdea370427f12a3c4fa710efb6308af7dbe758d379249348ec2f

Contents?: true

Size: 822 Bytes

Versions: 16

Compression:

Stored size: 822 Bytes

Contents

// Table of Contents
// ==================================================
// Choicepicker

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

// Choicepicker
// ==================================================
.choicepicker {
   > span {
     display: block;
     max-height: 230px;
     overflow-x: auto;

     > li {
       border-top: 1px solid;
       border-top-color: inherit;
       clear: both;
       display: block;
       font-weight: inherit;
       line-height: 1;
       padding: 16px 10px 14px;
       margin: 0;

       &:first-child { border-top: 0; }

       &.hidden { display: none; }
       &.choicepicker-fuzzy { padding: 10px 10px 5px; }

       > label {
         cursor: pointer;
         font-weight: text-weight(normal);
         margin: 0 0 0 10px;
       }
     }
   }
}

Version data entries

16 entries across 16 versions & 1 rubygems

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