Browse Source

Remove visible 1px border for terminal

As discussed in #9529, the border is unnecessary and can be distracting depending on the combination of colors/background of the theme and terminal. 

As per @jasongrout's suggestion, removing the border rules altogether rather than trying to fiddle with matching its color to the theme/terminal.

Closes #9529.
Fernando Perez 4 years ago
parent
commit
ed3198132d
1 changed files with 0 additions and 8 deletions
  1. 0 8
      packages/terminal/style/base.css

+ 0 - 8
packages/terminal/style/base.css

@@ -11,11 +11,3 @@
 .jp-Terminal-body {
   padding: 8px;
 }
-
-[data-jp-theme-light='true'] .xterm .xterm-screen canvas {
-  border: 1px solid white;
-}
-
-[data-jp-theme-light='false'] .xterm .xterm-screen canvas {
-  border: 1px solid black;
-}