Skip to content

Commit f9309a7

Browse files
committed
chore: rm bg-color fixed highlighting
1 parent 26f8336 commit f9309a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers/capturedElementHighlighter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class CapturedElementHighlighter {
2727
${cssSelector} {
2828
outline: 2px dotted #ff00c3 !important;
2929
outline-offset: 2px !important;
30-
background-color: rgba(255, 0, 195, 0.08) !important;
3130
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
3231
}
3332
`);

0 commit comments

Comments
 (0)