Highlight tabs more slowly
This commit is contained in:
parent
2c6534a771
commit
bbffed0d5d
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user