From 5c5f48c7231c3b1d1d917571d04dc385b39a5791 Mon Sep 17 00:00:00 2001 From: Kirk Wang Date: Fri, 6 Sep 2024 15:11:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20All=20text=20links=20must=20be?= =?UTF-8?q?=20underlined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit will add an underline for all text links in the app. Ref: - https://github.com/scientist-softserv/archives_online/issues/70 --- .../stylesheets/overrides_with_rivet_styles.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/overrides_with_rivet_styles.scss b/app/assets/stylesheets/overrides_with_rivet_styles.scss index 1508da6..787e3f6 100644 --- a/app/assets/stylesheets/overrides_with_rivet_styles.scss +++ b/app/assets/stylesheets/overrides_with_rivet_styles.scss @@ -82,6 +82,11 @@ } } +// All a tags +a { + text-decoration: underline !important; +} + // NAVBAR SEARCH .navbar-search { margin-bottom: 0.75rem; @@ -477,12 +482,6 @@ } .breadcrumb { - a { - text-decoration: none; - &:hover { - text-decoration: underline; - } - } .breadcrumb-home-link { a[href="/"] { position: relative;