ohif-320: remove outline from span (#1965)

This commit is contained in:
Igor Octaviano 2020-08-06 05:33:00 -03:00 committed by GitHub
parent 401a2e38c8
commit 2446f8b86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',