From 6cda6cad96c0810ce6e3c3882f63010dd9658594 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 15 Feb 2017 18:49:49 -0300 Subject: [PATCH] Revert "Define widths for BEAM and UNDERLINE cursors (#1389)" This reverts commit 4a085895e46c7efd2e3859cdf1871cf78b9f14d4. --- lib/components/term.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/components/term.js b/lib/components/term.js index dd206da9..b9b91f61 100644 --- a/lib/components/term.js +++ b/lib/components/term.js @@ -250,10 +250,6 @@ export default class Term extends Component { .cursor-node[focus="false"] { border-width: 1px !important; } - .cursor-node[focus="true"] { - border-left-width: 1px; - border-bottom-width: 2px; - } ${hyperCaret} ${scrollBarCss} ${css}