mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Merge pull request #11290 from cyrillefr/Orders_in_confirmation_state_cannot_be_completed_by_hub_or_shop
Fix Orders in confirmation state cannot be completed by hub or shop
This commit is contained in:
@@ -34,9 +34,11 @@ button[class*="icon-"] {
|
||||
@extend .icon-remove, :before;
|
||||
}
|
||||
|
||||
.icon-capture {
|
||||
.icon-capture,
|
||||
.icon-capture_and_complete_order {
|
||||
@extend .icon-ok;
|
||||
}
|
||||
|
||||
.icon-credit:before {
|
||||
@extend .icon-ok, :before;
|
||||
}
|
||||
|
||||
@@ -96,6 +96,7 @@ table {
|
||||
}
|
||||
.icon-edit:hover,
|
||||
.icon-capture:hover,
|
||||
.icon-capture_and_complete_order:hover,
|
||||
.icon-ok:hover,
|
||||
.icon-plus:hover {
|
||||
background-color: $teal;
|
||||
|
||||
Reference in New Issue
Block a user