@mixin euiLink {
  text-align: left;

  &:hover {
    text-decoration: underline;
  }

  &:focus {
    text-decoration: underline;
    background: $euiFocusBackgroundColor;
  }
}
