jenkins-bot has submitted this change and it was merged.

Change subject: Follow-up Id9597fde: Restore toolbar-bar class
......................................................................


Follow-up Id9597fde: Restore toolbar-bar class

Change-Id: Ic5b79d251c25a578e8c8efcc4e98aba5630f5c68
---
M src/Toolbar.js
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/Toolbar.js b/src/Toolbar.js
index 1c0af2d..15465b2 100644
--- a/src/Toolbar.js
+++ b/src/Toolbar.js
@@ -43,7 +43,9 @@
        if ( config.actions ) {
                this.$bar.append( this.$actions.addClass( 
'oo-ui-toolbar-actions' ) );
        }
-       this.$bar.append( this.$group, '<div style="clear:both"></div>' );
+       this.$bar
+               .addClass( 'oo-ui-toolbar-bar' )
+               .append( this.$group, '<div style="clear:both"></div>' );
        if ( config.shadow ) {
                this.$bar.append( '<div class="oo-ui-toolbar-shadow"></div>' );
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/174743
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic5b79d251c25a578e8c8efcc4e98aba5630f5c68
Gerrit-PatchSet: 3
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Trevor Parscal <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to