Skip to content

Commit

Permalink
SAK-50913 Library disabled selected checkbox appears blank (#13245)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Ottenhoff <[email protected]>
  • Loading branch information
hornersa and ottenhoff authored Jan 30, 2025
1 parent 15572df commit 9131b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/src/skins/default/src/sass/base/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ input[type="checkbox"]{
}
&:disabled{
cursor: not-allowed;
background-color: var(--sakai-background-color-3);
&:not(:checked) {
background-color: var(--sakai-background-color-3);
}
}
}
input[type="radio"]{
Expand Down

0 comments on commit 9131b6e

Please sign in to comment.