fix: Drop styling on active sidebar item
This commit is contained in:
@@ -76,8 +76,9 @@ const DropzoneContainer = styled.div<{ $isDragActive: boolean }>`
|
|||||||
${({ $isDragActive, theme }) =>
|
${({ $isDragActive, theme }) =>
|
||||||
$isDragActive &&
|
$isDragActive &&
|
||||||
css`
|
css`
|
||||||
background: ${theme.slateDark};
|
a,
|
||||||
a {
|
a + * {
|
||||||
|
background: ${theme.slateDark} !important;
|
||||||
color: ${theme.white} !important;
|
color: ${theme.white} !important;
|
||||||
}
|
}
|
||||||
svg {
|
svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user