remove an extra div we don't need. I hard-coded a color but will remove it in future diffs, along with other unneeded styles. I just didn't want to break existing functionality.
before:
after:
Differential D3405
[web] [refactor] remove unneeded div in chat-thread-list component • benschac on Mar 10 2022, 1:55 PM. Authored by Tags None Referenced Files
Details remove an extra div we don't need. I hard-coded a color but will remove it in future diffs, along with other unneeded styles. I just didn't want to break existing functionality. before: after: do a side-by-side with production. Make sure the unread pop up doesn't break.
Diff Detail
Event TimelineComment Actions
If removing the div requires adding these colors, then adding them was ok, but I think we should still use variables instead of hardcoded values. Comment Actions Agreed. I'm going to use variables in the future. Just wanted to get rid of this div. |