Skip to content

Commit

Permalink
fix(kit): fix styles for input-inline when spellcheck marks word inco…
Browse files Browse the repository at this point in the history
…rrect (#8836)
  • Loading branch information
k-tar-t authored Sep 5, 2024
1 parent 1b05ba4 commit 7938dd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/kit/components/input-inline/input-inline.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ tui-input-inline {
white-space: nowrap;
box-sizing: border-box;

::spelling-error {
color: transparent;
}

> .t-before {
display: block;
padding-right: 0.02em; // to prevent caret shaking
Expand Down

0 comments on commit 7938dd5

Please sign in to comment.