Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanzh committed Feb 11, 2024
1 parent 462c96d commit 9a666ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 9a666ac

Please sign in to comment.