Added is-hover to keyboard based navigation in tables.

This commit is contained in:
Martin Edenhofer 2016-10-06 18:59:02 +02:00
parent 17aa02ec7f
commit 9a7fd2b1b3

View file

@ -916,7 +916,8 @@ th.align-right {
border-color: hsl(0,0%,95%);
}
.table-hover > tbody > tr:hover > td {
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr.is-hover > td {
background: white;
}