mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Add status button to tab order
This commit is contained in:
parent
e9f62a0abc
commit
67bce8d11d
|
@ -39,13 +39,14 @@ function StatusBar({ isModified, processing, constituenta, parseData, onAnalyze
|
|||
|
||||
return (
|
||||
<div
|
||||
tabIndex={-1}
|
||||
tabIndex={0}
|
||||
className={clsx(
|
||||
'w-[10rem] h-[1.75rem]',
|
||||
'px-2 flex items-center justify-center gap-2',
|
||||
'border',
|
||||
'select-none',
|
||||
'cursor-pointer',
|
||||
'focus-frame',
|
||||
'duration-500 transition-colors'
|
||||
)}
|
||||
style={{ backgroundColor: processing ? colors.bgDefault : colorBgCstStatus(status, colors) }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user