Skip to content

Instantly share code, notes, and snippets.

@bennypowers
Last active September 27, 2016 12:51
Show Gist options
  • Save bennypowers/335f6c13aaa9033cd058c77676e7c5fb to your computer and use it in GitHub Desktop.
Save bennypowers/335f6c13aaa9033cd058c77676e7c5fb to your computer and use it in GitHub Desktop.
paper-button image accessibility
/* Provide visual feedback of keyboard focus
* when paper-button has an image instead of a label
*/
paper-button {
--paper-button-flat-keyboard-focus: {
@apply(--shadow-elevation-2dp);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment