Add btn-default class to all default buttons (#6521)

This commit is contained in:
Kris
2018-10-24 16:09:36 -04:00
committed by GitHub
parent 0140844eb0
commit c219a5fb1e
75 changed files with 219 additions and 178 deletions

View File

@ -4,7 +4,7 @@ import computed from "ember-addons/ember-computed-decorators";
export default SelectKitHeaderComponent.extend({
layoutName:
"select-kit/templates/components/dropdown-select-box/dropdown-select-box-header",
classNames: "dropdown-select-box-header",
classNames: "btn-default dropdown-select-box-header",
tagName: "button",
classNameBindings: ["btnClassName"],