This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-02-07 05:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
1038a133e146ce2d5fb7fea4b1e17f519295db3c
Reference in New Issue
Copy Permalink