ohif-320: remove outline from span (#1965)
This commit is contained in:
parent
401a2e38c8
commit
2446f8b86c
@ -6,7 +6,7 @@ import { Icon } from '@ohif/ui';
|
|||||||
|
|
||||||
const baseLabelClassName =
|
const baseLabelClassName =
|
||||||
'flex flex-col flex-1 text-white text-lg pl-1 select-none';
|
'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 = {
|
const sortIconMap = {
|
||||||
ascending: 'sorting-active-up',
|
ascending: 'sorting-active-up',
|
||||||
descending: 'sorting-active-down',
|
descending: 'sorting-active-down',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user