Revert "[Autocomplete] Show warning icon if invalid option was typed"

This reverts commit 307320b3ff.
This commit is contained in:
Dhrubomoy Das Gupta
2017-06-25 14:58:28 -04:00
parent 307320b3ff
commit 7b690d0785
4 changed files with 0 additions and 17 deletions

View File

@@ -329,13 +329,6 @@ textarea.lg { position: relative; height: 300px; }
color: $colorInspectorSectionHeaderFg;
}
}
.autocompleteWarning {
color: $colorFormInvalid;
position: absolute;
font-size: 11px;
left: 235px;
bottom: 7px;
}
}
/******************************************************** OBJECT-HEADER */