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) {
|
: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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue