Skip to content

Commit 2cfc52d

Browse files
Update components/code-editor.tsx
Co-authored-by: Copilot <[email protected]> Signed-off-by: fabiendostie <[email protected]>
1 parent fbf48fc commit 2cfc52d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/code-editor.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,7 @@ export default function CodeEditor({
174174
border-radius: 3px;
175175
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
176176
}
177-
/* Style for highlighted line */
178-
.editor-highlight-line {
179-
background-color: rgba(56, 189, 248, 0.25) !important;
180-
border-left: 3px solid #38bdf8 !important;
181-
}
177+
/* Removed global style for highlighted line */
182178
`}</style>
183179
<Editor
184180
height={height}

0 commit comments

Comments
 (0)