frontend-1

commit 9a4161d655ca4473f93d980b68162b8edc4347fe

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

tasks: drop border-radius for the remove button

 css/tasks.css | 2 --


diff --git a/css/tasks.css b/css/tasks.css
index 6bf6158d769c52aa29fe6a59877866289024cf9f..3ecac2a8c429cf99362ea97cb3dbab09ba8354a9 100644
--- a/css/tasks.css
+++ b/css/tasks.css
@@ -91,11 +91,9 @@ #task-list ul li .remove-task {
   align-self: center;
   width: 20%;
   background-color: #e63946;
-  border: none;
   color: #fff;
   padding: 0.5rem 1rem;
   font-size: 0.9rem;
-  border-radius: 4px;
   cursor: pointer;
   transition: background-color 0.2s ease;
 }