Skip to content

Commit

Permalink
fix(core): fix scroll jumping on readonly input focusing in safari (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Sep 19, 2024
1 parent 95e7e7b commit 98e0509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/core/styles/mixins/textfield.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
:host-context(tui-primitive-textfield._hidden) {
opacity: 0;
text-indent: -10em; // Hide blinking caret even in IE
-webkit-user-select: none; // Hide blinking caret in mobile safari
}
}

Expand Down

0 comments on commit 98e0509

Please sign in to comment.