Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save julienchazal/8db07a63e83968181d37 to your computer and use it in GitHub Desktop.

Select an option

Save julienchazal/8db07a63e83968181d37 to your computer and use it in GitHub Desktop.

Revisions

  1. divstudio created this gist Feb 16, 2016.
    9 changes: 9 additions & 0 deletions prevent-blue-highlight-iOs-html-tag-click.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    html {
    &.touch {
    // iOs hack for clicking html tag
    cursor:pointer;

    // prevent android blue highlight on click
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }
    }