aws-samples / aws-lex-web-ui

Sample Amazon Lex chat bot web interface
Other
733 stars 468 forks source link

.card__actions .btn no longer working in custom-chatbot-style.css #699

Closed sarah-chua closed 3 months ago

sarah-chua commented 3 months ago

Hi, I noticed that based on the latest release, the CSS selector .card__actions .btn no longer works.

In commit 54fa3f89f3ab32a89d1874f01fad412bf487c4ac, the CSS selector was modified in lex-web-ui/src/components/ResponseCard.vue from .card__actions .btn to .v-card-actions .v-btn. This is the link to the referenced change.

Should this change to .v-card-actions .v-btn also be reflected in README-css-style.md?

atjohns commented 3 months ago

Yes, thank you for catching that, I will update the README. The upgrade to Vue3 required some changes to the CSS selectors but I missed this one in the documentation.

atjohns commented 3 months ago

This has been updated in the latest release