Remove the ugly shadow in delete button
This commit is contained in:
@@ -59,7 +59,6 @@ const deleteButton = (shortUrl) => {
|
||||
const btn = document.createElement("button");
|
||||
|
||||
btn.innerHTML = "×";
|
||||
btn.setAttribute("style", "border-radius: 50%;");
|
||||
|
||||
btn.onclick = e => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user