fix(frontend): fix highlighted in terminal is missing background color (#11981)

Co-authored-by: Chloe <chloe@openhands.com>
This commit is contained in:
HeyItsChloe 2025-12-10 08:26:02 -08:00 committed by GitHub
parent 272a37d1b8
commit 853547be82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,8 +318,8 @@
background: transparent !important;
}
/* Ensure all xterm elements have transparent backgrounds */
.xterm * {
/* Ensure all xterm DOM elements have transparent backgrounds. Exclude canvas elements */
.xterm {
background: transparent !important;
}