fix dropdown menu button styling

This commit is contained in:
Justin Edmund 2025-12-19 15:49:30 -08:00
parent 9178c65f5c
commit bafd5fcbb0

View file

@ -49,12 +49,16 @@
:global(.dropdown-menu-item) { :global(.dropdown-menu-item) {
padding: $unit $unit-2x; padding: $unit $unit-2x;
border-radius: $item-corner-small; border-radius: $item-corner-small;
border: none;
background: transparent;
cursor: pointer; cursor: pointer;
font-size: $font-regular; font-size: $font-regular;
color: var(--text-primary); color: var(--text-primary);
display: flex; display: flex;
align-items: center; align-items: center;
gap: $unit; gap: $unit;
width: 100%;
text-align: left;
@include smooth-transition($duration-standard, background); @include smooth-transition($duration-standard, background);
&:hover { &:hover {