fix: .btn--black-10:hover background color
This commit is contained in:
parent
ba10924ea5
commit
8ff30c7f34
1 changed files with 3 additions and 0 deletions
|
|
@ -161,6 +161,9 @@ input[type="checkbox"]:checked + .btn--primary {
|
||||||
.btn--white-20:hover {
|
.btn--white-20:hover {
|
||||||
--btn-background: var(--color-white-15);
|
--btn-background: var(--color-white-15);
|
||||||
}
|
}
|
||||||
|
.btn--black-10:hover {
|
||||||
|
--btn-background: var(--color-black-20);
|
||||||
|
}
|
||||||
.btn--grey:hover {
|
.btn--grey:hover {
|
||||||
--btn-background: var(--color-grey-800);
|
--btn-background: var(--color-grey-800);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue