Skip to content

Commit

Permalink
Merge pull request #1374 from harvesthq/user-select-none
Browse files Browse the repository at this point in the history
Prevent text selection on Chosen
  • Loading branch information
pfiller committed Jul 19, 2013
2 parents 6773a26 + 88edc0a commit 5c210c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/chosen.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "compass/css3/box-sizing";
@import "compass/css3/images";
@import "compass/css3/user-interface";

$chosen-sprite: image-url('chosen-sprite.png');
$chosen-sprite-retina: image-url('[email protected]');
Expand All @@ -12,6 +13,7 @@ $chosen-sprite-retina: image-url('[email protected]');
font-size: 13px;
zoom: 1;
*display: inline;
@include user-select(none);
.chzn-drop {
position: absolute;
top: 100%;
Expand Down

0 comments on commit 5c210c7

Please sign in to comment.