mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
add light hiligthing on hover for gender
This commit is contained in:
parent
512c267449
commit
c9b22141af
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue