1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

menu account color fix

This commit is contained in:
Matthias Kretschmann 2020-08-03 10:22:23 +02:00
parent 9fa7a7ad3c
commit e77832115c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -8,12 +8,16 @@
padding: calc(var(--spacer) / 4); padding: calc(var(--spacer) / 4);
white-space: nowrap; white-space: nowrap;
background: none; background: none;
color: var(--brand-grey);
margin: 0; margin: 0;
transition: border 0.2s ease-out; transition: border 0.2s ease-out;
cursor: pointer; cursor: pointer;
} }
.button,
.address {
color: var(--brand-grey);
}
.button:hover, .button:hover,
.button:focus { .button:focus {
transform: none; transform: none;