|
|
|
@ -10,7 +10,7 @@ BI.TriggerIconButton = BI.inherit(BI.IconButton, {
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
|
var conf = BI.TriggerIconButton.superclass._defaultConfig.apply(this, arguments); |
|
|
|
|
return BI.extend(conf, { |
|
|
|
|
baseCls: (conf.baseCls || "") + " bi-trigger-icon-button", |
|
|
|
|
baseCls: (conf.baseCls || "") + " bi-trigger-icon-button overflow-hidden", |
|
|
|
|
extraCls: "pull-down-font" |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|