1
0
mirror of synced 2024-11-30 00:26:03 +03:00
select2/dist/css
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
..
select2.css Add !important to .select2-hidden-accessible. 2015-04-30 19:09:18 +02:00
select2.min.css Add !important to .select2-hidden-accessible. 2015-04-30 19:09:18 +02:00