Skip to content

Commit

Permalink
Merge pull request #3787 from Tyriar/3780
Browse files Browse the repository at this point in the history
Merge .xterm css rules
  • Loading branch information
Tyriar authored May 12, 2022
2 parents ede3d10 + ddde738 commit 13e33a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions css/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
*/

.xterm {
cursor: text;
position: relative;
user-select: none;
-ms-user-select: none;
Expand Down Expand Up @@ -124,10 +125,6 @@
line-height: normal;
}

.xterm {
cursor: text;
}

.xterm.enable-mouse-events {
/* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
cursor: default;
Expand Down

0 comments on commit 13e33a8

Please sign in to comment.