body.xh-app .xh-button-group .xh-button {
  &:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  &:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    &.xh-button--outlined {
      border-right: none;
    }

    &:not(.xh-button--outlined) {
      margin-right: 1px;
    }
  }
}
