Skip to content

Commit 9bd766a

Browse files
committed
style: 调整样式
1 parent 97f6659 commit 9bd766a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BootstrapBlazor/Components/Radio/RadioList.razor.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,17 @@
3939

4040
&.disabled > span {
4141
--bs-btn-hover-color: var(--bs-btn-color);
42+
--bs-btn-active-color: var(--bs-btn-color);
4243
opacity: var(--bs-btn-disabled-opacity);
4344

4445
&:not(.active) {
4546
background-color: var(--bs-secondary-bg);
4647
}
4748
}
49+
50+
.btn-outline-info {
51+
--bs-btn-active-color: var(--bb-radio-group-item-active-color);
52+
}
4853
}
4954

5055
&.btn-group-vertical {

0 commit comments

Comments
 (0)