Skip to content

Instantly share code, notes, and snippets.

@malcomio
malcomio / dabblet.css
Created January 22, 2014 11:13
Table hover borders
/**
* Table hover borders
*/
table {
border-collapse: collapse;
}
tr {
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;