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 (#8868)
  • Loading branch information
k-tar-t authored Sep 6, 2024
1 parent 6a67760 commit ee0b4bf
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 @@ -8,6 +8,10 @@
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 ee0b4bf

Please sign in to comment.