Fixed Portal checkbox error hover state

Refs https://github.com/TryGhost/Team/issues/2878
This commit is contained in:
Sanne de Vries 2023-04-06 19:04:02 +02:00
parent 024d43478a
commit 6ed9a96bdb

View File

@ -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);