Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Safari's broken transition !important unset #11508

Merged

Conversation

jridgewell
Copy link
Contributor

Safari won't let you unset an inline transition: none !important by
setting it to ''. Instead, you have to first set it to a valid
non-important value, then set it to ''.

Fixes #11453.

Safari won't let you unset an inline `transition: none !important` by
setting it to `''`. Instead, you have to first set it to a valid
non-important value, then set it to `''`.
@jridgewell jridgewell force-pushed the fix-safari-transition-important branch from d97b396 to e190f78 Compare September 29, 2017 21:47
@jridgewell jridgewell requested review from dreamofabear and removed request for dvoytenko September 29, 2017 22:47
@jridgewell jridgewell merged commit 681420f into ampproject:master Sep 29, 2017
@jridgewell jridgewell deleted the fix-safari-transition-important branch September 29, 2017 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants