Skip to content

Commit

Permalink
#7204 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed May 21, 2018
1 parent 7bde2a7 commit a7b1be7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 117 deletions.
4 changes: 2 additions & 2 deletions js/notebook/src/tree/TreeWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import TreeWidgetModel from "./Models/TreeWidgetModel";
import SyncIndicatorWidget from "./Widgets/SyncIndicatorWidget";
import OptionsWidget from "./Widgets/OptionsWidget";

import "./styles/tree.scss";
import "./../shared/style/tree.scss";

export default class TreeWidget extends Panel {

Expand All @@ -41,7 +41,7 @@ export default class TreeWidget extends Panel {
if (this.options.isLab) {
this.addClass('isLab');
} else {
require("./styles/tree-notebook.css");
require("./../shared/style/tree-notebook.css");
}

this.title.label = 'BeakerX';
Expand Down
115 changes: 0 additions & 115 deletions js/notebook/src/tree/styles/tree.css

This file was deleted.

0 comments on commit a7b1be7

Please sign in to comment.