Skip to content

Commit

Permalink
web-wallet: Remove scale from icon buttons
Browse files Browse the repository at this point in the history
Resolves #1996
  • Loading branch information
nortonandreev committed Jul 22, 2024
1 parent 18c9f34 commit 5b7178e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions web-wallet/src/style/dusk-components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,3 @@
color: var(--control-text-color-hover);
border-color: var(--control-secondary-border-color-hover);
}

.dusk-button:enabled:active,
.dusk-anchor-button:active,
.dusk-button--active {
scale: 0.98;
}

.dusk-anchor.dusk-icon-button:hover,
.dusk-icon-button:not(:disabled):hover {
scale: 1.1;
}

.dusk-icon-button:enabled:active,
.dusk-anchor-button.dusk-icon-button:active,
.dusk-button--active {
scale: 0.9;
}

0 comments on commit 5b7178e

Please sign in to comment.