mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -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"] {
|
.cursor-node[focus="false"] {
|
||||||
border-width: 1px !important;
|
border-width: 1px !important;
|
||||||
}
|
}
|
||||||
|
x-row {
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
${hyperCaret}
|
${hyperCaret}
|
||||||
${osSpecificCss}
|
${osSpecificCss}
|
||||||
${css}
|
${css}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue