Skip to content

Commit 8c10522

Browse files
authored
TextEditor: prevent native placeholder from highlighting (T1241133) (DevExpress#29302)
1 parent 7839adc commit 8c10522

File tree

1 file changed

+1
-0
lines changed
  • packages/devextreme-scss/scss/widgets/base/textEditor

1 file changed

+1
-0
lines changed

packages/devextreme-scss/scss/widgets/base/textEditor/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686

8787
&::placeholder {
8888
color: transparent;
89+
user-select: none;
8990
}
9091
}
9192

0 commit comments

Comments
 (0)