From 2060518c409c2347cfe42c1d83f64f5ea2d8aa24 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 18 Nov 2025 15:59:02 -0600 Subject: [PATCH] Website: update link hover styles (#35949) Closes: https://github.com/fleetdm/confidential/issues/13118 Changes: - Updated hover link styles. --- website/assets/styles/bootstrap-overrides.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/assets/styles/bootstrap-overrides.less b/website/assets/styles/bootstrap-overrides.less index eb0bbab1ba..611f672745 100644 --- a/website/assets/styles/bootstrap-overrides.less +++ b/website/assets/styles/bootstrap-overrides.less @@ -67,12 +67,9 @@ a[href] { } &:hover { color: @core-fleet-black; - text-decoration-color: @core-fleet-black;; + text-decoration-color: @core-fleet-black; } } -a:hover { - text-decoration: none; -} a[target='_blank']:not([no-icon]) { &::after { content: ' ';