Skip to content

Instantly share code, notes, and snippets.

@Meshiest
Created June 16, 2016 21:48
Show Gist options
  • Save Meshiest/f8e9faadea70117d295333b0404c332c to your computer and use it in GitHub Desktop.
Save Meshiest/f8e9faadea70117d295333b0404c332c to your computer and use it in GitHub Desktop.
table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
background-color: rgba(50,50,50, 0.1) !important;
}
table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
background-color: rgba(50,50,50, 0.2) !important;
}
table.md-table td.md-cell {
font-size: 13px;
border-top: 1px rgba(0, 0, 0, 0.12) solid;
color: inherit;
}
table.md-table td.md-cell a {
color: inherit;
text-decoration: underline;
}
table.md-table td.md-cell md-icon {
color: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment