Make terminal textarea selector more specific

Fixes #126896
This commit is contained in:
Daniel Imms
2021-06-22 07:57:03 -07:00
parent 9b984212c3
commit f3bec2f42a
@@ -24,7 +24,7 @@
}
/* Override monaco's styles for terminal editors */
.monaco-workbench .editor-instance textarea:focus {
.monaco-workbench .editor-instance .xterm textarea:focus {
opacity: 0 !important;
outline: 0 !important;
}