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 { .btn__label--balance {
color: var(--text-help-color); color: var(--text-help-color);
&:hover {
color: var(--text-color);
}
} }
&:hover { &:hover {
background-color: transparent; background-color: transparent;
.btn__label--balance {
color: var(--header-primary-color);
}
} }
} }