diff --git a/src/components/join-flow/join-flow-steps.scss b/src/components/join-flow/join-flow-steps.scss index 1fca7c9fd..b3922f010 100644 --- a/src/components/join-flow/join-flow-steps.scss +++ b/src/components/join-flow/join-flow-steps.scss @@ -118,7 +118,11 @@ align-items: center; } -.gender-radio-row-selected { +.gender-radio-row:hover { + background-color: $ui-blue-10percent; +} + +.gender-radio-row-selected, .gender-radio-row-selected:hover { transition: all .125s ease; background-color: $ui-blue-25percent; }