Skip to content

Commit

Permalink
fix(blazorui): resolve background color issue of disabled BitCheckbox…
Browse files Browse the repository at this point in the history
… in firefox #6991 (#6992)
  • Loading branch information
msynk authored Feb 27, 2024
1 parent 2264fae commit d9e01f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

&.bit-chb-ckd {
.bit-chb-box {
background-color: transparent;
border-color: $color-border-disabled;

.bit-icon {
Expand Down

0 comments on commit d9e01f0

Please sign in to comment.