Added is-disabled class to textarea for compatibility with enabler component.
This commit is contained in:
parent
86fa520b7f
commit
eed33d84f2
@ -32,7 +32,8 @@
|
|||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
}
|
}
|
||||||
&:disabled {
|
&:disabled,
|
||||||
|
&.is-disabled {
|
||||||
border-color: $cSecondaryLine;
|
border-color: $cSecondaryLine;
|
||||||
background: $cThirdBackground;
|
background: $cThirdBackground;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user