Merge pull request #159 from CartoDB/disabled-textarea

Added is-disabled class to textarea.
This commit is contained in:
Buti
2017-02-17 18:22:55 +01:00
committed by GitHub

View File

@@ -32,7 +32,8 @@
outline-color: transparent;
outline-style: none;
}
&:disabled {
&:disabled,
&.is-disabled {
border-color: $cSecondaryLine;
background: $cThirdBackground;
}