mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
remove style
This commit is contained in:
parent
3680f67795
commit
1fbb777dec
@ -16,14 +16,13 @@ export const StyledLinkItUrl = styled(LinkItUrl)`
|
||||
`;
|
||||
|
||||
export const StyledForeignObject = styled.foreignObject<{ $isObject?: boolean }>`
|
||||
content-visibility: auto;
|
||||
text-align: ${({ $isObject }) => !$isObject && "center"};
|
||||
font-size: 12px;
|
||||
overflow: hidden;
|
||||
color: ${({ theme }) => theme.NODE_COLORS.TEXT};
|
||||
pointer-events: none;
|
||||
font-family: ${firaMono.style.fontFamily};
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
|
||||
&.searched {
|
||||
background: rgba(27, 255, 0, 0.1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user