Skip to content
Snippets Groups Projects
Commit d200d159 authored by Young Gyu Park's avatar Young Gyu Park
Browse files

Fix a bug to show a text in the input box.

Test: go/vts-web-staging
Bug: 120679679
Change-Id: I5bab1115ac4ac7ed62029ba571386b984c84c8f6
parent e965ffbe
No related branches found
No related tags found
No related merge requests found
......@@ -61,20 +61,6 @@
.search-bar .search-wrapper .run-type-wrapper [type="checkbox"]+label {
margin-right: 35px;
}
.search-bar .search-wrapper .input-field .filter-input+label {
text-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
width: calc(100% - 1.5rem);
pointer-events: none;
}
.search-bar .search-wrapper .input-field .filter-input:focus+label.active {
background-color: white;
z-index: 10000;
text-overflow: inherit;
overflow-x: visible;
width:auto;
}
.search-bar-menu.ui-menu {
overflow: auto;
z-index: 100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment