mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed Portal checkbox error hover state
Refs https://github.com/TryGhost/Team/issues/2878
This commit is contained in:
parent
024d43478a
commit
6ed9a96bdb
@ -263,7 +263,8 @@ footer.gh-portal-signup-footer.invite-only .gh-portal-signup-message {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.gh-portal-signup-terms.gh-portal-error .checkbox {
|
||||
.gh-portal-signup-terms.gh-portal-error .checkbox,
|
||||
.gh-portal-signup-terms.gh-portal-error label:hover input:not(:checked) + .checkbox {
|
||||
border: 1px solid var(--red);
|
||||
background: var(--white);
|
||||
box-shadow: 0 0 0 3px rgb(240, 37, 37, .15);
|
||||
|
Loading…
Reference in New Issue
Block a user