mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:52:49 +08:00
Add custom style for header buttons
This commit is contained in:
parent
56468582ee
commit
ef0f346eec
|
@ -150,7 +150,7 @@ createWidget('header-icons', {
|
|||
});
|
||||
|
||||
createWidget('header-buttons', {
|
||||
tagName: 'span',
|
||||
tagName: 'span.header-buttons',
|
||||
|
||||
html(attrs) {
|
||||
if (this.currentUser) { return; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user