Define widths for BEAM and UNDERLINE cursors (#1389)

This commit is contained in:
Louis-André Labadie 2017-01-11 18:53:40 -05:00 committed by Guillermo Rauch
parent 6a9b3f74c5
commit 4a085895e4

View file

@ -260,6 +260,10 @@ 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}
${osSpecificCss}
${css}