From 82cac90005ca1dbfd6603944a2af9756eed205e8 Mon Sep 17 00:00:00 2001 From: Paris Date: Thu, 2 Jun 2016 12:02:51 +0300 Subject: [PATCH] Remove helper styling from xterm.css --- src/xterm.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/xterm.css b/src/xterm.css index 7a4246a9..5cfa6ff7 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -51,23 +51,6 @@ color: #000; } -.terminal .xterm-helpers { - position: absolute; - top: 0; -} - -.terminal .xterm-helper-textarea { - /* - * HACK: to fix IE's blinking cursor - * Move textarea out of the screen to the far left, so that the cursor is not visible. - */ - text-indent: -9999em; - opacity: 0; - width: 0; - height: 0; - z-index: -10; -} - /* * Determine default colors for xterm.js */