Added is-disabled class to textarea for compatibility with enabler component.

This commit is contained in:
nobuti 2017-02-17 18:13:44 +01:00
parent 86fa520b7f
commit eed33d84f2

View File

@ -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;
} }