We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6317892 commit 97f6659Copy full SHA for 97f6659
src/BootstrapBlazor/Components/Radio/RadioList.razor.scss
@@ -1,4 +1,4 @@
1
-.radio-list {
+.radio-list {
2
--bb-radio-item-width: #{$bb-radio-item-width};
3
--bb-radio-item-padding: #{$bb-radio-item-padding};
4
--bb-radio-group-item-active-color: #{$bb-radio-group-item-active-color};
@@ -38,6 +38,7 @@
38
}
39
40
&.disabled > span {
41
+ --bs-btn-hover-color: var(--bs-btn-color);
42
opacity: var(--bs-btn-disabled-opacity);
43
44
&:not(.active) {
0 commit comments