mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
unicode magic (#1098)
This commit is contained in:
parent
aa410812a5
commit
59a3583028
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@ export default class Term extends Component {
|
|||
.cursor-node[focus="false"] {
|
||||
border-width: 1px !important;
|
||||
}
|
||||
x-row {
|
||||
line-height: 1em;
|
||||
}
|
||||
${hyperCaret}
|
||||
${osSpecificCss}
|
||||
${css}
|
||||
|
|
|
|||
Loading…
Reference in a new issue