Fix #357 - Also make textarea blur close suggestions which make it more accessible on touch devices
This commit is contained in:
parent
0a84ab43d2
commit
c3e9ba6a66
2 changed files with 10 additions and 1 deletions
|
@ -566,6 +566,10 @@
|
|||
padding: 10px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: darken(#d9e1e8, 10%);
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background: #2b90d9;
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue