Skip to content

Commit

Permalink
clean mud button
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed Mar 27, 2024
1 parent 2fd74b5 commit 6df805e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/aoWebWallet/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,13 @@ a, .btn-link {
.margin-rewards-button {
margin-top:5px;
}
button.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon.copy-clipboard:hover{

.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon.copy-clipboard:hover{
background-color: rgba(1,1,1,0);
opacity: 1;
}

.mud-button-root.mud-icon-button:hover{
background-color: rgba(1,1,1,0);
opacity: 1;
}
Expand Down

0 comments on commit 6df805e

Please sign in to comment.