fix hover color on balance label
This commit is contained in:
parent
ed81142f88
commit
68178f5b17
1 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue