mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
UI feedback fix
This commit is contained in:
parent
6d49a3c40b
commit
9e43428c8f
@ -39,7 +39,7 @@ export const LinkEllipsis = styled(Link)`
|
||||
export const DisconnectButton = styled.button`
|
||||
svg path {
|
||||
fill: ${({ theme, disabled }) =>
|
||||
!disabled ? theme.colors.neutral500 : theme.colors.neutral600};
|
||||
disabled ? theme.colors.neutral600 : theme.colors.neutral500};
|
||||
}
|
||||
|
||||
&:hover svg path,
|
||||
|
||||
@ -83,8 +83,8 @@ export const RelationItem = ({
|
||||
paddingRight={4}
|
||||
hasRadius
|
||||
borderSize={1}
|
||||
background="neutral0"
|
||||
borderColor="neutral200"
|
||||
background={disabled ? 'neutral150' : 'neutral0'}
|
||||
justifyContent="space-between"
|
||||
ref={canDrag ? composedRefs : undefined}
|
||||
data-handler-id={handlerId}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user