Skip to content

Commit

Permalink
Update disabled checkbox cursor style
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed Jun 7, 2024
1 parent 044a05f commit a5c8db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base-styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
&:disabled {
background: $gray-100;
border-color: $gray-300;
cursor: default;
cursor: not-allowed;

// Override style inherited from wp-admin. Required to avoid degraded appearance on different backgrounds.
opacity: 1;
Expand Down

0 comments on commit a5c8db8

Please sign in to comment.