Skip to content

Commit

Permalink
Change opacity on visual bell instead of background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Aug 19, 2017
1 parent 147fef7 commit 1211435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}

.terminal.focus.xterm-cursor-style-block.visual-bell-active .terminal-cursor {
background-color: #ccc !important;
opacity: 0.5;
}
.terminal.focus.xterm-cursor-style-bar.visual-bell-active .terminal-cursor::before,
.terminal.focus.xterm-cursor-style-underline.visual-bell-active .terminal-cursor::before {
Expand Down

0 comments on commit 1211435

Please sign in to comment.