[Search] mct-control textfield breaks focus

Set up bundle.json so that the search bar could
be a mct-control, but left the control itself
commented out because then CSS styling would not
work due to lack of access to parent elements.
This commit is contained in:
slhale
2015-08-17 11:47:35 -07:00
parent 6d660d48ca
commit e159b7a15d
4 changed files with 56 additions and 43 deletions

View File

@@ -58,6 +58,11 @@
// Modifications for existence of menu icon:
padding-right: 16px + 12px;
// Make work for mct-control textfield
input {
width: 100%;
}
}
.search-icon {