From 7c8c43d3a730a5b4af821822aa0bba2d0e0da6da Mon Sep 17 00:00:00 2001 From: btzr-io Date: Thu, 15 Jul 2021 15:14:21 -0500 Subject: [PATCH] fix file actions accessibility --- ui/component/claimPreview/view.jsx | 4 ++-- ui/component/claimPreviewTile/view.jsx | 4 ++-- ui/component/fileActions/view.jsx | 1 - ui/component/fileDownloadLink/view.jsx | 6 ++++++ ui/component/fileWatchLaterLink/view.jsx | 15 ++++++++------- ui/scss/component/_header.scss | 3 ++- 6 files changed, 20 insertions(+), 13 deletions(-) diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx index 920403001..7f67b2774 100644 --- a/ui/component/claimPreview/view.jsx +++ b/ui/component/claimPreview/view.jsx @@ -321,7 +321,7 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { {/* @if TARGET='app' */} {claim && !isCollection && (
- +
)} {/* @endif */} @@ -332,7 +332,7 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { )} {isPlayable && (
- +
)} diff --git a/ui/component/claimPreviewTile/view.jsx b/ui/component/claimPreviewTile/view.jsx index 7e3a8dff7..6a1e3b4ae 100644 --- a/ui/component/claimPreviewTile/view.jsx +++ b/ui/component/claimPreviewTile/view.jsx @@ -200,14 +200,14 @@ function ClaimPreviewTile(props: Props) { {/* @if TARGET='app' */} {isStream && (
- +
)} {/* @endif */} {isPlayable && (
- +
)} diff --git a/ui/component/fileActions/view.jsx b/ui/component/fileActions/view.jsx index 6b1f3a981..ae334a4a2 100644 --- a/ui/component/fileActions/view.jsx +++ b/ui/component/fileActions/view.jsx @@ -117,7 +117,6 @@ function FileActions(props: Props) {