Optimized the recipe ingredient mark as done button layout

This commit is contained in:
Bernd Bestel
2025-01-19 20:45:56 +01:00
parent 61b6afa364
commit 0ff5aee6f6
2 changed files with 3 additions and 3 deletions

View File

@@ -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)