/*!************************************
 * @file
 * Table sort indicator.
 *************************************/

@layer component {
  th.is-active img {
    display: inline;
  }
  td.is-active {
    background-color: #ddd;
  }
}
