Skip to content

Commit 612f1cd

Browse files
committed
style: 调整样式
1 parent bd2b5c5 commit 612f1cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,18 @@
5454
&.disabled {
5555
> span {
5656
--bs-btn-hover-color: var(--bs-btn-color);
57+
--bs-btn-active-color: var(--bs-btn-color);
5758
opacity: var(--bs-btn-disabled-opacity);
5859

5960
&:not(.active) {
6061
background-color: var(--bs-secondary-bg);
6162
}
6263
}
6364
}
65+
66+
.btn-outline-info {
67+
--bs-btn-active-color: #fff;
68+
}
6469
}
6570
}
6671

0 commit comments

Comments
 (0)