Skip to content

Commit

Permalink
chore: remove trash icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jun 26, 2024
1 parent f6354bc commit afba653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
14 changes: 0 additions & 14 deletions public/trash.svg

This file was deleted.

8 changes: 6 additions & 2 deletions src/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ body > section {
}

.table button::before {
display: block;
content: url('/trash.svg');
display: flex;
content: '✘';
align-items: center;
justify-content: center;
font-size: large;
color: red;
width: 100%;
height: 100%;
}
Expand Down

0 comments on commit afba653

Please sign in to comment.