瀏覽代碼

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 年之前
父節點
當前提交
ed3198132d
共有 1 個文件被更改,包括 0 次插入8 次删除
  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;
-}