.mui-enhanced-button {

  border: 0;
  background: none;

  &:focus {
    outline: none;
  }

  &.mui-is-link-button {
    display: inline-block;
    cursor: pointer;
    
    &:hover {
      text-decoration: none;
    }

    &.mui-is-disabled {
      cursor: default;
    }
  }

}