Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit fb9bd97

Browse files
authored
add additional override styles to the label (#1987)
1 parent ca99067 commit fb9bd97

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/web-components/src/components/va-radio-option/va-radio-option.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ va-radio-option input[type="radio"] + label {
9494
}
9595

9696
va-radio-option input[type="radio"] + label:before {
97+
background: unset;
98+
display: unset;
99+
text-indent: unset;
100+
vertical-align: unset;
101+
content: none;
97102
border-radius: 0;
98103
box-shadow: none;
99104
height: 0;

0 commit comments

Comments
 (0)