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 {
@ -66,4 +67,5 @@ export default {
color: $gray-600; color: $gray-600;
} }
} }
}
</style> </style>