Raphaël Bosi
2026-03-30 13:15:02 +02:00
committed by GitHub
parent ef8789fad6
commit cb85a1b5a3
2 changed files with 3 additions and 3 deletions
@@ -1,9 +1,9 @@
import { FieldContext } from '@/object-record/record-field/ui/contexts/FieldContext';
import { recordStoreFamilyState } from '@/object-record/record-store/states/recordStoreFamilyState';
import { useAtomFamilyStateValue } from '@/ui/utilities/state/jotai/hooks/useAtomFamilyStateValue';
import { useRecordTitleCell } from '@/object-record/record-title-cell/hooks/useRecordTitleCell';
import { type RecordTitleCellContainerType } from '@/object-record/record-title-cell/types/RecordTitleCellContainerType';
import { getRecordFieldInputInstanceId } from '@/object-record/utils/getRecordFieldInputId';
import { useAtomFamilyStateValue } from '@/ui/utilities/state/jotai/hooks/useAtomFamilyStateValue';
import { styled } from '@linaria/react';
import { t } from '@lingui/core/macro';
import { useContext } from 'react';
@@ -24,7 +24,7 @@ const StyledDiv = styled.div`
justify-content: center;
overflow: hidden;
padding: ${themeCssVariables.spacing[0]} 5px;
:hover {
&:hover {
background: ${themeCssVariables.background.transparent.light};
}
`;
@@ -24,7 +24,7 @@ const StyledDiv = styled.div`
justify-content: center;
overflow: hidden;
padding: ${themeCssVariables.spacing[0]} 5px;
:hover {
&:hover {
background: ${themeCssVariables.background.transparent.light};
}
`;