kitchen-cli icon indicating copy to clipboard operation
kitchen-cli copied to clipboard

Semantic menus have wrong classes

Open 1jerry opened this issue 8 years ago • 1 comments

using example Invoices. Main menus are using Bootstrap classes. Attached is a diff file that fixes that.

fix classes.diff.txt

1jerry avatar Sep 27 '17 15:09 1jerry

@1jerry thanks for reporting, but this is not a bug.

Classes are hard-coded into input file, see here:

https://github.com/perak/kitchen-examples/blob/master/example-invoices/example-invoices.json#L198

https://github.com/perak/kitchen-examples/blob/master/example-invoices/example-invoices.json#L208

etc.

But, I agree that examples should not have any frontend framework specific classes.

perak avatar Sep 27 '17 19:09 perak