Details
Details
- Reviewers
epriestley chad - Maniphest Tasks
- T5663: Away indicator from Calendar corrupted
- Commits
- Restricted Diffusion Commit
rPf3cc0c20189d: Calendar - fix inline display of status icon
inline display of status icon looked correct in differential
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- T5663
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1946 Build 1947: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
This breaks down when viewing side by side colored diffs, the padding makes the bright green/red fit the height of the overall line color.
Comment Actions
the 'easy' fix is to add an additional rule that targets just the dot inside remarkup-code. Kind of ick, but no idea when we'd fix this rule overall.
Comment Actions
try the > version...
Fixes the issue but not sure about the red / green break happening. See screenshot in a second.
Comment Actions
(basically I have really crappy test data. Is this diff good enough or should I try something really complicated?)
Comment Actions
that said... if i use firebug or what have you i can see the new css rule is being applied to the green spans. :D