Skip to content

Commit

Permalink
visibility when button disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
HaniaNassalska committed Sep 22, 2023
1 parent aaa3670 commit 161b43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/todoapp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}

&:disabled {
opacity: 0;
visibility: hidden;
}
}
}

0 comments on commit 161b43e

Please sign in to comment.