Esanders has uploaded a new change for review.
https://gerrit.wikimedia.org/r/174743
Change subject: Restore toolbar class
......................................................................
Restore toolbar class
Change-Id: Ic5b79d251c25a578e8c8efcc4e98aba5630f5c68
---
M src/Toolbar.js
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/43/174743/1
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: newchange
Gerrit-Change-Id: Ic5b79d251c25a578e8c8efcc4e98aba5630f5c68
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits