mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REVERT: btn class looked ugly, let's revert for now
This commit is contained in:
parent
398604ac71
commit
7f16323ba4
@ -78,5 +78,5 @@ export const ButtonClass = {
|
||||
export default createWidget('button', ButtonClass);
|
||||
|
||||
createWidget('flat-button', jQuery.extend(ButtonClass, {
|
||||
tagName: 'button.widget-button.btn.btn-flat'
|
||||
tagName: 'button.widget-button.btn-flat'
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user