OO.ui.ToolGroup.prototype.onMouseOverFocus = function ( e ) {
    const tool = this.findTargetTool( e );

    if ( this.pressed && this.pressed === tool ) {
        this.pressed.setActive( true );