From 7413ab45d565374b5375cbfab74daaffe7d536c9 Mon Sep 17 00:00:00 2001 From: gillespi314 <73313222+gillespi314@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:08:12 -0500 Subject: [PATCH] Restyle links on admin page, software page (#6254) --- frontend/pages/admin/AppSettingsPage/_styles.scss | 1 + frontend/pages/software/ManageSoftwarePage/_styles.scss | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/frontend/pages/admin/AppSettingsPage/_styles.scss b/frontend/pages/admin/AppSettingsPage/_styles.scss index f20016560b..e3dc618538 100644 --- a/frontend/pages/admin/AppSettingsPage/_styles.scss +++ b/frontend/pages/admin/AppSettingsPage/_styles.scss @@ -44,6 +44,7 @@ a { color: $core-fleet-black; + font-weight: $regular; text-decoration: none; cursor: pointer; diff --git a/frontend/pages/software/ManageSoftwarePage/_styles.scss b/frontend/pages/software/ManageSoftwarePage/_styles.scss index d8ca6b9b77..919c230d76 100644 --- a/frontend/pages/software/ManageSoftwarePage/_styles.scss +++ b/frontend/pages/software/ManageSoftwarePage/_styles.scss @@ -223,6 +223,12 @@ tbody { .name__cell { width: $col-md; + a { + text-decoration: none; + &:hover { + text-decoration: underline; + } + } } .version__cell { width: 0;