1
0
mirror of synced 2024-11-22 04:56:08 +03:00
select2/dist
Florian Kissling 31830c7b32 Add !important to .select2-hidden-accessible.
`.select2-hidden-accessible` is the CSS class that is added to the original `<select>` element (that Select2 is initialized on) to hide it.
In cases where the original `<select>` has other style declarations assigned which conflict with those of `.select2-hidden-accessible`, the latter styles may be overridden, possibly resulting in the original `<select>` element not being properly hidden.

Similar to what https://github.com/select2/select2/pull/1549 did for Select2 v3's CSS, this adds the `!important` rule to all style declarations for `.select2-hidden-accessible` to make it exponentially harder to override them.
2015-04-30 19:09:18 +02:00
..
css Add !important to .select2-hidden-accessible. 2015-04-30 19:09:18 +02:00
js Bump version numbers for 4.0.0 release 2015-04-26 17:02:52 -04:00