CSR-2105 set specificity for radio button styles to fix radio buttons that look like checkboxes.
This commit is contained in:
parent
5e1213f38a
commit
f79cd6d535
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