mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
No selecting of icon images
This commit is contained in:
parent
ffc7ce0b18
commit
a0b325194b
|
|
@ -35,6 +35,7 @@ const StyledIcon = styled.img.attrs<StyledIconProps>(
|
|||
min-width: ${({ $width }) => $width}px;
|
||||
object-fit: contain;
|
||||
opacity: ${({ $moving }) => ($moving ? "50%" : "100%")};
|
||||
pointer-events: none;
|
||||
top: ${({ $offset }) => $offset || undefined};
|
||||
visibility: ${({ $loaded }) => ($loaded ? "visible" : "hidden")};
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user