Skip to content

Commit

Permalink
Fix regressions in search dropdown styling
Browse files Browse the repository at this point in the history
Improvements to `button` styles inadvertently worsened dropdown styles.
  • Loading branch information
MilesBHuff committed Oct 23, 2023
1 parent f061b57 commit 7d9a660
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/app/src/styles/widgets/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

>button, li >button {
@include button($color-input-background);
margin: unset;

text-transform: unset;
font-size: $font-size;

border-radius: unset;
border: unset;
Expand All @@ -39,7 +43,7 @@
color: $color-input-foreground;

width: 100%;
padding: $spacing-medium $icon-size;
padding: $spacing-small $icon-size;
text-align: right;
}
}

0 comments on commit 7d9a660

Please sign in to comment.