-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
The .x-term selector is defined twice in /css/xterm.css
Lines 38 to 43 in 56c7c5c
| .xterm { | |
| position: relative; | |
| user-select: none; | |
| -ms-user-select: none; | |
| -webkit-user-select: none; | |
| } |
and
Lines 127 to 129 in 56c7c5c
| .xterm { | |
| cursor: text; | |
| } |
cursor: text; should be able to be collapsed under the first definition of .xterm on L38.
Is there a reason this is being done this way?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/bugSomething is misbehavingSomething is misbehaving