Skip to content

Commit

Permalink
prevent bg color change after click
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 10, 2023
1 parent 23be0d4 commit caac57b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/HelpMenu/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
width: fit-content;
right: 160px !important;
left: auto !important;
}

.menu :global(.ant-dropdown-menu-item-active){
background-color: transparent !important;
}

0 comments on commit caac57b

Please sign in to comment.