Fix cursor style on blurred terminals

This commit is contained in:
Paris Kasidiaris
2017-03-15 18:28:17 +02:00
parent eb25e88754
commit 9055bace96
+1 -1
View File
@@ -86,7 +86,7 @@
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;
color: #000;
}