.sortby-headertext {
  color: inherit !important;
}

th[data-field] {
  .sortby-indicator::before {
    content: "\F0DC";
  }

  &[x-order=asc] .sortby-indicator::before {
    content: "\F0DE";
  }

  &[x-order=desc] .sortby-indicator::before {
    content: "\F0DD";
  }
}
