mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
Define widths for BEAM and UNDERLINE cursors (#1389)
This commit is contained in:
parent
6a9b3f74c5
commit
4a085895e4
1 changed files with 4 additions and 0 deletions
|
|
@ -260,6 +260,10 @@ export default class Term extends Component {
|
||||||
.cursor-node[focus="false"] {
|
.cursor-node[focus="false"] {
|
||||||
border-width: 1px !important;
|
border-width: 1px !important;
|
||||||
}
|
}
|
||||||
|
.cursor-node[focus="true"] {
|
||||||
|
border-left-width: 1px;
|
||||||
|
border-bottom-width: 2px;
|
||||||
|
}
|
||||||
${hyperCaret}
|
${hyperCaret}
|
||||||
${osSpecificCss}
|
${osSpecificCss}
|
||||||
${css}
|
${css}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue