mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
search node style border
This commit is contained in:
parent
a029bbe73d
commit
624ead93b6
@ -25,6 +25,10 @@ export const StyledText = styled.pre<{
|
||||
|
||||
export const StyledForeignObject = styled.foreignObject`
|
||||
pointer-events: none;
|
||||
|
||||
&.searched {
|
||||
border: 1px solid ${({ theme }) => theme.SEAGREEN};
|
||||
}
|
||||
`;
|
||||
|
||||
export const StyledKey = styled.span<{
|
||||
|
Loading…
x
Reference in New Issue
Block a user