From 8beffa0b53ae0e16bf63f11e03d93a47dfcb8076 Mon Sep 17 00:00:00 2001 From: Sonny George Date: Thu, 3 May 2018 11:19:32 -0700 Subject: [PATCH] update css selectors for hyper --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 8df5947..e97fdda 100644 --- a/index.js +++ b/index.js @@ -66,10 +66,10 @@ exports.decorateConfig = config => { fontFamily: config.fontFamily || "'Source Code Pro', Hack", termCSS: ` ${config.termCSS || ""} - ::selection { + .terminal .xterm-selection div { background: rgba(67, 76, 94, 0.8) !important; } - .cursor-node { + .terminal-cursor { border-left-width: 2px; } `, @@ -84,7 +84,7 @@ exports.decorateConfig = config => { right: 0 !important; left: 0 !important; } - ::selection { + .terminal .xterm-selection div { background: rgba(67, 76, 94, 0.8) !important; } .tab_first {