fix dropdown menu button styling
This commit is contained in:
parent
9178c65f5c
commit
bafd5fcbb0
1 changed files with 4 additions and 0 deletions
|
|
@ -49,12 +49,16 @@
|
|||
:global(.dropdown-menu-item) {
|
||||
padding: $unit $unit-2x;
|
||||
border-radius: $item-corner-small;
|
||||
border: none;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
font-size: $font-regular;
|
||||
color: var(--text-primary);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: $unit;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
@include smooth-transition($duration-standard, background);
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue