mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +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 |
||
---|---|---|
.. | ||
jquery.dataTables_themeroller.css | ||
jquery.dataTables.css | ||
jquery.dataTables.min.css |