From cd092ced09635bc97a1fb9b7e5abea141ccef2b4 Mon Sep 17 00:00:00 2001 From: Matthijs Mud Date: Sun, 7 Jun 2020 11:49:02 +0200 Subject: [PATCH] :bug: Show remove buttons when they have focus. --- src/components/PreviewList.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/PreviewList.js b/src/components/PreviewList.js index 03dbb334..514414b2 100644 --- a/src/components/PreviewList.js +++ b/src/components/PreviewList.js @@ -41,6 +41,9 @@ const styles = ({palette, shape, spacing}) => ({ right: spacing(-1), width: 40, height: 40, + '&:focus': { + opacity: 1, + }, }, });