@mixin table() {
  .pf-c-table__favorite {
    .pf-c-button {
      &:hover,
      &:focus {
        --pf-c-button--m-plain--Color: var(--pf-global--palette--gold-100);
      }
    }
  }
}
