We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c20608 commit a8a53b1Copy full SHA for a8a53b1
ui/components/multichain/app-header/app-header.js
@@ -320,6 +320,7 @@ export const AppHeader = ({ location }) => {
320
title={copied ? t('addressCopied') : null}
321
>
322
<ButtonBase
323
+ className="multichain-app-header__address-copy-button"
324
onClick={() => handleCopy(checksummedCurrentAddress)}
325
size={ButtonBaseSize.Sm}
326
backgroundColor={BackgroundColor.transparent}
ui/components/multichain/app-header/index.scss
@@ -38,6 +38,14 @@
38
}
39
40
41
+ &__address-copy-button {
42
+ &:not([disabled]):hover,
43
+ &:not([disabled]):focus {
44
+ box-shadow: none;
45
+ background: var(--color-background-default-hover);
46
+ }
47
48
+
49
&__lock-contents {
50
flex-flow: row nowrap;
51
height: 68px;
0 commit comments