Remove row borders from search-as-you-type control

This commit is contained in:
Will Abson
2016-06-09 16:49:49 +01:00
parent 417e0edd44
commit fc939a4c98

View File

@@ -42,6 +42,8 @@ declare let __moduleName: string;
height: 32px;
padding: 8px;
text-align: left;
border-top: none;
border-bottom: none;
}
:host.active.valid {
display: block;