We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318530e commit ebb7b12Copy full SHA for ebb7b12
src/components/modebar/modebar.js
@@ -45,7 +45,7 @@ proto.update = function(graphInfo, buttons) {
45
this.element.setAttribute('id', modeBarId);
46
this.element.setAttribute('role', 'toolbar');
47
this._uid = modeBarId;
48
- this.element.className = 'modebar';
+ this.element.className = 'modebar modebar--custom';
49
if(context.displayModeBar === 'hover') this.element.className += ' modebar--hover ease-bg';
50
51
if(fullLayout.modebar.orientation === 'v') {
0 commit comments