Press return to choose the first list item in search-to-add field

This commit is contained in:
Quincy Morgan
2019-03-02 16:52:24 -05:00
parent 971b901b21
commit ad58779d09
3 changed files with 16 additions and 3 deletions
+4
View File
@@ -674,6 +674,10 @@ button.add-note svg.icon {
top: 0;
left: 0;
}
.search-add .list-item button.choose:hover,
.search-add .list-item button.choose:focus {
background: #E6ECFF;
}
.search-add .list-item button.choose.disabled {
background-color: #ececec;
}