.button-variant(@color; @background; @border) {
  color: @color !important; // For a.btn

  &:not(.btn-link) {
    text-decoration: none;
  }
}