Skip to content

Instantly share code, notes, and snippets.

@mollymerp
Created September 27, 2016 22:32
Show Gist options
  • Save mollymerp/b522c7b3aaf9e76f164fb3f57f9c1ef7 to your computer and use it in GitHub Desktop.
Save mollymerp/b522c7b3aaf9e76f164fb3f57f9c1ef7 to your computer and use it in GitHub Desktop.

Issue #3089

Goal: Change the icons in the Navigation control that are currently inside div elements to be img elements.

  • change this line to create an img instead of a div.
  • add the current background-image url as the new img tag's src property (e.g )
  • edit the css to target an img instead of a div and remove the background-image property.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment