From 8fd955eb1eb7b6e3a1e0275bf8481c287dd6afc0 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 28 May 2014 11:34:38 -0400 Subject: [PATCH] Improve (message) list widget display and keyboard navigation to show sane behavior with screen readers --- skins/classic/common.css | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index 4367d26..1264084 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -627,7 +627,8 @@ white-space: nowrap; border-bottom: 1px solid #EBEBEB; overflow: hidden; - text-align: left; + text-align: left; + outline: none; } table.records-table tr -- Gitblit v1.9.1