瀏覽代碼

search node style border

AykutSarac 3 年之前
父節點
當前提交
624ead93b6
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/containers/LiveEditor/CustomNode/styles.tsx

+ 4 - 0
src/containers/LiveEditor/CustomNode/styles.tsx

@@ -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<{