Merge "Fix border on search bar"

This commit is contained in:
Wyatt Allen
2018-08-25 00:42:20 +00:00
committed by Gerrit Code Review

View File

@@ -30,7 +30,7 @@ limitations under the License.
gr-autocomplete {
background-color: var(--view-background-color);
border: 1px solid var(--border-color);
border-radius: 2px 0 0 2px;
border-radius: 2px;
flex: 1;
font: inherit;
outline: none;