Skip to content

Commit

Permalink
Merge pull request #1693 from bcgov/feature/ALCS-1882-QA
Browse files Browse the repository at this point in the history
Show 'not-allowed' cursor on backdrop hover
  • Loading branch information
trslater authored May 16, 2024
2 parents 6467c22 + 15162d3 commit 645344d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions portal-frontend/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@ a {
.mdc-checkbox {
--mdc-checkbox-selected-checkmark-color: #fff;
}

.cdk-overlay-backdrop {
cursor: not-allowed;
}

0 comments on commit 645344d

Please sign in to comment.