Fix #357 - Also make textarea blur close suggestions which make it more accessible on touch devices

This commit is contained in:
Eugen Rochko 2016-12-24 01:39:14 +01:00
parent 0a84ab43d2
commit c3e9ba6a66
2 changed files with 10 additions and 1 deletions

View file

@ -566,6 +566,10 @@
padding: 10px;
cursor: pointer;
&:hover {
background: darken(#d9e1e8, 10%);
}
&.selected {
background: #2b90d9;
color: #fff;