CSR-2105 set specificity for radio button styles to fix radio buttons that look like checkboxes.

This commit is contained in:
Bryan Mauger 2024-05-23 13:31:41 -04:00
parent 5e1213f38a
commit f79cd6d535

View file

@ -26,6 +26,7 @@ export default {
<style lang="scss"> <style lang="scss">
.form-check { .form-check {
&.ui-radio {
position: relative; position: relative;
.form-check-input { .form-check-input {
@ -65,5 +66,6 @@ export default {
font-size: 0.875rem; font-size: 0.875rem;
color: $gray-600; color: $gray-600;
} }
}
} }
</style> </style>