Rounded delete buttons
This commit is contained in:
@@ -59,6 +59,7 @@ 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