Skip to content

Commit 822ddfb

Browse files
committed
Highlight radio group options on hover
1 parent c6d5ed1 commit 822ddfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/lib/src/toolbar/controls/RadioGroup.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
white-space: nowrap;
2323
}
2424

25+
.option:hover {
26+
background-color: var(--h5w-selector-option-hover--bgColor, whitesmoke);
27+
}
28+
2529
.optionText {
2630
margin-left: 0.375rem;
2731
}

0 commit comments

Comments
 (0)