Skip to content

Commit

Permalink
Styles was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SergijPSO committed Oct 18, 2023
1 parent 6a955c2 commit f338e98
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
26 changes: 18 additions & 8 deletions styles/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions styles/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,12 @@ html {
&__button {
&-remove {
width: 1.5em;
height: 1.5em;
border: none;
border-radius: 50%;
background: url("/todo-app-js/assets/ic_delete.svg");
background-size: cover;
cursor: pointer;
background: transparent;
color: red;
font-size: 1.375em;
}

&-add {
Expand Down
1 change: 0 additions & 1 deletion todos-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ removeButton.classList.add('todo-app__button-remove')
checkboxContainer.appendChild(todoText)

// Setup the remove button
// removeButton.textContent = 'x'
todoEl.appendChild(removeButton)

removeButton.addEventListener('click', () => {
Expand Down

0 comments on commit f338e98

Please sign in to comment.