Merge pull request #603 from sourcelair/fix-blurred-terminal-cursor

Fix cursor style on blurred terminals
This commit is contained in:
Paris Kasidiaris 2017-03-15 22:09:18 +00:00 committed by GitHub
commit 81419c980b

View File

@ -86,7 +86,7 @@
text-decoration: none; text-decoration: none;
} }
.terminal:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor { .terminal.focus:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor {
background-color: #fff; background-color: #fff;
color: #000; color: #000;
} }