fix hover color on balance label

This commit is contained in:
seanyesmunt 2018-06-18 01:58:32 -04:00 committed by Sean Yesmunt
parent ed81142f88
commit 68178f5b17

View file

@ -175,13 +175,14 @@ button:disabled {
.btn__label--balance {
color: var(--text-help-color);
&:hover {
color: var(--text-color);
}
}
&:hover {
background-color: transparent;
.btn__label--balance {
color: var(--header-primary-color);
}
}
}