mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:21:11 +08:00
UX: Add missing btn
class to flat-button
This commit is contained in:
@ -78,5 +78,5 @@ export const ButtonClass = {
|
||||
export default createWidget('button', ButtonClass);
|
||||
|
||||
createWidget('flat-button', jQuery.extend(ButtonClass, {
|
||||
tagName: 'button.widget-button.btn-flat'
|
||||
tagName: 'button.widget-button.btn.btn-flat'
|
||||
}));
|
||||
|
Reference in New Issue
Block a user