Added is-hover to keyboard based navigation in tables.
This commit is contained in:
parent
17aa02ec7f
commit
9a7fd2b1b3
1 changed files with 2 additions and 1 deletions
|
@ -916,7 +916,8 @@ th.align-right {
|
||||||
border-color: hsl(0,0%,95%);
|
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;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue