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 6066e83 commit bd2b5c5Copy full SHA for bd2b5c5
src/BootstrapBlazor/Components/Checkbox/CheckboxList.razor.scss
@@ -1,4 +1,4 @@
1
-.checkbox-list {
+.checkbox-list {
2
--bb-checkbox-item-width: #{$bb-checkbox-item-width};
3
min-height: var(--bb-height);
4
height: auto;
@@ -53,6 +53,7 @@
53
54
&.disabled {
55
> span {
56
+ --bs-btn-hover-color: var(--bs-btn-color);
57
opacity: var(--bs-btn-disabled-opacity);
58
59
&:not(.active) {
0 commit comments