mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Optimized the recipe ingredient mark as done button layout
This commit is contained in:
@@ -445,7 +445,7 @@ $(document).on('click', '.ingredient-done-button', function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
$(e.currentTarget).parent().toggleClass("text-strike-through");
|
||||
$(e.currentTarget).parent().toggleClass("text-strike-through").toggleClass("text-muted");
|
||||
});
|
||||
|
||||
$(document).on("click", ".add-to-mealplan-button", function(e)
|
||||
|
Reference in New Issue
Block a user