summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-12-12 04:40:33 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-12 04:40:33 -0800
commit90ad29d0a9cfa44d5bd96aeba3245cc1f56b2692 (patch)
treefa4ef288ba1fb6518cb6585d5fb2f01851b19f8c
parent7a38ba5041cb1a97c3667d036321eb131119dccc (diff)
parent79e1eec1176dc1fe10d209c9d148522359e1db37 (diff)
downloaddashboard-90ad29d0a9cfa44d5bd96aeba3245cc1f56b2692.tar.gz
Fix a bug to show a text in the input box. am: d200d15950 am: 6b30a65bda
am: 79e1eec117 Change-Id: If85fbab185b85944c1201840a8c57dfc6cdca257
-rw-r--r--src/main/webapp/css/search_header.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/webapp/css/search_header.css b/src/main/webapp/css/search_header.css
index 8932730..d3abaf3 100644
--- a/src/main/webapp/css/search_header.css
+++ b/src/main/webapp/css/search_header.css
@@ -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;