mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 20:58:41 -09:00
Revert "Define widths for BEAM and UNDERLINE cursors (#1389)"
This reverts commit 4a085895e4.
This commit is contained in:
parent
d44deb32c8
commit
6cda6cad96
1 changed files with 0 additions and 4 deletions
|
|
@ -250,10 +250,6 @@ 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}
|
||||
${scrollBarCss}
|
||||
${css}
|
||||
|
|
|
|||
Loading…
Reference in a new issue