diff --git a/src/renderer/account/components/Management/Wallet/Wallet.scss b/src/renderer/account/components/Management/Wallet/Wallet.scss index 0621a7eaa..a9ce78d03 100644 --- a/src/renderer/account/components/Management/Wallet/Wallet.scss +++ b/src/renderer/account/components/Management/Wallet/Wallet.scss @@ -3,8 +3,23 @@ flex-direction: row; justify-content: space-between; + .title:focus { + color: black !important; + font-weight: 500; + background-color: $gray-1; + border: 1px solid $brand !important; + border-radius: 4px; + } + .wrapper { width: 100px; + + &:hover .title { + color: black !important; + font-weight: 500; + background-color: $gray-1; + border-radius: 4px; + } } @media only screen and (max-width: $responsive-width) { @@ -48,6 +63,7 @@ font-weight: 500; font-size: 14px; line-height: 18px; + border: 1px solid rgba(0, 0, 0, 0); } .subtitle {