Fix scrolling and hover issues on tablet

This commit is contained in:
Colin McLeod
2016-04-04 12:29:59 -07:00
parent 4e81c828df
commit 92809d1d24
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ tbody tr {
text-align: right;
}
.no-touch &.highlight:hover {
.no-touch &.highlight:hover, .no-touch &.highlighted {
background-color: @warning-bg;
}
}