1
0
mirror of synced 2024-11-25 22:36:03 +03:00

hide the x when the single select is disabled. fixes #401

This commit is contained in:
Igor Vaynberg 2012-09-13 17:16:33 -07:00
parent 4b1204c5de
commit 7ee6446bc5

View File

@ -359,6 +359,10 @@ disabled look for already selected choices in the results dropdown
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none
}
/* multiselect */