Skip to content

Commit

Permalink
fix(blazorui): correct disabled css style of AM and PM buttons in Bit…
Browse files Browse the repository at this point in the history
…TimePicker #8312 (#8319)
  • Loading branch information
Cyrus-Sushiant authored Aug 15, 2024
1 parent 480ece0 commit 34f14b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
background-color: $clr-pri;

&:disabled {
background-color: $clr-pri;
background-color: $clr-bg-dis;
}

@media (hover: hover) {
Expand Down

0 comments on commit 34f14b9

Please sign in to comment.