|
@@ -101,8 +101,8 @@
|
|
|
|
|
|
@include when(disabled) {
|
|
|
.#{$namespace}-textarea__inner {
|
|
|
+ @include inset-input-border(#{getCssVar('disabled-border-color')});
|
|
|
background-color: map.get($input-disabled, 'fill');
|
|
|
- border-color: map.get($input-disabled, 'border');
|
|
|
color: map.get($input-disabled, 'text-color');
|
|
|
cursor: not-allowed;
|
|
|
|