1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/media/css
Allan Jardine de3a4bb72e Fix - CSS: Remove redundant CSS expressions
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
2015-04-15 17:04:37 +01:00
..
jquery.dataTables_themeroller.css Fix - docs: dt-api row().child() should have the class name as optional 2015-04-15 17:02:08 +01:00
jquery.dataTables.css Fix - CSS: Remove redundant CSS expressions 2015-04-15 17:04:37 +01:00
jquery.dataTables.min.css Fix - CSS: Remove redundant CSS expressions 2015-04-15 17:04:37 +01:00