// WebKit-style focus

@mixin tab-focus() {
  // Default
  outline: thin dotted;
  // WebKit
  outline: 1px dotted $brand-primary;
  outline-offset: -2px;
  text-decoration: none;
}
