mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 01:25:10 -05:00
CSS: Fix get upper case alpha opacity in IE8
Fixes gh-1705 Closes gh-1704
This commit is contained in:
committed by
Michał Gołębiowski
parent
3f9fda8fab
commit
c5e8e12cef
@@ -22,7 +22,7 @@ var
|
||||
// BuildExclude
|
||||
getStyles = curCSS.getStyles,
|
||||
ralpha = /alpha\([^)]*\)/i,
|
||||
ropacity = /opacity\s*=\s*([^)]*)/,
|
||||
ropacity = /opacity\s*=\s*([^)]*)/i,
|
||||
|
||||
// swappable if display is none or starts with table except
|
||||
// "table", "table-cell", or "table-caption"
|
||||
|
||||
Reference in New Issue
Block a user