mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
de3a4bb72e
The specificity of pesudo selectors ranks higher than class selectors, so `tr:hover` will always rank higher than `tr.odd`. Thus giving `tr:hover, tr.odd:hover` is redundant and this commit removes that redundancy. For more about CSS selector specificity see the MDN documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity