diff --git a/css/index.css b/css/index.css index a9eb5f7..875ae0a 100644 --- a/css/index.css +++ b/css/index.css @@ -196,7 +196,10 @@ p.ingredient-name { color: var(--text-body-color-invert); } -.toggle-isoff.disabled { color: var(--ui-gray-3-color); } +.toggle-isoff.disabled { + color: var(--ui-gray-3-color); + border-color: var(--ui-gray-3-color); +} .ingredient-remove.disabled { display: none; }