Skip to content

Commit

Permalink
fix(legacy): fix scroll jumping on readonly input focusing in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Sep 19, 2024
1 parent 7693bbc commit 7a750e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/legacy/styles/mixins/textfield.less
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,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 7a750e6

Please sign in to comment.