Skip to content

Commit

Permalink
WIP #1035 op int default color
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Sep 8, 2017
1 parent 85d9f6e commit 6a7b986
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -28,9 +28,7 @@ define([

OpIntDecorator.prototype.DECORATOR_ID = DECORATOR_ID;
OpIntDecorator.prototype.initialize = function() {
if (this.isOperation()) {
this.color = '#2196f3';
} else if (this._node.baseName) {
if (!this.isOperation() && this._node.baseName) {
// On hover, show the type
this.enableTooltip(this._node.baseName, 'dark');
}
Expand Down

0 comments on commit 6a7b986

Please sign in to comment.