Skip to content

Commit

Permalink
nguibs/ui-select [ADD] Now supports disabled state
Browse files Browse the repository at this point in the history
Fixes issue #264
  • Loading branch information
bpaugam committed May 26, 2016
1 parent 811390e commit d776cd5
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,17 @@
}
}

// Disabled state
&[disabled="disabled"] {
&:before {
display: none;
}
.ui-select-toggle {
cursor: pointer;
}
}


// Thumbnail support
.ui-select-choices-row .thumbnail {
width: map-gets($pluginVars, uiSelect, thumbSize);
Expand Down

0 comments on commit d776cd5

Please sign in to comment.