[table] highlight selected <td>s (#7013)

This commit is contained in:
Maxime Beauchemin 2019-04-22 10:40:12 -07:00 committed by GitHub
parent 0ea8291b77
commit aa1d9ae303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -580,3 +580,6 @@ tr.reactable-column-header th.reactable-header-sortable {
.align-right {
text-align: right;
}
td.filtered {
background-color: lighten(desaturate(@brand-primary, 50%), 50%);
}