mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 15:19:56 +08:00
Unify icon class name, change the way icons are floated in menus
This commit is contained in:
@ -14,7 +14,7 @@ export default class ActionButton extends Component {
|
||||
|
||||
attrs.href = attrs.href || 'javascript:;';
|
||||
return m('a', attrs, [
|
||||
iconName ? icon(iconName+' icon-glyph') : '',
|
||||
iconName ? icon(iconName+' icon') : '',
|
||||
m('span.label', label)
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user