From: halna_Tanaguru Date: Mon, 3 Apr 2017 20:45:29 +0000 (+0200) Subject: accessibility fix X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3f30ae1f97717177f29711d5b99d7970c6b75b3e;p=mastodon.git accessibility fix eanable focus on ClearColumnButton --- 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 }) => ( -
+
);