Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tentone committed May 15, 2018
1 parent 5b8cdfb commit 135d7b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/editor/ui/TabButton.js
Expand Up @@ -8,7 +8,6 @@ function TabButton(parent, tab)
this.element.style.cursor = "pointer";
this.element.style.boxSizing = "border-box";
this.element.style.backgroundColor = Editor.theme.buttonColor;
//this.element.style.borderRadius = "5px 5px 0px 0px";

//Tab
this.tab = tab;
Expand Down

0 comments on commit 135d7b6

Please sign in to comment.