Skip to content

Commit d76232a

Browse files
authored
fix(textarea): disabled state cursor (#14954)
1 parent 113b0ba commit d76232a

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
@@ -1256,6 +1256,7 @@
12561256

12571257
%form-group-textarea--disabled {
12581258
color: var-get($theme, 'disabled-text-color') !important;
1259+
cursor: default;
12591260

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

0 commit comments

Comments
 (0)