Skip to content

Commit

Permalink
fix(kit): remove transparency for text with spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Dec 3, 2024
1 parent 9e3c7d9 commit e3458e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<input
ngModel=""
placeholder="___"
spellcheck="false"
/>
</tui-input-inline>
funny.
Expand Down
4 changes: 0 additions & 4 deletions projects/kit/components/input-inline/input-inline.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ tui-input-inline {
white-space: nowrap;
box-sizing: border-box;

::spelling-error {
color: transparent;
}

> .t-before {
padding-right: 0.02em; // to prevent caret shaking
margin-left: @safari-safe-space; // to prevent hiding characters in safari
Expand Down

0 comments on commit e3458e0

Please sign in to comment.