.vl-data-table--zebra {
  tbody {
    tr:not(.vl-data-table__element--warning):not(.vl-data-table__element--error):not(.vl-data-table__element--success) {
      &:nth-child(odd) {
        background-color: $vl-porcelain;
        &:hover {
          background-color: darken($vl-porcelain, 2%);
        }
      }
    }
  }
}
