From 07155446ad250584ab14aec472e2da4236ecf87b Mon Sep 17 00:00:00 2001 From: Katarina Lejonlid Date: Mon, 12 Sep 2022 10:53:35 +0200 Subject: [PATCH] Issue #596: Addressing review issues --- frontend/src/index.css | 7 +------ frontend/src/pages/AbsencePlanner.tsx | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index fdf765a0..cca803ec 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -892,17 +892,12 @@ tr:last-of-type td { justify-content: space-evenly; } -.pencil-icon { - width: 1.25rem; -} - -.trash-icon { +.table-icon { width: 1.25rem; } .trash-button { border: none; - display: flex; background: none; cursor: pointer; } diff --git a/frontend/src/pages/AbsencePlanner.tsx b/frontend/src/pages/AbsencePlanner.tsx index 02a70a93..278f1f65 100644 --- a/frontend/src/pages/AbsencePlanner.tsx +++ b/frontend/src/pages/AbsencePlanner.tsx @@ -566,7 +566,7 @@ export const AbsencePlanner = () => { {formatDate(element.startDate, dateFormat)} {formatDate(element.endDate, dateFormat)} - pencil to edit + pencil to edit