Skip to content

Commit afba653

Browse files
committed
chore: remove trash icon
1 parent f6354bc commit afba653

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

public/trash.svg

-14
This file was deleted.

src/styles/options.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,12 @@ body > section {
6262
}
6363

6464
.table button::before {
65-
display: block;
66-
content: url('/trash.svg');
65+
display: flex;
66+
content: '✘';
67+
align-items: center;
68+
justify-content: center;
69+
font-size: large;
70+
color: red;
6771
width: 100%;
6872
height: 100%;
6973
}

0 commit comments

Comments
 (0)