Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #310 - Toast shadow not visible #340

Merged
merged 12 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
fix: triggerClass added to trigger element
Sqrcz committed Jan 16, 2025
commit 92012f70a02cd89a3ba62b795d4ff7d13bc8cf9b
2 changes: 1 addition & 1 deletion src/components/FwbDropdown/FwbDropdown.vue
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<fwb-slot-listener @click="onToggle">
<slot name="trigger">
<fwb-button
:class="{'flex-row-reverse': placement === 'left', 'pl-2': placement === 'left'}"
:class="{'flex-row-reverse': placement === 'left', 'pl-2': placement === 'left', triggerClass}"
:color="color"
:disabled="disabled"
>