mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed Portal checkbox error hover state
Refs https://github.com/TryGhost/Team/issues/2878
This commit is contained in:
parent
024d43478a
commit
6ed9a96bdb
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue