Skip to content

Commit 14d9028

Browse files
committed
fix(input-group): revert fix text selection on disabled textarea #6847
This reverts commit b6a4127.
1 parent b6a4127 commit 14d9028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@
409409
}
410410

411411
%form-group-display--disabled {
412+
user-select: none;
412413
color: --var($theme, 'disabled-text-color');
413414
}
414415

0 commit comments

Comments
 (0)