Skip to content

Instantly share code, notes, and snippets.

@BrianLitwin
Last active February 9, 2019 11:00
Show Gist options
  • Save BrianLitwin/e039cdecc41aa00f50ffd4265af1d538 to your computer and use it in GitHub Desktop.
Save BrianLitwin/e039cdecc41aa00f50ffd4265af1d538 to your computer and use it in GitHub Desktop.

Part III

Chrome 71, Mac

  1. 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.
  2. Highlight will get stuck sometimes:

screenshot 2019-02-01 10 33 07

Again, only on Chrome, not Firefox or IE. this is due to the 'focus:within' property tripping after you click on a button
  1. 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.

Part II

  • white columns in screenshot
  • :focus selector
  • add documentation to highlight

Part I

sourcecred/sourcecred#1059 (review) :

sourcecred/sourcecred#1059 (review)

  • Fix mouse-only effects (accessibility)
  • increase contrast further
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment