Make similar food suggestions clickable to populate food entry form (#12)
This commit is contained in:
@@ -1226,6 +1226,15 @@ label {
|
||||
align-items: center;
|
||||
padding: 8px 0;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease;
|
||||
border-radius: 4px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
.alternative-item:hover {
|
||||
background-color: rgba(107, 141, 214, 0.15);
|
||||
}
|
||||
|
||||
.alternative-item:last-child {
|
||||
|
||||
Reference in New Issue
Block a user