Skip to content

Commit 404814b

Browse files
authored
fix(textarea): disabled state cursor (#14953)
1 parent 715c43a commit 404814b

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
@@ -1262,6 +1262,7 @@
12621262

12631263
%form-group-textarea--disabled {
12641264
color: var-get($theme, 'disabled-text-color') !important;
1265+
cursor: default;
12651266

12661267
&::placeholder {
12671268
color: var-get($theme, 'disabled-placeholder-color');

0 commit comments

Comments
 (0)