This repository has been archived by the owner on Dec 3, 2017. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adjusts the way that tooltips should be marked up in order for them to be positioned more consistently and for the point to always be under the question mark trigger (if present). Specifically, the
.tooltip__container
class should now wrap the.tooltip_trigger
and.tooltip
only, not the text associated with the trigger as it previously was.Along these lines, I replaced the CSS-generated arrow with an SVG, as in order to get the border effect on the CSS arrow we essentially had to overlap a blue and white triangle. For whatever reason, they would often be misaligned in some places but not others, and the simplest solution was to just make a static asset.
This also contains some minor spacing adjustments to the calendar list view.