Skip to content

Commit

Permalink
Make terminal spans inline
Browse files Browse the repository at this point in the history
inline-block causes some strange looking selections

Fixes #7352
  • Loading branch information
Tyriar committed Jun 7, 2016
1 parent fc2adef commit 371cedf
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
background-color: transparent!important;
}

.monaco-workbench .integrated-terminal .terminal span {
display: inline-block; /* make terminal characters cover height of line */
}

.monaco-workbench .integrated-terminal .terminal-cursor {
background-color: #333;
}
Expand Down Expand Up @@ -2070,11 +2066,3 @@
.monaco-workbench .integrated-terminal .terminal .xterm-bg-color-255 {
background-color: #eeeeee;
}

/**
* All styled spans inside terminal lines should be inline-blocks,
* in orde to achieve better height adjustment.
*/
.terminal .xterm-rows span {
display: inline-block;
}

0 comments on commit 371cedf

Please sign in to comment.