Merge pull request #1864 from Safelite/CSR-2105-fix-checkbox-that-should-be-radios

CSR-2105 add ui-radio sibling to set specificity for radio button styles to fix radio buttons…
This commit is contained in:
bmauger 2024-05-23 13:54:40 -04:00 committed by GitHub
commit 5f88e07b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>