Skip to content

Commit bd2b5c5

Browse files
committed
style: 微调样式
1 parent 6066e83 commit bd2b5c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/Checkbox/CheckboxList.razor.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.checkbox-list {
1+
.checkbox-list {
22
--bb-checkbox-item-width: #{$bb-checkbox-item-width};
33
min-height: var(--bb-height);
44
height: auto;
@@ -53,6 +53,7 @@
5353

5454
&.disabled {
5555
> span {
56+
--bs-btn-hover-color: var(--bs-btn-color);
5657
opacity: var(--bs-btn-disabled-opacity);
5758

5859
&:not(.active) {

0 commit comments

Comments
 (0)