Skip to content

Commit

Permalink
fix: disabled cursor for disabled form input labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Sep 26, 2021
1 parent f871341 commit 27d4624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/form-label/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}

.utrecht-form-label--disabled {
cursor: var(--utrecht-action-disabled-cursor);
font-weight: var(--utrecht-form-label-disabled-color, var(--utrecht-form-label-color));
}

Expand Down

0 comments on commit 27d4624

Please sign in to comment.