Chrome 71, Mac
- re: -> the white columns: appears to be an issue in Chrome: https://stackoverflow.com/questions/52395298/chrome-shows-thin-line-if-table-has-td-background-image. Firefox and IE don't have issue.
- Highlight will get stuck sometimes:
- description:
/* To apply 'hoverHighlight', provide a backgroundImage with
* two <image> data types (eg linear gradients).
* The first backgroundImage will be the default background.
* The second backgroundImage will be applied over the first
* when the user hovers or tabs over the element.
- white columns in screenshot
-
:focus
selector - add documentation to highlight
sourcecred/sourcecred#1059 (review) :
-
use
#EBF1F5
-
highlight rows at all depths
-
put ss in commit message/ pr description
-
figure out a way to test without using aphrodite internals sourcecred/sourcecred#1059 (comment)
-
don't create aphrodite styles dynamically sourcecred/sourcecred#1059 (comment)
-
remove
beforeEach()
andafterEach()
functions sourcecred/sourcecred#1059 (comment) -
update table mock in test sourcecred/sourcecred#1059 (comment)
-
Refactor the loop-test-case to fail if someone adds another depth sourcecred/sourcecred#1059 (comment)
sourcecred/sourcecred#1059 (review)
- Fix mouse-only effects (accessibility)
- increase contrast further