Highlight tabs more slowly

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-13 04:59:52 +09:00
parent 2c6534a771
commit bbffed0d5d

View File

@ -7152,7 +7152,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
wait(0)
.then((function() {
aTab.setAttribute(this.kHIGHLIGHTED, 'notifying');
return wait(150);
return wait(500);
}).bind(this))
.then((function() {
aTab.setAttribute(this.kHIGHLIGHTED, 'finish');