Skip to content

Commit 97f6659

Browse files
committed
style: 微调样式
1 parent 6317892 commit 97f6659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.radio-list {
1+
.radio-list {
22
--bb-radio-item-width: #{$bb-radio-item-width};
33
--bb-radio-item-padding: #{$bb-radio-item-padding};
44
--bb-radio-group-item-active-color: #{$bb-radio-group-item-active-color};
@@ -38,6 +38,7 @@
3838
}
3939

4040
&.disabled > span {
41+
--bs-btn-hover-color: var(--bs-btn-color);
4142
opacity: var(--bs-btn-disabled-opacity);
4243

4344
&:not(.active) {

0 commit comments

Comments
 (0)