Skip to content

Commit

Permalink
Remove gray background when dropdown is activated #53
Browse files Browse the repository at this point in the history
  • Loading branch information
fyang1024 committed May 14, 2019
1 parent 1e1eaaf commit 5b7ba61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
padding-bottom: 0;
}

.ui.active.button.account-dropdown {
background-color: rgba(0, 0, 0, 0);
color: white;
}

.bottom-menu {
position: absolute;
bottom: 0;
Expand Down

0 comments on commit 5b7ba61

Please sign in to comment.