From 2446f8b86cfbffb72d541a2500d7a49ddbb00de2 Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Thu, 6 Aug 2020 05:33:00 -0300 Subject: [PATCH] ohif-320: remove outline from span (#1965) --- .../ui/src/components/InputLabelWrapper/InputLabelWrapper.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ui/src/components/InputLabelWrapper/InputLabelWrapper.jsx b/platform/ui/src/components/InputLabelWrapper/InputLabelWrapper.jsx index e9b17b429..c36648c10 100644 --- a/platform/ui/src/components/InputLabelWrapper/InputLabelWrapper.jsx +++ b/platform/ui/src/components/InputLabelWrapper/InputLabelWrapper.jsx @@ -6,7 +6,7 @@ import { Icon } from '@ohif/ui'; const baseLabelClassName = 'flex flex-col flex-1 text-white text-lg pl-1 select-none'; -const spanClassName = 'flex flex-row items-center cursor-pointer'; +const spanClassName = 'flex flex-row items-center cursor-pointer focus:outline-none'; const sortIconMap = { ascending: 'sorting-active-up', descending: 'sorting-active-down',