Add custom style for header buttons

This commit is contained in:
Robin Ward 2017-08-31 12:10:54 -04:00
parent 56468582ee
commit ef0f346eec

View File

@ -150,7 +150,7 @@ createWidget('header-icons', {
});
createWidget('header-buttons', {
tagName: 'span',
tagName: 'span.header-buttons',
html(attrs) {
if (this.currentUser) { return; }