// mixin for easy focus color removement
@mixin remove-focus-color {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}