Skip to content

Commit

Permalink
fixed checkbox background issue (#27492)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDavilaDotCMS committed Feb 5, 2024
1 parent 54fc7da commit c519dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -31,6 +31,7 @@ p-checkbox.p-element {
aspect-ratio: 1/1;
border-radius: $border-radius-sm;
border: $select-border-size solid $color-palette-gray-400;
background-color: $white;

&.p-checkbox-checked,
&:has(.p-highlight) {
Expand Down
Expand Up @@ -16,6 +16,7 @@
&Checked {
border: $check-checked-border;
background: url($check-checked-icon) center center no-repeat;
background-color: $white;
}

&Hover:not(.dijitCheckBoxDisabled, .dijitCheckBoxCheckedDisabled) {
Expand Down
1 change: 1 addition & 0 deletions dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c519dee

Please sign in to comment.