Style touch event on link?

I’m sure this is obvious somewhere, but can’t seem to find it.

How do I style touch events?

Something like:

// ionic.scss
a {
  background-color: $dark;
  color: #fff;
  :touch {
   background-color: #000;
  }
}
1 Like