mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Effects: Respect display value on inline elements
Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref73fe17299a(cherry-picked fromc34dbf5a8d) Conflicts: src/effects.js
This commit is contained in:
@@ -152,4 +152,7 @@ section { background:#f0f; display:block; }
|
||||
/* #11971 */
|
||||
#foo { background: url(1x1.jpg) right bottom no-repeat; }
|
||||
|
||||
/* #14824 */
|
||||
#span-14824 { display: block; }
|
||||
|
||||
#display { display: list-item !important; }
|
||||
|
||||
Reference in New Issue
Block a user