From 9a7fd2b1b3a274ed2410d2c10bf3cf6397266d35 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 6 Oct 2016 18:59:02 +0200 Subject: [PATCH] Added is-hover to keyboard based navigation in tables. --- app/assets/stylesheets/zammad.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index ef8baa89f..a49ed078e 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -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; }