From 53a3a6c4885e3a81a13d54d60d619ebf78dc6d6d Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 25 Apr 2022 15:34:25 -0500 Subject: [PATCH] fix: no depress UX for links also, remove now unnecessary bug fix --- source/_imports/elements/html-elements.css | 1 - source/_imports/trumps/s-article-list.css | 6 ------ 2 files changed, 7 deletions(-) diff --git a/source/_imports/elements/html-elements.css b/source/_imports/elements/html-elements.css index 816fd79cf..8811e529f 100755 --- a/source/_imports/elements/html-elements.css +++ b/source/_imports/elements/html-elements.css @@ -143,7 +143,6 @@ Styleguide Elements.InlineTextSemantics a, a:hover { color: var(--global-color-link-on-light--normal); /* overwrite Bootstrap */ } a:focus { text-decoration: underline dotted; } -a:active { position: relative; top: 0.1em; /* to simulate "depress" of link */ } /* FAQ: Bootstrap already provides basic text-decoration */ /* diff --git a/source/_imports/trumps/s-article-list.css b/source/_imports/trumps/s-article-list.css index a9502bf8b..b1237bc2e 100644 --- a/source/_imports/trumps/s-article-list.css +++ b/source/_imports/trumps/s-article-list.css @@ -187,12 +187,6 @@ Styleguide Trumps.Scopes.ArticleList .s-article-list--layout-gapless.s-article-list--links p:not(:last-child) a:hover::before { @extend .x-article-link-hover--gapless; } -/* Disable link click feedback because `x-article-link-stretch` is used */ -/* FP-1249: If wraps list item, then no need to `x-article-link-stretch` */ -/* SEE: https://github.com/TACC/Core-CMS/pull/429 */ -.s-article-list--links p:not(:last-child) a:active { - position: static; /* override html-elements.css `a:active` */ -} /* Modifiers: Layout */