Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Updatet chosen-stylesheet according to GitHub discussion alxlit/boots…
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasGi committed Mar 30, 2018
1 parent 7407224 commit 77c1add
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vendor/assets/stylesheets/bootstrap-chosen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
.chosen-select { width: 100%; }
.chosen-select-deselect { width: 100%; }

.chosen-single .chosen-search-input { display: none } // Add-On that was necessary on chosen-update
// Add-On that was necessary on chosen-update
// ~ https://github.com/alxlit/bootstrap-chosen/issues/80#issuecomment-376564791
.chosen-container-single .chosen-single input[type="text"] {
cursor: pointer;
opacity: 0;
position: absolute;
}

.chosen-container {
display: inline-block;
Expand Down

0 comments on commit 77c1add

Please # to comment.