Page MenuHomePhabricator

[web] Inherit colors on spoiler reveal animation
ClosedPublic

Authored by patryk on Aug 19 2023, 2:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 30, 2:00 PM
Unknown Object (File)
Fri, Aug 30, 12:26 PM
Unknown Object (File)
Mon, Aug 26, 6:48 PM
Unknown Object (File)
Mon, Aug 26, 12:21 PM
Unknown Object (File)
Sun, Aug 25, 11:45 AM
Unknown Object (File)
Sun, Aug 25, 1:25 AM
Unknown Object (File)
Sat, Aug 24, 10:06 AM
Unknown Object (File)
Sat, Aug 24, 10:06 AM
Subscribers

Details

Summary

Solution for ENG-4675.

This diff fixes the issue where, after the spoiler reveal animation, the content color was being changed.

Depends on D8877.

Test Plan
  1. Before applying this patch, check if current spoiler reveal animation does change the content color:

  1. Apply this patch and see if colors are not changed:

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

patryk held this revision as a draft.
patryk edited the test plan for this revision. (Show Details)
patryk added reviewers: tomek, inka, rohan.
patryk edited the test plan for this revision. (Show Details)

Fix diff

web/markdown/markdown.css
96–97 ↗(On Diff #30113)

Color should be overriden only when spoiler is closed.

This revision is now accepted and ready to land.Aug 21 2023, 4:19 AM

Great find! Thanks for fixing this.

Thanks for fixing this!