Skip to content

Commit

Permalink
Merge pull request #15620 from trevorbayless/transp_user_actions
Browse files Browse the repository at this point in the history
Fix user profile actions hamburger icon removed on transp background
  • Loading branch information
ornicar committed Jun 29, 2024
2 parents ebd106a + 48ff858 commit 08bc635
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 08bc635

Please sign in to comment.