Closed tsibley closed 9 months ago
The styling of the <summary> elements renders poorly on WebKit on iOS (via Firefox for iOS).
<summary>
It appears that the default disclosure icon (▶) isn't being hidden by the CSS that intends to do so:
https://github.com/nextstrain/status/blob/3719171646f05e610892af99ca0f094892d6eb14/pathogen-workflows.css#L94-L96
and so the run status indicator we provide instead (✔) gets pushed down.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary#default_style
Fixed by a bit of non-standard CSS.
✔ (U+2714 \N{HEAVY CHECK MARK}) still looks goofy on iOS, but ah well. Bigger fish to fry.
U+2714 \N{HEAVY CHECK MARK}
The styling of the
<summary>
elements renders poorly on WebKit on iOS (via Firefox for iOS).It appears that the default disclosure icon (▶) isn't being hidden by the CSS that intends to do so:
https://github.com/nextstrain/status/blob/3719171646f05e610892af99ca0f094892d6eb14/pathogen-workflows.css#L94-L96
and so the run status indicator we provide instead (✔) gets pushed down.