mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 19:49:11 -05:00
Make sure setting opacity does not clobber other inline filters. Fixes #7101.
This commit is contained in:
@@ -204,7 +204,7 @@ if ( !jQuery.support.opacity ) {
|
||||
|
||||
style.filter = ralpha.test(filter) ?
|
||||
filter.replace(ralpha, opacity) :
|
||||
opacity;
|
||||
style.filter + ' ' + opacity;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user