Merge "Show cursor:text when pointing over search input"

This commit is contained in:
jenkins-bot 2017-07-31 21:36:53 +00:00 committed by Gerrit Code Review
commit 9243513749
1 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,10 @@ body {
}
}
#searchInput {
cursor: text;
}
.search-box,
// Selector is needed to override table-cell rules
.header .search-box {