Skip to content

Commit

Permalink
feat: avoid ligatures in password inputs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 16, 2021
1 parent 4120e05 commit d85451a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/textbox/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
}

.utrecht-textbox--password {
font-variant-ligatures: none;
font-variant-numeric: slashed-zero;
}

Expand Down

0 comments on commit d85451a

Please sign in to comment.