From 3f30ae1f97717177f29711d5b99d7970c6b75b3e Mon Sep 17 00:00:00 2001 From: halna_Tanaguru Date: Mon, 3 Apr 2017 22:45:29 +0200 Subject: [PATCH] accessibility fix eanable focus on ClearColumnButton --- .../features/notifications/components/clear_column_button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx b/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx index d75149a0e..6aa9d1efa 100644 --- a/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx +++ b/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx @@ -9,7 +9,7 @@ const iconStyle = { }; const ClearColumnButton = ({ onClick }) => ( -
+
);