Skip to content

Commit

Permalink
Merge pull request #1193 from dpc-sdp/feature/R20-464-radio-button-fe…
Browse files Browse the repository at this point in the history
…edback

[R20-464] minor feedback items
  • Loading branch information
dylankelly authored May 29, 2024
2 parents 8d8a6b4 + 49da969 commit e61b604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const SlotTemplate = (args) => ({
name: 'radio-group',
label: 'Favourite colour?',
help: '<p>There is only one answer</p>',
value: 'undefined',
value: '',
validation: 'required',
validationMessages: {
required: 'Please choose a colour'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

.rpl-form-option__label-text {
margin-left: var(--rpl-sp-3);
margin-top: 1px;
}

[dir='rtl'] .rpl-form-option__label-text {
Expand Down Expand Up @@ -60,7 +59,7 @@
opacity: 0;
}

.rpl-form-option__input:hover + .rpl-form-option__label {
.rpl-form-option__input:is(:hover, :focus, :active) + .rpl-form-option__label {
.rpl-form-option__mark {
border-color: var(--rpl-clr-dark);
}
Expand Down

0 comments on commit e61b604

Please sign in to comment.