From c8f107f689267950ec9d8cd53e6483146f7891c3 Mon Sep 17 00:00:00 2001 From: Liliia Pelypenko <2556875+lpelypenko@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:52:52 +0900 Subject: [PATCH] fix axe violations --- artifacts/accessibilityReport.html | 277 +- artifacts/tcAllPassedOnlyViolations.html | 25 +- artifacts/tcInapplicablePresent.html | 289 +- artifacts/tcIncludingCustomSummary.html | 277 +- artifacts/tcOnlyPasses.html | 37 +- artifacts/tcPassesAndViolations.html | 281 +- artifacts/tcWithTheKey.html | 33 +- artifacts/tsAllOptionalParametersPresent.html | 289 +- artifacts/urlIsNotPassed.html | 277 +- docs/index.html | 113 +- src/util/template/pageTemplate.html | 59 +- temp/tcPassesViolationsIncomplete.html | 285 +- test/__snapshots__/index.test.ts.snap | 6052 +++++++++++++---- test/index.test.ts | 21 + 14 files changed, 5987 insertions(+), 2328 deletions(-) diff --git a/artifacts/accessibilityReport.html b/artifacts/accessibilityReport.html index ba3a153..d7ee344 100644 --- a/artifacts/accessibilityReport.html +++ b/artifacts/accessibilityReport.html @@ -13,6 +13,19 @@ display: flex; justify-content: space-between; align-items: start; + font-weight: 500; + line-height: 1.2; + } + .card-title { + font-size: 1.25rem; + } + .violationCardTitleItem { + font-size: 1rem; + font-weight: 500; + } + .card-text { + font-size: 0.95rem; + font-weight: 300; } .learnMore { margin-bottom: 0.75rem; @@ -23,7 +36,7 @@ color: #2557a7; } .violationNode { - font-size: 0.75rem; + font-size: 0.85rem; } .wrapBreakWord { word-break: break-word; @@ -75,11 +88,11 @@