make css and react classnames a bit simpler. We didn't need the additional active and inactive classes and true css in the classname definition.
Details
Details
- Reviewers
atul ashoat - Commits
- rCOMMde4f19571eea: [web] [refactor] css thread tab css logic
Toggle chat tabs, functionality should remain the same
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/chat/chat-tabs.css | ||
---|---|---|
39 ↗ | (On Diff #10007) | I can remove this too. |
Comment Actions
css thread tab css logic
Nit: think we could probably have a more descriptive title for this diff
web/chat/chat-thread-tab.react.js | ||
---|---|---|
17–19 ↗ | (On Diff #10045) | Personally, I think it is more readable if you avoid simultaneously using two ways to declare CSS classes, and stick to just one way |