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:
commit
5f88e07b11
1 changed files with 33 additions and 31 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue