Skip to content

Commit

Permalink
Fix user profile actions hamburger icon for transp background
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless committed Jun 28, 2024
1 parent 6705790 commit 48ff858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/bits/css/user/_show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@
}
&:hover {
> a {
@extend %box-radius-top, %dropdown-shadow;
@extend %box-radius-top;
background: $c-bg-header-dropdown;
color: $c-font-clear;
box-shadow: -1px 5px 6px rgba(0, 0, 0, 0.3);
}
.dropdown-window {
visibility: visible;
Expand Down

0 comments on commit 48ff858

Please sign in to comment.