Browse Source

Restore styling for cell drop targets.

Ian Rose 8 years ago
parent
commit
d0ae2cbbfb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/notebook/style/index.css

+ 1 - 0
packages/notebook/style/index.css

@@ -151,6 +151,7 @@
 .jp-Notebook-cell.jp-mod-dropTarget,
 .jp-Notebook.jp-mod-commandMode .jp-Notebook-cell.jp-mod-active.jp-mod-selected.jp-mod-dropTarget {
   border-top-color: var(--jp-private-notebook-selected-color);
+  border-top-style: solid;
 }